From 6bb61149b08636b4fed421b595984ba2ccb35fbb Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 17 Mar 2017 11:44:10 -0700 Subject: [PATCH] Delete unused ReferenceLocalMscorlib property from test proj files (dotnet/coreclr#10250) Deleted a few other irrelevant properties as well while I was on it. Fixes dotnet/coreclr#7711 Commit migrated from https://github.com/dotnet/coreclr/commit/25dbd547bc7372906357699a24d7cf76786a50c8 --- src/coreclr/tests/runtest.proj | 3 --- src/coreclr/tests/src/CLRTest.Execute.Bash.targets | 2 -- src/coreclr/tests/src/CLRTest.Execute.Batch.targets | 3 --- .../tests/src/Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj | 4 ---- .../tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj | 4 ---- .../Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj | 1 - .../src/CoreMangLib/components/fileversioninfo/Assembly1.csproj | 5 ----- .../tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj | 5 ----- .../src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj | 5 ----- .../CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj | 5 ----- .../cti/system/argumentexception/ArgumentExceptionCtor1.csproj | 5 ----- .../system/argumentnullexception/ArgumentNullExceptionCtor1.csproj | 5 ----- .../ArgumentOutOfRangeExceptionCtor.csproj | 5 ----- .../ArgumentOutOfRangeExceptionMessage.csproj | 5 ----- .../cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj | 5 ----- .../src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj | 5 ----- .../CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj | 5 ----- .../ArrayTypeMismatchExceptionctor1.csproj | 5 ----- .../ArrayTypeMismatchExceptionctor2.csproj | 5 ----- .../ArrayTypeMismatchExceptionctor3.csproj | 5 ----- .../CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsAll.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsAssembly.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsClass.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsConstructor.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsDelegate.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsEnum.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsEvent.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsField.csproj | 5 ----- .../system/attributetargets/AttributeTargetsGenericParameter.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsInterface.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsMethod.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsModule.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsParameter.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsProperty.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsReturnValue.csproj | 5 ----- .../cti/system/attributetargets/AttributeTargetsStruct.csproj | 5 ----- .../AttributeUsageAttributeAllowMultiple.csproj | 5 ----- .../attributeusageattribute/AttributeUsageAttributeCtor.csproj | 5 ----- .../badimageformatexception/BadImageFormatExceptionCtor1.csproj | 5 ----- .../badimageformatexception/BadImageFormatExceptionCtor2.csproj | 5 ----- .../badimageformatexception/BadImageFormatExceptionCtor3.csproj | 5 ----- .../badimageformatexception/BadImageFormatExceptionMessage.csproj | 5 ----- .../badimageformatexception/BadImageFormatExceptionToString.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj | 5 ----- .../src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj | 5 ----- .../src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToDateTime.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToDecimal.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToSingle.csproj | 5 ----- .../CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToUInt16.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToUInt32.csproj | 5 ----- .../cti/system/boolean/BooleanIConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj | 5 ----- .../src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj | 5 ----- .../src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharToString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj | 5 ----- .../cti/system/charenumerator/CharEnumeratorCurrent.csproj | 5 ----- .../system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj | 5 ----- .../cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj | 5 ----- .../cti/system/charenumerator/CharEnumeratorMoveNext.csproj | 5 ----- .../CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj | 5 ----- .../system/clscompliantattribute/CLSCompliantAttributeCtor.csproj | 5 ----- .../clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj | 5 ----- .../system/collections/dictionaryentry/DictionaryEntryCtor.csproj | 5 ----- .../cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj | 5 ----- .../system/collections/dictionaryentry/DictionaryEntryValue.csproj | 5 ----- .../cti/system/collections/generic/comparer/ComparerCompare1.csproj | 5 ----- .../cti/system/collections/generic/comparer/ComparerCompare2.csproj | 5 ----- .../cti/system/collections/generic/comparer/ComparerCtor.csproj | 5 ----- .../cti/system/collections/generic/comparer/ComparerDefault.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryAdd.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryClear.csproj | 5 ----- .../system/collections/generic/dictionary/DictionaryComparer.csproj | 5 ----- .../collections/generic/dictionary/DictionaryContainsKey.csproj | 5 ----- .../collections/generic/dictionary/DictionaryContainsValue.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCount.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor1.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor2.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor3.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor4.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor5.csproj | 5 ----- .../cti/system/collections/generic/dictionary/DictionaryCtor6.csproj | 5 ----- .../collections/generic/dictionary/DictionaryGetEnumerator.csproj | 5 ----- .../collections/generic/dictionary/DictionaryICollectionAdd.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionContains.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionCopyTo.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionCopyTo2.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionIsReadOnly.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionIsReadOnly2.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionIsSynchronized.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionIsSynchronized2.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionRemove.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionSyncRoot.csproj | 5 ----- .../generic/dictionary/DictionaryICollectionSyncRoot2.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryAdd.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryContains.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryItem.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryItem2.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryKeys.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj | 5 ----- .../collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryRemove.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryValue2.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryValue3.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryValue4.csproj | 5 ----- .../generic/dictionary/DictionaryIDictionaryValues.csproj | 5 ----- .../generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj | 5 ----- .../generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj | 5 ----- .../system/collections/generic/dictionary/DictionaryRemove.csproj | 5 ----- .../collections/generic/dictionary/DictionaryTryGetValue.csproj | 5 ----- .../generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj | 5 ----- .../generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj | 5 ----- .../generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj | 5 ----- .../generic/dictionaryenumerator/DictEnumIEnumReset.csproj | 5 ----- .../generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj | 5 ----- .../generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj | 5 ----- .../generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj | 5 ----- .../generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj | 5 ----- .../generic/dictionarykeycollection/GenericICollectionRemove.csproj | 5 ----- .../generic/dictionarykeycollection/ICollectionIsSynchronized.csproj | 5 ----- .../generic/dictionarykeycollection/ICollectionSyncRoot.csproj | 5 ----- .../generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj | 5 ----- .../generic/dictionarykeycollection/KeyCollectionCopyTo.csproj | 5 ----- .../generic/dictionarykeycollection/KeyCollectionCount.csproj | 5 ----- .../generic/dictionarykeycollection/KeyCollectionCtor.csproj | 5 ----- .../dictionarykeycollection/KeyCollectionGetEnumerator.csproj | 5 ----- .../dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj | 5 ----- .../dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj | 5 ----- .../dictionarykeycollection/SystemCollGenericICollClear.csproj | 5 ----- .../dictionarykeycollection/SystemCollGenericICollContains.csproj | 5 ----- .../dictionarykeycollection/SystemCollGenericICollectionAdd.csproj | 5 ----- .../SystemCollectionsICollectionCopyTo.csproj | 5 ----- .../dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj | 5 ----- .../dictionaryvaluecollection/DictionaryValueCollectionCount.csproj | 5 ----- .../dictionaryvaluecollection/DictionaryValueCollectionctor.csproj | 5 ----- .../dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj | 5 ----- .../dictionaryvaluecollection/GenericICollectionRemove.csproj | 5 ----- .../generic/dictionaryvaluecollection/GetEnumerator.csproj | 5 ----- .../dictionaryvaluecollection/ICollectionIsSynchronized.csproj | 5 ----- .../dictionaryvaluecollection/IEnumerableGetEnumerator.csproj | 5 ----- .../dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj | 5 ----- .../SystemCollectionsICollectionCopyTo.csproj | 5 ----- .../dictionaryvaluecollection/ValueCollGenericICollAdd.csproj | 5 ----- .../dictionaryvaluecollection/ValueCollGenericICollClear.csproj | 5 ----- .../dictionaryvaluecollection/ValueCollGenericICollContains.csproj | 5 ----- .../ValueCollGenericIEnumGetEnumerator.csproj | 5 ----- .../dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj | 5 ----- .../dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj | 5 ----- .../dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorCurrent.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorDispose.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorMoveNext.csproj | 5 ----- .../dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj | 5 ----- .../dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj | 5 ----- .../ValueCollectionEnumeratorIEnumeratorCurrent.csproj | 5 ----- .../dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorCurrent.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorDispose.csproj | 5 ----- .../DictionaryValueCollectionEnumeratorMoveNext.csproj | 5 ----- .../ValueCollectionEnumeratorIEnumeratorCurrent.csproj | 5 ----- .../dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj | 5 ----- .../generic/equalitycomparer/EqualityComparerEquals.csproj | 5 ----- .../generic/equalitycomparer/EqualityComparerGetHashCode.csproj | 5 ----- .../generic/equalitycomparer/EqulityComparerDefault.csproj | 5 ----- .../cti/system/collections/generic/icollection/ICollectionAdd.csproj | 5 ----- .../system/collections/generic/icollection/ICollectionClear.csproj | 5 ----- .../collections/generic/icollection/ICollectionContains.csproj | 5 ----- .../system/collections/generic/icollection/ICollectionCopyTo.csproj | 5 ----- .../system/collections/generic/icollection/ICollectionCount.csproj | 5 ----- .../collections/generic/icollection/ICollectionIsReadOnly.csproj | 5 ----- .../system/collections/generic/icollection/ICollectionRemove.csproj | 5 ----- .../collections/generic/idictionary/IDictionaryContainsKey.csproj | 5 ----- .../system/collections/generic/idictionary/IDictionaryItem.csproj | 5 ----- .../system/collections/generic/idictionary/IDictionaryKeys.csproj | 5 ----- .../collections/generic/idictionary/IDictionaryTryGetValue.csproj | 5 ----- .../system/collections/generic/idictionary/IDictionaryValues.csproj | 5 ----- .../collections/generic/ienumerable/IEnumerableGetEnumerator.csproj | 5 ----- .../system/collections/generic/ienumerator/IEnumeratorCurrent.csproj | 5 ----- .../generic/iequalitycomparer/IEqualityComparerEquals.csproj | 5 ----- .../generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj | 5 ----- .../cti/system/collections/generic/ilist/IListIndexOf.csproj | 5 ----- .../cti/system/collections/generic/ilist/IListInsert.csproj | 5 ----- .../cti/system/collections/generic/ilist/IListItem.csproj | 5 ----- .../cti/system/collections/generic/ilist/IListRemoveAt.csproj | 5 ----- .../generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj | 5 ----- .../generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj | 5 ----- .../system/collections/generic/keyvaluepair/KeyValuePairKey.csproj | 5 ----- .../collections/generic/keyvaluepair/KeyValuePairToString.csproj | 5 ----- .../system/collections/generic/keyvaluepair/KeyValuePairValue.csproj | 5 ----- .../system/collections/generic/keyvaluepair/KeyValuePairctor.csproj | 5 ----- .../cti/system/collections/generic/list/BinarySearch1.csproj | 5 ----- .../cti/system/collections/generic/list/BinarySearch2.csproj | 5 ----- .../cti/system/collections/generic/list/BinarySearch3.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj | 5 ----- .../cti/system/collections/generic/list/ListAddRange.csproj | 5 ----- .../cti/system/collections/generic/list/ListCapacity.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListClear.csproj | 5 ----- .../cti/system/collections/generic/list/ListContains.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListCount.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj | 5 ----- .../cti/system/collections/generic/list/ListForEach.csproj | 5 ----- .../cti/system/collections/generic/list/ListGetEnumerator.csproj | 5 ----- .../cti/system/collections/generic/list/ListGetRange.csproj | 5 ----- .../cti/system/collections/generic/list/ListICollectionCopyTo.csproj | 5 ----- .../system/collections/generic/list/ListICollectionIsReadOnly.csproj | 5 ----- .../collections/generic/list/ListICollectionIsSynchronized.csproj | 5 ----- .../system/collections/generic/list/ListICollectionSyncRoot.csproj | 5 ----- .../collections/generic/list/ListIEnumerableGetEnumerator.csproj | 5 ----- .../collections/generic/list/ListIEnumerableGetEnumerator2.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListAdd.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListContains.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListIndexOf.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListInsert.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListIsFixedSize.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListIsReadOnly.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListItem.csproj | 5 ----- .../cti/system/collections/generic/list/ListIListRemove.csproj | 5 ----- .../cti/system/collections/generic/list/ListIndexOf1.csproj | 5 ----- .../cti/system/collections/generic/list/ListIndexOf2.csproj | 5 ----- .../cti/system/collections/generic/list/ListIndexOf3.csproj | 5 ----- .../cti/system/collections/generic/list/ListInsertRange.csproj | 5 ----- .../cti/system/collections/generic/list/ListLastIndexOf1.csproj | 5 ----- .../cti/system/collections/generic/list/ListLastIndexOf2.csproj | 5 ----- .../cti/system/collections/generic/list/ListLastIndexOf3.csproj | 5 ----- .../cti/system/collections/generic/list/ListRemoveAt.csproj | 5 ----- .../cti/system/collections/generic/list/ListRemoveRange.csproj | 5 ----- .../cti/system/collections/generic/list/ListReverse.csproj | 5 ----- .../cti/system/collections/generic/list/ListReverse2.csproj | 5 ----- .../cti/system/collections/generic/list/ListToArray.csproj | 5 ----- .../cti/system/collections/generic/list/ListTrimExcess.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueClear.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueContains.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueCopyTo.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueCount.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueCtor1.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueCtor2.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueCtor3.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueDequeue.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueEnqueue.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueGetEnumerator.csproj | 5 ----- .../cti/system/collections/generic/queue/QueuePeek.csproj | 5 ----- .../cti/system/collections/generic/queue/QueueToArray.csproj | 5 ----- .../collections/generic/queueenumerator/EnumeratorCurrent.csproj | 5 ----- .../collections/generic/queueenumerator/EnumeratorDispose.csproj | 5 ----- .../collections/generic/queueenumerator/EnumeratorMoveNext.csproj | 5 ----- .../cti/system/collections/generic/stack/StackClear.csproj | 5 ----- .../cti/system/collections/generic/stack/StackContains.csproj | 5 ----- .../cti/system/collections/generic/stack/StackCopyTo.csproj | 5 ----- .../cti/system/collections/generic/stack/StackCount.csproj | 5 ----- .../cti/system/collections/generic/stack/StackCtor1.csproj | 5 ----- .../cti/system/collections/generic/stack/StackCtor2.csproj | 5 ----- .../cti/system/collections/generic/stack/StackCtor3.csproj | 5 ----- .../cti/system/collections/generic/stack/StackGetEnumerator.csproj | 5 ----- .../cti/system/collections/generic/stack/StackPeek.csproj | 5 ----- .../CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj | 5 ----- .../cti/system/collections/generic/stack/StackPush.csproj | 5 ----- .../cti/system/collections/generic/stack/StackToArray.csproj | 5 ----- .../generic/stackenumerator/StackEnumeratorCurrent.csproj | 5 ----- .../generic/stackenumerator/StackEnumeratorDispose.csproj | 5 ----- .../generic/stackenumerator/StackEnumeratorMoveNext.csproj | 5 ----- .../cti/system/collections/icollection/ICollectionCopyTo.csproj | 5 ----- .../cti/system/collections/icollection/ICollectionCount.csproj | 5 ----- .../system/collections/icollection/ICollectionIsSynchronized.csproj | 5 ----- .../cti/system/collections/icollection/ICollectionSyncRoot.csproj | 5 ----- .../cti/system/collections/icomparer/IComparerCompare.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryAdd.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryClear.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryContains.csproj | 5 ----- .../system/collections/idictionary/IDictionaryGetEnumerator.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj | 5 ----- .../cti/system/collections/idictionary/IDictionaryRemove.csproj | 5 ----- .../cti/system/collections/ienumerator/IEnumeratorCurrent.csproj | 5 ----- .../cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj | 5 ----- .../cti/system/collections/ienumerator/IEnumeratorReset.csproj | 5 ----- .../CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj | 5 ----- .../src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj | 5 ----- .../CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj | 5 ----- .../src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj | 5 ----- .../src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj | 5 ----- .../src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj | 5 ----- .../src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj | 5 ----- .../CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj | 5 ----- .../CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj | 5 ----- .../CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString10.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString11.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString12.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString13.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString14.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString15.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString16.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString17.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString18.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString19.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString20.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString21.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString22.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString23.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString24.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString25.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString28.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString29.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString30.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString31.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString32.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToString33.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj | 5 ----- .../src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj | 5 ----- .../src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj | 5 ----- .../src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj | 5 ----- .../src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj | 5 ----- .../src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj | 5 ----- .../src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj | 5 ----- .../cti/system/delegate/DelegateGetInvocationList1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj | 5 ----- .../src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj | 5 ----- .../src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj | 5 ----- .../conditionalattribute/ConditionalAttributeConditionString.csproj | 5 ----- .../diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj | 5 ----- .../system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj | 5 ----- .../debuggingmodes/DebuggingModesDisableOptimizations.csproj | 5 ----- .../debuggingmodes/DebuggingModesEnableEditAndContinue.csproj | 5 ----- .../DebuggingModesIgnoreSymbolStoreSequencePoints.csproj | 5 ----- .../cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj | 5 ----- .../system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj | 5 ----- .../system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj | 5 ----- .../system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj | 5 ----- .../cti/system/dllnotfoundexception/DllNotFoundException1.csproj | 5 ----- .../cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj | 5 ----- .../cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj | 5 ----- .../cti/system/double/DoubleIConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj | 5 ----- .../CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj | 5 ----- .../src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj | 5 ----- .../src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj | 5 ----- .../src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj | 5 ----- .../src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj | 5 ----- .../CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj | 5 ----- .../cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj | 5 ----- .../cti/system/eventhandler_generic/EventHandlerCtor.csproj | 5 ----- .../cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj | 5 ----- .../cti/system/eventhandler_generic/EventHandlerInvoke.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj | 5 ----- .../cti/system/exception/ExceptionGetBaseException.csproj | 5 ----- .../CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj | 5 ----- .../cti/system/formatexception/FormatExceptionCtor1.csproj | 5 ----- .../cti/system/formatexception/FormatExceptionCtor2.csproj | 5 ----- .../cti/system/formatexception/FormatExceptionCtor3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj | 5 ----- .../src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj | 5 ----- .../src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj | 5 ----- .../CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj | 5 ----- .../system/icomparable_generic/IComparable_GenericCompareTo.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj | 5 ----- .../cti/system/iconvertible/IConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj | 5 ----- .../CoreMangLib/cti/system/iformatable/IFormatableToString.csproj | 5 ----- .../indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj | 5 ----- .../indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj | 5 ----- .../indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj | 5 ----- .../src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj | 5 ----- .../cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj | 5 ----- .../cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj | 5 ----- .../cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj | 5 ----- .../invalidoperationexception/InvalidOperationExceptionctor1.csproj | 5 ----- .../invalidoperationexception/InvalidOperationExceptionctor2.csproj | 5 ----- .../invalidoperationexception/InvalidOperationExceptionctor3.csproj | 5 ----- .../invalidprogramexception/InvalidProgramExceptionctor1.csproj | 5 ----- .../invalidprogramexception/InvalidProgramExceptionctor2.csproj | 5 ----- .../invalidprogramexception/InvalidProgramExceptionctor3.csproj | 5 ----- .../cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj | 5 ----- .../DirectoryNotFoundExceptionctor1.csproj | 5 ----- .../DirectoryNotFoundExceptionctor2.csproj | 5 ----- .../io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj | 5 ----- .../io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj | 5 ----- .../CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesArchive.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesCompressed.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesDeivce.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesDirectory.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesEncrypted.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesEnum.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesHidden.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesNormal.csproj | 5 ----- .../system/io/fileattributes/FileAttributesNotContentIndexed.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesOffline.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesReadOnly.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesReparsePoint.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesSystem.csproj | 5 ----- .../cti/system/io/fileattributes/FileAttributesTemporary.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj | 5 ----- .../CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj | 5 ----- .../system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj | 5 ----- .../io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj | 5 ----- .../io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj | 5 ----- .../io/filenotfoundexception/FileNotFoundExceptionMessage.csproj | 5 ----- .../io/filenotfoundexception/FileNotFoundExceptionToString.csproj | 5 ----- .../io/filenotfoundexception/FileNotFoundExceptionctor1.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj | 5 ----- .../CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj | 5 ----- .../cti/system/io/filestream/FileStreamDispose_PSC.csproj | 5 ----- .../CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj | 5 ----- .../CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj | 5 ----- .../CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj | 5 ----- .../system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj | 5 ----- .../system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj | 5 ----- .../CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj | 5 ----- .../src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj | 5 ----- .../CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj | 5 ----- .../CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj | 5 ----- .../cti/system/io/streamreader/StreamReaderNull_PSC.csproj | 5 ----- .../cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj | 5 ----- .../CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj | 5 ----- .../CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCos.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathE.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathExp.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPI.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPow.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSin.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTan.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj | 5 ----- .../system/memberaccessexception/MemberAccessExceptionCtor1.csproj | 5 ----- .../system/memberaccessexception/MemberAccessExceptionCtor2.csproj | 5 ----- .../system/memberaccessexception/MemberAccessExceptionCtor3.csproj | 5 ----- .../system/methodaccessexception/MethodAccessExceptionCtor1.csproj | 5 ----- .../system/methodaccessexception/MethodAccessExceptionCtor2.csproj | 5 ----- .../system/methodaccessexception/MethodAccessExceptionCtor3.csproj | 5 ----- .../system/missingfieldexception/MissingFieldExceptionCtor1.csproj | 5 ----- .../system/missingfieldexception/MissingFieldExceptionCtor2.csproj | 5 ----- .../system/missingfieldexception/MissingFieldExceptionCtor3.csproj | 5 ----- .../system/missingfieldexception/MissingFieldExceptionMessage.csproj | 5 ----- .../system/missingmemberexception/MissingMemberExceptionCtor1.csproj | 5 ----- .../system/missingmemberexception/MissingMemberExceptionCtor2.csproj | 5 ----- .../system/missingmemberexception/MissingMemberExceptionCtor3.csproj | 5 ----- .../missingmemberexception/MissingMemberExceptionMessage.csproj | 5 ----- .../system/missingmethodexception/MissingMethodExceptionCtor1.csproj | 5 ----- .../system/missingmethodexception/MissingMethodExceptionCtor2.csproj | 5 ----- .../system/missingmethodexception/MissingMethodExceptionCtor3.csproj | 5 ----- .../missingmethodexception/MissingMethodExceptionMessage.csproj | 5 ----- .../cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj | 5 ----- .../cti/system/multicastdelegate/MulticastDelegateEquals.csproj | 5 ----- .../cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj | 5 ----- .../multicastdelegate/MulticastDelegateGetInvocationList.csproj | 5 ----- .../notimplementedexception/NotImplementedExceptionCtor1.csproj | 5 ----- .../notimplementedexception/NotImplementedExceptionCtor2.csproj | 5 ----- .../notimplementedexception/NotImplementedExceptionCtor3.csproj | 5 ----- .../system/notsupportedexception/NotSupportedExceptionCtor1.csproj | 5 ----- .../system/notsupportedexception/NotSupportedExceptionCtor2.csproj | 5 ----- .../system/notsupportedexception/NotSupportedExceptionCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj | 5 ----- .../src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj | 5 ----- .../cti/system/nullable/NullableGetValueOrDefault1.csproj | 5 ----- .../cti/system/nullable/NullableGetValueOrDefault2.csproj | 5 ----- .../src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj | 5 ----- .../src/CoreMangLib/cti/system/nullable/NullableToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj | 5 ----- .../system/nullreferenceexception/NullReferenceExceptionCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj | 5 ----- .../src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj | 5 ----- .../src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj | 5 ----- .../objectdisposedexception/ObjectDisposedExceptionMessage.csproj | 5 ----- .../objectdisposedexception/ObjectDisposedExceptionObjectName.csproj | 5 ----- .../cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj | 5 ----- .../cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj | 5 ----- .../cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj | 5 ----- .../cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj | 5 ----- .../cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj | 5 ----- .../cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj | 5 ----- .../cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj | 5 ----- .../cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj | 5 ----- .../cti/system/overflowexception/OverflowExceptionCtor1.csproj | 5 ----- .../cti/system/overflowexception/OverflowExceptionCtor2.csproj | 5 ----- .../cti/system/overflowexception/OverflowExceptionCtor3.csproj | 5 ----- .../cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj | 5 ----- .../PlatformNotSupportedExceptionCtor1.csproj | 5 ----- .../PlatformNotSupportedExceptionCtor2.csproj | 5 ----- .../PlatformNotSupportedExceptionCtor3.csproj | 5 ----- .../src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj | 5 ----- .../src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj | 5 ----- .../src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/random/RandomSample.csproj | 5 ----- .../CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj | 5 ----- .../CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj | 5 ----- .../CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj | 5 ----- .../ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj | 5 ----- .../ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj | 5 ----- .../ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj | 5 ----- .../AssemblyConfigurationAttribute.csproj | 5 ----- .../AssemblyConfigurationAttributeCtor.csproj | 5 ----- .../AssemblyDefaultAliasAttribute.csproj | 5 ----- .../AssemblyDefaultAliasAttributeCtor.csproj | 5 ----- .../assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj | 5 ----- .../AssemblyDelaySignAttributeDelaySign.csproj | 5 ----- .../AssemblyDescriptionAttributeCtor.csproj | 5 ----- .../AssemblyDescriptionAttributeDescription.csproj | 5 ----- .../assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj | 5 ----- .../assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj | 5 ----- .../assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj | 5 ----- .../assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj | 5 ----- .../system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj | 5 ----- .../reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj | 5 ----- .../system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj | 5 ----- .../reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj | 5 ----- .../cti/system/reflection/assemblyname/AssemblyNameVersion.csproj | 5 ----- .../system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj | 5 ----- .../reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj | 5 ----- .../assemblynameflags/AssemblyNameFlagsRetargetable.csproj | 5 ----- .../assemblytitleattribute/AssemblyTitleAttributeCtor.csproj | 5 ----- .../assemblytitleattribute/AssemblyTitleAttributeTitle.csproj | 5 ----- .../reflection/callingconventions/CallingConventionsAny.csproj | 5 ----- .../callingconventions/CallingConventionsExplicitThis.csproj | 5 ----- .../reflection/callingconventions/CallingConventionsHasThis.csproj | 5 ----- .../reflection/callingconventions/CallingConventionsStandard.csproj | 5 ----- .../reflection/callingconventions/CallingConventionsVarArgs.csproj | 5 ----- .../reflection/constructorinfo/ConstructorInfoConstructorName.csproj | 5 ----- .../constructorinfo/ConstructorInfoTypeConstructorName.csproj | 5 ----- .../defaultmemberattribute/DefaultMemberAttributeCtor.csproj | 5 ----- .../defaultmemberattribute/DefaultMemberAttributeMemberName.csproj | 5 ----- .../emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj | 1 - .../cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj | 5 ----- .../cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj | 5 ----- .../system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj | 5 ----- .../cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj | 5 ----- .../cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj | 5 ----- .../cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj | 5 ----- .../cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj | 5 ----- .../system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj | 5 ----- .../system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeToString.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodeValue.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesArglist.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBreak.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCall.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCalli.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLeave.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStarg.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStfld.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStobj.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj | 5 ----- .../reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesThrow.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj | 5 ----- .../cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj | 5 ----- .../CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj | 5 ----- .../cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj | 5 ----- .../cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj | 5 ----- .../cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj | 5 ----- .../cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj | 5 ----- .../cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineField.csproj | 5 ----- .../cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineI8.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeInlineMethod.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineNone.csproj | 5 ----- .../cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineSig.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeInlineString.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeInlineSwitch.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineTok.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineType.csproj | 5 ----- .../system/reflection/emit/operandtype/OperandTypeInlineVar.csproj | 5 ----- .../emit/operandtype/OperandTypeShortInlineBrTarget.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeShortInlineI.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeShortInlineR.csproj | 5 ----- .../reflection/emit/operandtype/OperandTypeShortInlineVar.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSize16.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSize2.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSize4.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj | 5 ----- .../cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj | 5 ----- .../system/reflection/emit/packingsize/PackingSizeUnspecified.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopref.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj | 5 ----- .../emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj | 5 ----- .../system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourPushref.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj | 5 ----- .../reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj | 5 ----- .../cti/system/reflection/eventattributes/EventAttributesNone.csproj | 5 ----- .../reflection/eventattributes/EventAttributesRTSpecialName.csproj | 5 ----- .../reflection/eventattributes/EventAttributesSpecialName.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesAssembly.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesFamANDAssem.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesFamORAssem.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesFamily.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesHasDefault.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesInitOnly.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesLiteral.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesNotSerialized.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesPrivate.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesPrivateScope.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesPublic.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesRTSpecialName.csproj | 5 ----- .../reflection/fieldattributes/FieldAttributesSpecialName.csproj | 5 ----- .../system/reflection/fieldattributes/FieldAttributesStatic.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesAbstract.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesFamANDAssem.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesFamORAssem.csproj | 5 ----- .../system/reflection/methodattributes/MethodAttributesFamily.csproj | 5 ----- .../system/reflection/methodattributes/MethodAttributesFinal.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesHasSecurity.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesHideBySig.csproj | 5 ----- .../methodattributes/MethodAttributesMemberAccessMask.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesNewSlot.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesPinvokeImpl.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesPrivate.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesPrivateScope.csproj | 5 ----- .../system/reflection/methodattributes/MethodAttributesPublic.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesRTSpecialName.csproj | 5 ----- .../methodattributes/MethodAttributesRequireSecObject.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesReuseSlot.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesSpecialName.csproj | 5 ----- .../system/reflection/methodattributes/MethodAttributesStatic.csproj | 5 ----- .../methodattributes/MethodAttributesUnmanagedExport.csproj | 5 ----- .../reflection/methodattributes/MethodAttributesVirtual.csproj | 5 ----- .../methodattributes/MethodAttributesVtableLayoutMask.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesCodeTypeMask.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesForwardRef.csproj | 5 ----- .../reflection/methodimplattributes/MethodImplAttributesIL.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesInternalCall.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesManaged.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesManagedMask.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesNative.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesNoInlining.csproj | 5 ----- .../reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesPreserveSig.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesRuntime.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesSynchronized.csproj | 5 ----- .../methodimplattributes/MethodImplAttributesUnmanaged.csproj | 5 ----- .../parameterattributes/ParameterAttributesHasDefault.csproj | 5 ----- .../reflection/parameterattributes/ParameterAttributesIn.csproj | 5 ----- .../reflection/parameterattributes/ParameterAttributesNone.csproj | 5 ----- .../parameterattributes/ParameterAttributesOptional.csproj | 5 ----- .../reflection/parameterattributes/ParameterAttributesOut.csproj | 5 ----- .../reflection/parameterattributes/ParameterAttributesRetval.csproj | 5 ----- .../propertyattributes/PropertyAttributesHasDefault.csproj | 5 ----- .../reflection/propertyattributes/PropertyAttributesNone.csproj | 5 ----- .../propertyattributes/PropertyAttributesRTSpecialName.csproj | 5 ----- .../propertyattributes/PropertyAttributesSpecialName.csproj | 5 ----- .../targetinvocationexception/TargetInvocationExceptionCtor1.csproj | 5 ----- .../targetinvocationexception/TargetInvocationExceptionCtor2.csproj | 5 ----- .../TargetParameterCountExceptionCtor1.csproj | 5 ----- .../TargetParameterCountExceptionCtor2.csproj | 5 ----- .../TargetParameterCountExceptionCtor3.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesAbstract.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesAnsiClass.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesAutoClass.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesAutoLayout.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj | 5 ----- .../cti/system/reflection/typeattributes/TypeAttributesClass.csproj | 5 ----- .../typeattributes/TypeAttributesClassSemanticsMask.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesExplicitLayout.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesHasSecurity.csproj | 5 ----- .../cti/system/reflection/typeattributes/TypeAttributesImport.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesInterface.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttributesLayoutMask.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedAssembly.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedFamily.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedPrivate.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesNestedPublic.csproj | 5 ----- .../cti/system/reflection/typeattributes/TypeAttributesPublic.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesRTSpecialName.csproj | 5 ----- .../cti/system/reflection/typeattributes/TypeAttributesSealed.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesSequentialLayout.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesSerializable.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesSpecialName.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesStringFormatMask.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesUnicodeClass.csproj | 5 ----- .../reflection/typeattributes/TypeAttributesVisibilityMask.csproj | 5 ----- .../system/reflection/typeattributes/TypeAttribytesNotPublic.csproj | 5 ----- .../MissingManifestResourceExceptionCtor1.csproj | 5 ----- .../MissingManifestResourceExceptionCtor2.csproj | 5 ----- .../MissingManifestResourceExceptionCtor3.csproj | 5 ----- .../resources/neutralresourceslanguageattribute/CultureName.csproj | 5 ----- .../NeutralResourcesLanguageAttributeCtor.csproj | 5 ----- .../cti/system/resources/resourcemanager/CustomCulture.csproj | 5 ----- .../resources/satellitecontractversionattribute/AttributeCtor.csproj | 5 ----- .../satellitecontractversionattribute/AttributeVersion.csproj | 5 ----- .../accessedthroughpropertyattribute/ATPACtor.csproj | 5 ----- .../accessedthroughpropertyattribute/ATPAPropertyName.csproj | 5 ----- .../compilerservices/compilationrelaxations/AttributeCtor1.csproj | 5 ----- .../compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj | 5 ----- .../customconstantattribute/CustomConstantAttributector.csproj | 5 ----- .../indexernameattribute/IndexerNameAttributeCtor.csproj | 5 ----- .../internalsvisibletoattribute/IVTAAssemblyName.csproj | 5 ----- .../compilerservices/internalsvisibletoattribute/IVTACtor.csproj | 5 ----- .../methodimploptions/MethodImplOptionsNoInlining.csproj | 5 ----- .../methodimploptions/MethodImplOptionsPreserveSig.csproj | 5 ----- .../runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj | 5 ----- .../runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj | 5 ----- .../runtime/compilerservices/runtimehelpers/GetHashCode.csproj | 5 ----- .../runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj | 5 ----- .../runtime/compilerservices/runtimehelpers/UserAssembly.csproj | 5 ----- .../decimalconstantattribute/DecimalConstantAttributeCtor.csproj | 5 ----- .../decimalconstantattribute/DecimalConstantAttributeValue.csproj | 5 ----- .../runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj | 5 ----- .../fixedbufferattribute/FixedBufferAttributeElementType.csproj | 5 ----- .../runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj | 5 ----- .../interopservices/callingconvention/CallingConventionWinapi.csproj | 5 ----- .../cti/system/runtime/interopservices/charset/CharSetUnicode.csproj | 5 ----- .../runtime/interopservices/dllimportattribute/DllImportTest.csproj | 5 ----- .../fieldoffsetattribute/FieldOffsetAttributeCtor.csproj | 5 ----- .../fieldoffsetattribute/FieldOffsetAttributeValue.csproj | 5 ----- .../interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj | 5 ----- .../runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj | 5 ----- .../system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj | 5 ----- .../runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj | 5 ----- .../runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj | 5 ----- .../runtime/interopservices/gchandletype/GCHandleTypePinned.csproj | 5 ----- .../runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj | 5 ----- .../gchandletype/GCHandleTypeWeakTrackResurrection.csproj | 5 ----- .../runtime/interopservices/inattribute/InAttributeCtor.csproj | 5 ----- .../system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj | 5 ----- .../runtime/interopservices/layoutkind/LayoutKindSequential.csproj | 5 ----- .../system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj | 5 ----- .../system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj | 5 ----- .../cti/system/runtime/interopservices/marshal/OleAut32.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeArraySubType.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeCtor1.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeCtor2.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeMarshalCookie.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeMarshalType.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeSizeConst.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj | 5 ----- .../marshalasattribute/MarshalAsAttributeValue.csproj | 5 ----- .../runtime/interopservices/outattribute/OutAttributeCtor.csproj | 5 ----- .../preservesigattribute/PreserveSigAttributeCtor.csproj | 5 ----- .../runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj | 5 ----- .../interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj | 5 ----- .../safehandle/SafeHandleDangerousGetHandle_PSC.csproj | 5 ----- .../interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj | 5 ----- .../runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj | 5 ----- .../runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj | 5 ----- .../runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj | 5 ----- .../runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj | 5 ----- .../interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj | 5 ----- .../safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj | 5 ----- .../interopservices/safehandle/SafeHandleSetHandle_PSC.csproj | 5 ----- .../structlayoutattribute/StructLayoutAttributeCharSet.csproj | 5 ----- .../structlayoutattribute/StructLayoutAttributeCtor.csproj | 5 ----- .../structlayoutattribute/StructLayoutAttributePack.csproj | 5 ----- .../structlayoutattribute/StructLayoutAttributeSize.csproj | 5 ----- .../structlayoutattribute/StructLayoutAttributeValue.csproj | 5 ----- .../runtime/interopservices/unmanagedtype/UnmanagedType.csproj | 5 ----- .../cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj | 5 ----- .../system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj | 5 ----- .../cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj | 5 ----- .../system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj | 5 ----- .../cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj | 5 ----- .../cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj | 5 ----- .../src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj | 5 ----- .../src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj | 5 ----- .../src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj | 5 ----- .../src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj | 5 ----- .../system/security/securityexception/SecurityExceptionCtor1.csproj | 5 ----- .../system/security/securityexception/SecurityExceptionCtor2.csproj | 5 ----- .../system/security/securityexception/SecurityExceptionCtor3.csproj | 5 ----- .../security/securityexception/SecurityExceptionToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj | 5 ----- .../CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj | 5 ----- .../CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringChars.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj | 5 ----- .../src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj | 5 ----- .../src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj | 5 ----- .../src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj | 5 ----- .../cti/system/string/StringIEnumerableGetEnumerator.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringInsert.csproj | 5 ----- .../src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringJoin.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringLength.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj | 4 ---- .../tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringToString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj | 5 ----- .../CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj | 5 ----- .../cti/system/stringcomparer/StringComparerCompare2.csproj | 5 ----- .../cti/system/stringcomparer/StringComparerEquals1.csproj | 5 ----- .../cti/system/stringcomparer/StringComparerEquals3.csproj | 5 ----- .../cti/system/stringcomparer/StringComparerGetType.csproj | 5 ----- .../system/stringcomparison/StringComparisonCurrentCulture.csproj | 5 ----- .../stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj | 5 ----- .../cti/system/stringcomparison/StringComparisonOrdinal.csproj | 5 ----- .../system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj | 5 ----- .../CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj | 5 ----- .../cti/system/text/encoding/EncodingBigEndianUnicode.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetByteCount1.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetByteCount2.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetByteCount3.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetCharCount1.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetCharCount2.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetMaxByteCount.csproj | 5 ----- .../cti/system/text/encoding/EncodingGetMaxCharCount.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj | 5 ----- .../CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj | 5 ----- .../src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend1.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend10.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend11.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend12.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend13.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend14.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend15.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend16.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend17.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend18.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend19.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend2.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend3.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend4.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend5.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend6.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend7.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend8.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderAppend9.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderCapacity.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderChars.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderInsert.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderInsert3.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderInsert4.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderLength.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderLength_cti.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderRemove.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderReplace1.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderReplace2.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderReplace3.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderReplace4.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderToString1.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderToString2.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor1.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor2.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor3.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor4.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor5.csproj | 5 ----- .../cti/system/text/stringbuilder/StringBuilderctor6.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj | 5 ----- .../system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj | 5 ----- .../system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj | 5 ----- .../system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj | 5 ----- .../system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj | 5 ----- .../text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj | 5 ----- .../text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj | 5 ----- .../system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj | 5 ----- .../cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj | 5 ----- .../CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingEquals.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj | 5 ----- .../cti/system/text/utf8encoding/UTF8EncodingGetString.csproj | 5 ----- .../cti/system/threading/autoresetevent/AutoResetEventCtor.csproj | 5 ----- .../cti/system/threading/autoresetevent/AutoResetEventReSet.csproj | 5 ----- .../cti/system/threading/autoresetevent/AutoResetEventSet.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedAdd1.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedAdd2.csproj | 5 ----- .../system/threading/interlocked/InterlockedCompareExchange1.csproj | 5 ----- .../system/threading/interlocked/InterlockedCompareExchange5.csproj | 5 ----- .../system/threading/interlocked/InterlockedCompareExchange6.csproj | 5 ----- .../system/threading/interlocked/InterlockedCompareExchange7.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedDecrement1.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedDecrement2.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedExchange1.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedExchange5.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedExchange6.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedExchange7.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedIncrement1.csproj | 5 ----- .../cti/system/threading/interlocked/InterlockedIncrement2.csproj | 5 ----- .../system/threading/manualresetevent/ManualResetEventCtor.csproj | 5 ----- .../CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj | 5 ----- .../cti/system/threading/waithandle/WaitHandleCtor.csproj | 5 ----- .../cti/system/threading/waithandle/WaitHandleDispose1.csproj | 5 ----- .../cti/system/threading/waithandle/WaitHandleDispose3.csproj | 5 ----- .../cti/system/timeoutexception/TimeoutExceptionCtor1.csproj | 5 ----- .../cti/system/timeoutexception/TimeoutExceptionCtor2.csproj | 5 ----- .../cti/system/timeoutexception/TimeoutExceptionCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj | 5 ----- .../CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj | 5 ----- .../CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj | 5 ----- .../CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj | 5 ----- .../src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj | 5 ----- .../CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj | 5 ----- .../src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj | 5 ----- .../src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/type/TypeToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj | 5 ----- .../src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj | 5 ----- .../cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj | 5 ----- .../cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj | 5 ----- .../cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj | 5 ----- .../cti/system/typeloadexception/TypeLoadExceptionMessage.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj | 5 ----- .../cti/system/uint16/UInt16IConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj | 5 ----- .../cti/system/uint64/UInt64IConvertibleToDateTime.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj | 5 ----- .../CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj | 5 ----- .../src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj | 5 ----- .../src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj | 5 ----- .../src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj | 5 ----- .../src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj | 5 ----- .../src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj | 5 ----- .../src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj | 5 ----- .../src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj | 5 ----- .../src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj | 5 ----- .../tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceCtor1_PSC.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceCtor2_PSC.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj | 5 ----- .../cti/system/weakreference/WeakReferenceTargetb_PSC.csproj | 5 ----- .../weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj | 5 ----- .../src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj | 5 ----- .../CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj | 5 ----- .../collections/generic/hashset/Regression_Dev10_609271.csproj | 5 ----- .../collections/generic/hashset/Regression_Dev10_624201.csproj | 5 ----- .../tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj | 5 ----- .../src/CoreMangLib/system/delegate/generics/NG_Standard.csproj | 5 ----- .../src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj | 5 ----- .../src/CoreMangLib/system/delegate/generics/NullableTypes.csproj | 5 ----- .../src/CoreMangLib/system/delegate/miscellaneous/Central.csproj | 5 ----- .../CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj | 5 ----- .../system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj | 5 ----- .../system/delegate/miscellaneous/Co6031GetHashCode.csproj | 5 ----- .../system/delegate/regressions/devdivbugs/113347/DDB113347.csproj | 5 ----- .../CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj | 5 ----- .../delegate/threatmodel/public/TestClassFrameworkInternal.csproj | 5 ----- .../system/delegate/threatmodel/tests/BindingTarget.csproj | 5 ----- .../system/delegate/threatmodel/tests/CritConstructorClass.csproj | 5 ----- .../CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj | 5 ----- .../delegate/threatmodel/tests/TestClassFrameworkInternal.csproj | 5 ----- .../tests/src/CoreMangLib/system/exception/Data_Helper.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj | 5 ----- src/coreclr/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj | 5 ----- .../tests/src/CoreMangLib/system/reflection/assembly/server1.csproj | 5 ----- .../tests/src/CoreMangLib/system/reflection/assembly/server2.csproj | 5 ----- .../tests/src/CoreMangLib/system/reflection/assembly/server3.csproj | 5 ----- .../tests/src/CoreMangLib/system/reflection/assembly/server4.csproj | 5 ----- .../system/resources/resourcemanager/CustomCulture.csproj | 5 ----- .../tests/src/CoreMangLib/system/version/Version_Parsing.csproj | 5 ----- src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj | 4 ---- .../src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect0.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect1.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/Finalize.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj | 4 ---- src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Free.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Target.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj | 4 ---- .../tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj | 4 ---- src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/Target.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj | 4 ---- src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj | 4 ---- src/coreclr/tests/src/GC/Coverage/271010.csproj | 4 ---- src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj | 4 ---- src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj | 4 ---- src/coreclr/tests/src/GC/Coverage/delete_next_card_table.csproj | 4 ---- src/coreclr/tests/src/GC/Coverage/smalloom.csproj | 4 ---- .../tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj | 4 ---- src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj | 4 ---- .../tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj | 4 ---- .../src/GC/Features/Finalizer/finalizeother/finalizearray.csproj | 4 ---- .../GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj | 4 ---- .../src/GC/Features/Finalizer/finalizeother/finalizedest.csproj | 4 ---- .../src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj | 4 ---- .../src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj | 4 ---- .../src/GC/Features/Finalizer/finalizeother/finalizenested.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj | 4 ---- .../tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj | 3 --- .../tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj | 4 ---- .../tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj | 4 ---- src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj | 4 ---- .../src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj | 4 ---- .../Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj | 4 ---- .../GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj | 4 ---- .../src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj | 4 ---- .../src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj | 4 ---- .../src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj | 4 ---- .../src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj | 4 ---- .../tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj | 4 ---- src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj | 4 ---- .../tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj | 4 ---- .../src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj | 4 ---- .../src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj | 4 ---- src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj | 4 ---- .../tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj | 4 ---- src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj | 4 ---- .../src/GC/Features/PartialCompaction/partialcompactiontest.csproj | 4 ---- .../src/GC/Features/PartialCompaction/partialcompactionwloh.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj | 4 ---- .../tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj | 4 ---- .../tests/src/GC/Features/SustainedLowLatency/scenario.csproj | 4 ---- .../GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj | 4 ---- .../SustainedLowLatency/sustainedlowlatency_race_reverse.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj | 4 ---- .../tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj | 4 ---- .../tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj | 4 ---- src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj | 4 ---- .../tests/src/GC/LargeMemory/Regressions/largearraytest.csproj | 4 ---- .../tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj | 4 ---- .../tests/src/GC/Performance/Framework/GCPerfTestFramework.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj | 4 ---- src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj | 4 ---- .../tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj | 4 ---- .../tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj | 4 ---- src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj | 4 ---- .../tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj | 4 ---- .../tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj | 4 ---- .../tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj | 4 ---- .../tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj | 1 - src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj | 4 ---- .../tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj | 4 ---- .../tests/src/GC/Scenarios/StringCreator/stringcreator.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj | 4 ---- src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj | 4 ---- .../tests/src/GC/Stress/Framework/ReliabilityFramework.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/573277.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj | 4 ---- src/coreclr/tests/src/GC/Stress/Tests/plug.csproj | 4 ---- .../Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj | 4 ---- .../Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj | 4 ---- src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj | 4 ---- .../src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj | 4 ---- src/coreclr/tests/src/Interop/ICastable/Castable.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj | 4 ---- .../src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj | 4 ---- .../Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj | 4 ---- .../GetNativeVariantForObject/GetNativeVariantForObject.csproj | 4 ---- .../GetObjectForNativeVariant/GetObjectForNativeVariant.csproj | 4 ---- .../GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj | 4 ---- .../src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj | 4 ---- .../src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj | 4 ---- .../src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj | 4 ---- src/coreclr/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj | 4 ---- .../tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj | 5 ----- .../UnsafeAddrOfPinnedArrayElement.csproj | 4 ---- .../tests/src/Interop/NativeCallable/NativeCallableTest.csproj | 4 ---- .../tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj | 4 ---- .../src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj | 4 ---- .../Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj | 4 ---- src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj | 4 ---- src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj | 4 ---- src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj | 4 ---- src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj | 4 ---- .../tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj | 4 ---- .../tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj | 4 ---- src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj | 5 ----- .../StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj | 4 ---- .../StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj | 4 ---- src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj | 4 ---- src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.csproj | 4 ---- .../tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.csproj | 4 ---- .../tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj | 4 ---- .../tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.csproj | 4 ---- .../tests/src/JIT/CodeGenBringUpTests/StaticValueField.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.csproj | 4 ---- .../tests/src/JIT/CodeGenBringUpTests/StructInstMethod.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.csproj | 4 ---- src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.csproj | 4 ---- .../src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.csproj | 4 ---- .../tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj | 4 ---- .../tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj | 4 ---- .../tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj | 4 ---- .../tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj | 4 ---- .../tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj | 4 ---- .../JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj | 4 ---- .../tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj | 4 ---- .../tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj | 4 ---- .../JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.ilproj | 4 ---- .../tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj | 4 ---- .../tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj | 4 ---- .../tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj | 2 -- .../tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj | 4 ---- .../tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj | 4 ---- .../tests/src/JIT/Directed/TypedReference/TypedReference.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj | 5 ----- src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_ro.csproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/badendfinally_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/badtailcall_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/bleref_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/byrefsubbyref1_il_d.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/calli2_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/ceeillegal_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldelemnullarr1_il_d.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldelemnullarr2_il_d.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldfldunboxedvt_il_d.ilproj | 4 ---- .../Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj | 4 ---- .../coverage/importer/Desktop/ldvirtftnsideeffect_il_d.ilproj | 4 ---- .../coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/refanytype1_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/volatilldind_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/ldfldstatic1_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/stfldstatic1_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/importer/stfldstatic1_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/subovfun1_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/subovfun1_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/33objref_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/33objref_cs_ro.csproj | 4 ---- .../JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse1_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse2_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/cse2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/stfldstatic1_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/stfldstatic2_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/subbyref_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly1_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly2_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly3_il_d.ilproj | 4 ---- .../JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/tlstest_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/trashreg_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/volatilecpobj_il_d.ilproj | 4 ---- .../src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj | 4 ---- .../tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj | 4 ---- .../tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj | 4 ---- .../tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj | 4 ---- .../tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj | 4 ---- .../JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.csproj | 4 ---- .../tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj | 4 ---- .../tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.csproj | 4 ---- .../src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj | 4 ---- .../tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj | 4 ---- .../tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj | 4 ---- .../src/JIT/Directed/intrinsic/interlocked/rva_rvastatic1.ilproj | 4 ---- .../src/JIT/Directed/intrinsic/interlocked/rva_rvastatic2.ilproj | 4 ---- .../src/JIT/Directed/intrinsic/interlocked/rva_rvastatic3.ilproj | 4 ---- .../src/JIT/Directed/intrinsic/interlocked/rva_rvastatic4.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj | 4 ---- .../JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj | 4 ---- .../JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj | 4 ---- .../JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/castclassinterface_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj | 4 ---- .../src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/constructor_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/constructor_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/constructor_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/invocation_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj | 4 ---- .../tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj | 4 ---- .../src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj | 4 ---- .../src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj | 4 ---- .../src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj | 4 ---- .../src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/identity3_il_d.ilproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj | 4 ---- .../tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj | 4 ---- .../src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj | 4 ---- .../tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj | 4 ---- .../tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int8_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj | 4 ---- src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/Jagged/class01_instance.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/Jagged/class01_static.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/Jagged/struct01_static.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.csproj | 4 ---- .../src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.csproj | 4 ---- .../Arrays/ConstructedTypes/MultiDim/class01_instance.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/MultiDim/class01_static.csproj | 4 ---- .../JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.csproj | 4 ---- .../Arrays/ConstructedTypes/MultiDim/struct01_instance.csproj | 4 ---- .../Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.csproj | 4 ---- .../src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.csproj | 4 ---- .../src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.csproj | 4 ---- .../src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.csproj | 4 ---- .../src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_cs_do.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_il_d.ilproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_cs_do.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_il_d.ilproj | 4 ---- .../tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj | 4 ---- .../tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/Call_instance01_r.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/Call_instance01_ro.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/call_instance01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/convert_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/convert_static01.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/transitive_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/Constraints/transitive_static01.csproj | 4 ---- .../tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.csproj | 4 ---- .../tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj | 4 ---- .../tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj | 4 ---- .../tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/gentonongen01.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/gentonongen02.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/gentonongen03.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/nongentogen01.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/nongentogen02.csproj | 4 ---- .../src/JIT/Generics/Conversions/Reference/nongentogen03.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj | 4 ---- .../src/JIT/Generics/Exceptions/general_class_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/Exceptions/general_class_static01.csproj | 4 ---- .../src/JIT/Generics/Exceptions/general_struct_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/Exceptions/general_struct_static01.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_class_instance01.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_class_instance02.csproj | 4 ---- .../tests/src/JIT/Generics/Exceptions/specific_class_static01.csproj | 4 ---- .../tests/src/JIT/Generics/Exceptions/specific_class_static02.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_struct_instance01.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_struct_instance02.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_struct_static01.csproj | 4 ---- .../src/JIT/Generics/Exceptions/specific_struct_static02.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/instance_assignment_class01.csproj | 4 ---- .../src/JIT/Generics/Fields/instance_assignment_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/instance_equalnull_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/instance_equalnull_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/instance_passing_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/instance_passing_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_assignment_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_assignment_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_equalnull_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_equalnull_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_passing_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Fields/static_passing_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/class01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/class02.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Classes/class03.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj | 4 ---- .../tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate001.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate002.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate003.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate004.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate005.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate006.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate007.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate008.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate009.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate010.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate011.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate012.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate013.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate014.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate015.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate016.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate017.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate018.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate019.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate020.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate021.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate022.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate023.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate024.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate025.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate026.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate027.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate028.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate029.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate030.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate031.csproj | 4 ---- .../src/JIT/Generics/Instantiation/delegates/Delegate032.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/instance_assignment_class01.csproj | 4 ---- .../src/JIT/Generics/Locals/instance_assignment_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/instance_equalnull_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/instance_equalnull_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/instance_passing_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/instance_passing_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_assignment_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_assignment_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_equalnull_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_equalnull_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_passing_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Locals/static_passing_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/class_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/class_static01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/interface_class01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/interface_class02.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj | 4 ---- .../tests/src/JIT/Generics/MemberAccess/struct_static01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_assignment_class01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_assignment_struct01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_equalnull_class01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_equalnull_struct01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_passing_class01.csproj | 4 ---- .../src/JIT/Generics/Parameters/instance_passing_struct01.csproj | 4 ---- .../src/JIT/Generics/Parameters/static_assignment_class01.csproj | 4 ---- .../src/JIT/Generics/Parameters/static_assignment_struct01.csproj | 4 ---- .../src/JIT/Generics/Parameters/static_equalnull_class01.csproj | 4 ---- .../src/JIT/Generics/Parameters/static_equalnull_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/Parameters/static_passing_class01.csproj | 4 ---- .../tests/src/JIT/Generics/Parameters/static_passing_struct01.csproj | 4 ---- .../tests/src/JIT/Generics/TypeParameters/default_class01.csproj | 4 ---- .../tests/src/JIT/Generics/TypeParameters/default_struct01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj | 4 ---- src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj | 4 ---- .../tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj | 4 ---- src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.ilproj | 4 ---- .../IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.ilproj | 4 ---- .../JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj | 4 ---- .../src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj | 4 ---- .../tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_b.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_objref.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_struct.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_u8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs2.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbas.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbox.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmax.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmixed.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsval.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs2.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbas.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbox.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmax.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmixed.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsval.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_dbgaddress.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbggcarr.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/misc/_il_dbginitializearray.ilproj | 2 -- .../JIT/Methodical/Arrays/misc/_il_dbginitializearray_enum.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_dbgldelem_get.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_dbglength0.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_dbglengthm2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_dbgselfref.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj | 2 -- .../JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_dbgarrres.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_dbggcarr.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_dbgselfref.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_relarrres.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_relgcarr.csproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/misc/_speed_relselfref.csproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range1.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5a.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5b.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_m1.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_dbgint32_neg_range.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range2.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj | 4 ---- .../src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgarray.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgchain.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgfinally.ilproj | 4 ---- .../src/JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgjump.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocal.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocalloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgsimple.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtry.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj | 4 ---- .../src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_dbgsin_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_dbgconcurgc_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgenum_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_odbgnestval_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_odbgtailjump_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelenum_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_orelnestval_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_oreltailjump_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_cs.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_cs.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj | 4 ---- .../tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_i.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_u.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_array_merge.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_box.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgptr.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgqperm.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_array_merge.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_box.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj | 4 ---- .../src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj | 4 ---- .../tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1b_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1c_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2b_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2c_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3b_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3c_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/25params/25paramMixed_il_d.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_jmp.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_tail.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_ind.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmpind.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_tail.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally.csproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally_tail.csproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally.csproj | 4 ---- .../src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally_tail.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest3.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_speed_dbgtest1.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/callvirt/_speed_reltest1.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_cctor.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/ctor/_il_dbgval_ctor_newobj.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/ctor/_speed_dbgval_ctor.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/ctor/_speed_relval_ctor.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/deep/_speed_dbgdeep.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/deep/_speed_reldeep.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_calli.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmp.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmpi.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_call.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_calli.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn_t.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_speed_dbgrecurse.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/fptr/_speed_relrecurse.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi8u8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_dbgobjref.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_speed_dbgobj.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/implicit/_speed_relobj.csproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj | 4 ---- .../tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/thiscall/_speed_dbgthisnull.ilproj | 4 ---- .../src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_do.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_do.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_do.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_do.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/structarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj | 4 ---- .../src/JIT/Methodical/MDArray/InnerProd/structarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/classarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/classarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/structarr_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/MDArray/basics/structarr_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj | 4 ---- .../tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgaa.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgcalli.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgdd.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgee.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper1.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper2.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper3.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper4.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper5.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps1.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps2.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps3.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps4.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps5.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_dbgcall.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumper.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumps.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_dbgvtret.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_relcall.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_reljumper.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_reljumps.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/callconv/_speed_relvtret.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ctor.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgknight.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgnested.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj | 5 ----- .../tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ctor.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghanoi.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgknight.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj | 5 ----- .../tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ctor.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhanoi.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relknight.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgaccum.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_il_dbglivecall.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_il_dbgvolatile.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_speed_dbgaccum.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_speed_dbgvcall.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_speed_relaccum.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/identity/_speed_relvcall.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj | 4 ---- .../tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj | 4 ---- .../tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch.ilproj | 4 ---- .../src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch_neg.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgfilter.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch.ilproj | 4 ---- .../src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch_neg.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj | 4 ---- .../src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj | 4 ---- .../src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_speed_dbgcast_throw.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_speed_dbgthrow.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_speed_relcast_throw.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/SEH/_speed_relthrow.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/array/_il_dbgarrays.ilproj | 4 ---- .../src/JIT/Methodical/casts/array/_il_dbgcastclass_ldlen.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/array/_il_dbgisinst_ldlen.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj | 4 ---- .../src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgcastclass_call.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgcastclass_calli.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldarg.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldloc.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgisinst_call.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgisinst_calli.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldarg.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_il_dbgldnull.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_dbgcastclass_call.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldarg.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldloc.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_dbgcastclass_newobj.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_dbgisinst_call.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldarg.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldloc.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_dbgisinst_newobj.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_relcastclass_call.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_relcastclass_ldarg.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_relcastclass_ldloc.csproj | 4 ---- .../JIT/Methodical/casts/coverage/_speed_relcastclass_newobj.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_relisinst_call.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_relisinst_ldarg.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_relisinst_ldloc.csproj | 4 ---- .../src/JIT/Methodical/casts/coverage/_speed_relisinst_newobj.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/iface/_il_dbgiface2.ilproj | 4 ---- .../tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/iface/_speed_dbgiface1.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/iface/_speed_reliface1.csproj | 4 ---- .../tests/src/JIT/Methodical/casts/ilseq/_il_relCommonBase.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1b_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise1b_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise2_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise4_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/precise4_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/delegate/_simpleoddpower_il_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/overlddiv_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/div/overlddiv_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/overldrem_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/divrem/rem/overldrem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinexcept_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfilter_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwisfirstinstruction_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj | 4 ---- .../Methodical/eh/basics/tryfinallywith2reachableendfinally_d.ilproj | 4 ---- .../Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj | 4 ---- .../src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowexcept_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/badcodeafterfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/branchoverendfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadoponerror_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/severaldeadehregions_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj | 4 ---- .../JIT/Methodical/eh/deadcode/severalnesteddeadehregions_d.ilproj | 4 ---- .../JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/disconnected/backwardleave_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/catchbeforetrybody_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/catchtryintryfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/faultbeforetrybody_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/finallybeforetrybody_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj | 4 ---- .../JIT/Methodical/eh/disconnected/finallytryintryfinally_d.ilproj | 4 ---- .../JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/reversedhandlers_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/reversedtryblock_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/disconnected/testeit_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj | 4 ---- .../eh/disconnected/trybodyinbetweencatchhandlers_d.ilproj | 4 ---- .../eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj | 4 ---- .../JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj | 4 ---- .../JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/nestedfinallycall_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittonestedsibling_d.ilproj | 4 ---- .../Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj | 4 ---- .../eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj | 4 ---- .../eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj | 4 ---- .../eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj | 4 ---- .../eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj | 4 ---- .../src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj | 4 ---- .../eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj | 4 ---- .../eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj | 4 ---- .../eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj | 4 ---- .../eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj | 4 ---- .../eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj | 4 ---- .../Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj | 4 ---- .../Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj | 4 ---- .../Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj | 4 ---- .../Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj | 4 ---- .../src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj | 4 ---- .../src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj | 4 ---- .../src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj | 4 ---- .../src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj | 4 ---- .../src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/throw1dimarray_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/throw2dimarray_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj | 4 ---- .../JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_d.ilproj | 4 ---- .../JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchoutoftryfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj | 4 ---- .../JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj | 4 ---- .../JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj | 4 ---- .../JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj | 4 ---- .../JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/labelbeginningfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj | 4 ---- .../JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj | 4 ---- .../JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj | 4 ---- .../JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj | 4 ---- .../JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj | 4 ---- .../eh/leaves/tryfinallyintrycatchwithleaveintotry_d.ilproj | 4 ---- .../eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj | 4 ---- .../JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_d.ilproj | 4 ---- .../JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj | 4 ---- .../JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_d.ilproj | 4 ---- .../JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj | 4 ---- .../Methodical/eh/nested/cascadedcatchret/cascadedexcept_d.ilproj | 4 ---- .../Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedcatch_d.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedcatchnofin_d.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedexcept_d.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedexceptnofin_d.ilproj | 4 ---- .../eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/localvarincatch_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj | 4 ---- .../JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj | 4 ---- .../eh/nested/general/rethrowincatchnestedinfinally_d.csproj | 4 ---- .../eh/nested/general/rethrowincatchnestedinfinally_do.csproj | 4 ---- .../eh/nested/general/rethrowincatchnestedinfinally_r.csproj | 4 ---- .../eh/nested/general/rethrowincatchnestedinfinally_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj | 4 ---- .../Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj | 4 ---- .../Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj | 4 ---- .../Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj | 4 ---- .../Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinnestedcatch_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj | 4 ---- .../JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj | 4 ---- .../JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_d.ilproj | 4 ---- .../src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtrycatch_d.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryexcept_d.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryfault_d.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryfinally_d.ilproj | 4 ---- .../Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj | 4 ---- .../JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj | 4 ---- .../Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj | 4 ---- .../JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj | 4 ---- .../Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj | 4 ---- .../eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj | 4 ---- .../JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj | 4 ---- .../src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj | 4 ---- .../JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj | 4 ---- .../src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj | 4 ---- .../JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj | 4 ---- .../Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj | 4 ---- .../Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj | 4 ---- .../Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj | 4 ---- .../Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj | 4 ---- .../src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj | 4 ---- .../src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_d.ilproj | 4 ---- .../JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj | 4 ---- .../Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj | 4 ---- .../Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj | 4 ---- .../Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj | 4 ---- .../Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj | 4 ---- .../tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj | 4 ---- .../Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj | 4 ---- .../JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj | 4 ---- .../Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_c.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_o.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_s.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_c.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f8.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_o.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_s.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_c.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_c.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_o.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_s.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_c.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_o.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_s.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_c.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_f4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_f8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_i1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_i2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_i4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_o.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/basic/_relrefarg_s.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj | 5 ----- .../src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj | 5 ----- .../tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj | 5 ----- .../src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_d.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_d.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_d.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_d.ilproj | 4 ---- .../src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj | 4 ---- .../src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_f8.ilproj | 4 ---- .../src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_val.ilproj | 4 ---- .../src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj | 4 ---- .../src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit3.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit5.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit6.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit7.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit3.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit5.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit6.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit7.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit8.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_dbgrotarg_double.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_float.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_dbgrotarg_objref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_dbgrotarg_valref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_double.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_float.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_objref.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_valref.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_u2.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_double.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_float.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_objref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_valref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_relrotarg_double.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_relrotarg_float.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_relrotarg_objref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_opt_relrotarg_valref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_relrotarg_double.csproj | 4 ---- .../tests/src/JIT/Methodical/explicit/rotate/_relrotarg_float.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_relrotarg_objref.csproj | 4 ---- .../src/JIT/Methodical/explicit/rotate/_relrotarg_valref.csproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.csproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.csproj | 4 ---- .../Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.ilproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.ilproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.csproj | 4 ---- .../Methodical/flowgraph/dev10_bug679008/dependentlifetimes.ilproj | 4 ---- .../flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.ilproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.ilproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.ilproj | 4 ---- .../tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.ilproj | 4 ---- .../Methodical/flowgraph/dev10_bug679008/sealedCastVariance.csproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.csproj | 4 ---- .../Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.csproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.ilproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.ilproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.ilproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.ilproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.ilproj | 4 ---- .../JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.ilproj | 4 ---- .../src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.csproj | 4 ---- .../tests/src/JIT/Methodical/fp/apps/bouncingball_cs_d.csproj | 4 ---- .../tests/src/JIT/Methodical/fp/apps/bouncingball_cs_do.csproj | 4 ---- .../tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj | 4 ---- .../tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj | 4 ---- .../src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_dbghugedim.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_long.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_ulong.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_long.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_ulong.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_long.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_ulong.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbinop.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbox.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/misc/_speed_dbgbinop.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbox.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/misc/_speed_relbinop.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbox.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_addsub.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_div.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mul.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_dbgs_muldiv.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_dbgs_addsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_div.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_dbgs_muldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_rels_addsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_div.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_rels_ldc_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/signed/_speed_rels_muldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/superlong/_il_dbgsuperlong.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj | 4 ---- .../src/JIT/Methodical/int64/superlong/_speed_dbgsuperlong.csproj | 4 ---- .../src/JIT/Methodical/int64/superlong/_speed_relsuperlong.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgaddsub.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mul.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_dbgmuldiv.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_dbgaddsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_dbgmuldiv.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_reladdsub.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_relldc_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_relldfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_relldfld_mulovf.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mul.csproj | 4 ---- .../src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mulovf.csproj | 4 ---- .../tests/src/JIT/Methodical/int64/unsigned/_speed_relmuldiv.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgptr_types.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj | 4 ---- .../tests/src/JIT/Methodical/localloc/call/call01_small.csproj | 4 ---- .../tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.ilproj | 4 ---- .../tests/src/JIT/Methodical/localloc/verify/verify01_large.ilproj | 4 ---- .../tests/src/JIT/Methodical/localloc/verify/verify01_small.ilproj | 4 ---- .../src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj | 4 ---- .../src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj | 4 ---- .../tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgu_native.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_il_relu_native.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj | 5 ----- .../tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj | 5 ----- .../tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj | 5 ----- .../tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj | 5 ----- .../tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/format.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/native.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj | 5 ----- .../tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj | 4 ---- .../src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj | 4 ---- .../src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj | 4 ---- .../src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/test1-xassem.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/test2-xassem.csproj | 4 ---- .../tests/src/JIT/Methodical/stringintern/test4-xassem.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj | 4 ---- .../src/JIT/Methodical/structs/systemvbringup/structinregs.csproj | 1 - src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj | 4 ---- .../src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_enum.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i2_bool.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_u.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i_u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_obj.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8_inl.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4_inl.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_v.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array_nz.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_gc.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgdeep_inst.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgdeep_value.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgdeep_virt.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbggcval_nested.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbggcval_sideeffect.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgpointer_i.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep_void.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgreference_i.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2a.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2b.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2c.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_3b.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgtest_implicit.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgtest_mutual_rec.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgtest_switch.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgtest_virt.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_dbgtest_void.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj | 4 ---- .../tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj | 4 ---- .../src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/tailcall_v4/tailcall_AV.ilproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-0.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-2.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-3.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-4.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-5.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-6.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-0.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-1.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-2.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-3.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-4.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-5.csproj | 4 ---- .../tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-6.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_d.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I8.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R4.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R8.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_U2.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_V.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbgconst.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbgldelema.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbglocalloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbgmdarray.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbgrefanyval.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_dbgunbox.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj | 4 ---- .../src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj | 5 ----- .../tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj | 4 ---- .../src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj | 5 ----- .../tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj | 5 ----- src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj | 4 ---- src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj | 4 ---- .../tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj | 4 ---- .../Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj | 4 ---- .../CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj | 4 ---- .../CodeQuality/BenchmarksGame/binarytrees/binarytrees3.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj | 4 ---- .../CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj | 4 ---- .../CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide.csproj | 4 ---- .../JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj | 4 ---- .../Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj | 4 ---- .../Performance/CodeQuality/BenchmarksGame/regexdna/regexdna.csproj | 4 ---- .../Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj | 4 ---- .../CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj | 4 ---- src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj | 5 ----- .../tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj | 4 ---- .../Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj | 4 ---- .../JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj | 3 --- .../tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj | 4 ---- .../tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj | 4 ---- .../src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj | 4 ---- .../tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.csproj | 4 ---- .../JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj | 4 ---- .../Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj | 5 ----- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.csproj | 4 ---- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj | 5 ----- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj | 5 ----- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj | 5 ----- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj | 5 ----- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj | 5 ----- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj | 4 ---- .../Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj | 5 ----- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/b148815.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/b130333.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/b102879.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/b124232.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/b178119.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/b178128.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381a.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/b191926.csproj | 4 ---- .../CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj | 4 ---- .../Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/b219940.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b21296/b21296.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/b102533.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/b320147.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/b321799.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-dbg.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-ret.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/b338014.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj | 4 ---- .../Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj | 4 ---- .../Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj | 4 ---- .../Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/b151497.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/b602004.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.ilproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.csproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750_32vs64.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.csproj | 4 ---- .../tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.csproj | 4 ---- .../src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj | 4 ---- .../JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.csproj | 4 ---- .../JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.ilproj | 4 ---- .../Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj | 4 ---- .../src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj | 4 ---- .../src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj | 4 ---- .../src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.csproj | 4 ---- .../src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.csproj | 4 ---- .../JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj | 4 ---- .../Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.csproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.csproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj | 4 ---- .../JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.ilproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.csproj | 4 ---- .../JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_145295/ilpart.ilproj | 4 ---- .../src/JIT/Regression/Dev11/External/dev11_149090/GCHole1.csproj | 4 ---- .../Dev11/External/dev11_154899/DynamicStaticAlignment.csproj | 4 ---- .../Dev11/External/dev11_239804/ShowLocallocAlignment.csproj | 4 ---- .../Dev11/External/dev11_27971/UninitializedHighWord.csproj | 4 ---- .../JIT/Regression/Dev11/External/dev11_28763/R3Contention.csproj | 4 ---- .../JIT/Regression/Dev11/External/dev11_77709/BadCheckedAdd1.csproj | 4 ---- .../JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj | 4 ---- src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.ilproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_do.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_ro.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.csproj | 4 ---- .../tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj | 4 ---- .../src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj | 4 ---- .../src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_do.csproj | 4 ---- .../src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj | 4 ---- .../src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_ro.csproj | 4 ---- .../src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_ro.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_362706/DevDiv_362706.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_ro.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_ro.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_ro.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_ro.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj | 1 - .../tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.ilproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj | 1 - .../tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj | 1 - .../tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj | 1 - .../tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj | 1 - .../tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj | 2 -- .../tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj | 2 -- .../tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.ilproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj | 2 -- .../tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj | 3 --- .../tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj | 4 ---- .../tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.ilproj | 4 ---- .../Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.csproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_do.csproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj | 4 ---- .../src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_ro.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/b100336.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/b103846.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/b111130.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/b115253.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026a.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026b.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/b140298.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/b141358.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.csproj | 4 ---- .../tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/b102615.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/b102860.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/b102887.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/b124409.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj | 5 ----- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj | 5 ----- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/b91074.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj | 5 ----- .../src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112b.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/b102763.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/b102886.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/b302558.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/b309539.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/b309548.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj | 4 ---- .../src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.csproj | 4 ---- .../tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj | 4 ---- .../tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj | 4 ---- .../Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.csproj | 4 ---- .../tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj | 4 ---- .../Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.csproj | 4 ---- .../tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj | 4 ---- src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj | 5 ----- src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj | 4 ---- src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj | 4 ---- .../tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj | 4 ---- .../JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj | 4 ---- .../jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj | 4 ---- .../JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj | 4 ---- .../jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj | 4 ---- .../JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj | 4 ---- .../jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj | 4 ---- .../tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj | 4 ---- .../jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj | 4 ---- .../tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj | 4 ---- .../tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj | 4 ---- .../tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj | 4 ---- .../src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj | 4 ---- .../src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj | 4 ---- .../src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj | 4 ---- .../src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj | 4 ---- .../tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj | 4 ---- .../tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_do.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_ro.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_do.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_ro.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_do.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_ro.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_do.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_do.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_do.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_impl.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_opt.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj | 4 ---- .../JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj | 4 ---- .../tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj | 4 ---- .../src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj | 4 ---- .../JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj | 4 ---- .../src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj | 4 ---- .../src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_d.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_do.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_r.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj | 4 ---- .../src/JIT/jit64/opt/regress/vswhidbey/193825/193825_udo.csproj | 4 ---- .../src/JIT/jit64/opt/regress/vswhidbey/193825/193825_uro.csproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_opt.ilproj | 4 ---- .../JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_dbg.ilproj | 4 ---- .../JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_opt.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_dbg.ilproj | 4 ---- .../tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_opt.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01_o.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.csproj | 4 ---- .../src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.csproj | 4 ---- .../tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.csproj | 4 ---- .../tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library1.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library2.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.ilproj | 4 ---- src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj | 4 ---- .../tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox001.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox002.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox003.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox004.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox005.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox006.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox007.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox008.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox009.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox010.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox011.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox012.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox013.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox014.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox015.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox016.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox017.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox018.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox019.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox020.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox021.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox022.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox023.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox024.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox025.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox026.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox027.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox028.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox029.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox030.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox031.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox032.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox033.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox034.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox037.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox038.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox039.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox040.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox041.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox042.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox043.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox044.csproj | 4 ---- .../valuetypes/nullable/box-unbox/box-unbox/box-unbox045.csproj | 4 ---- .../valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj | 4 ---- .../valuetypes/nullable/box-unbox/enum/box-unbox-enum002.csproj | 4 ---- .../valuetypes/nullable/box-unbox/enum/box-unbox-enum003.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics001.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics002.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics003.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics004.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics005.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics006.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics007.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics008.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics009.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics010.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics011.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics012.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics013.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics014.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics015.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics016.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics017.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics018.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics019.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics020.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics021.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics022.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics023.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics024.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics025.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics026.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics027.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics028.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics029.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics030.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics031.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics032.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics033.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics034.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics037.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics038.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics039.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics040.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics041.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics042.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics043.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics044.csproj | 4 ---- .../nullable/box-unbox/generics/box-unbox-generics045.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface001.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface002.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface003.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface004.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface005.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface006.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface007.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface008.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface009.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface010.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface011.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface012.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface013.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface014.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface015.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface016.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface017.csproj | 4 ---- .../nullable/box-unbox/interface/box-unbox-interface018.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null001.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null002.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null003.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null004.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null005.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null006.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null007.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null008.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null009.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null011.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null012.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null013.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null014.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null015.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null016.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null017.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null018.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null019.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null020.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null021.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null024.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null025.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null026.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null027.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null028.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null029.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null030.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null031.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null032.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null033.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null034.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null037.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null038.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null039.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null040.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null041.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null042.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null043.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null044.csproj | 4 ---- .../valuetypes/nullable/box-unbox/null/box-unbox-null045.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value001.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value002.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value003.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value004.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value005.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value006.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value007.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value008.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value010.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value011.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value012.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value013.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value014.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value015.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value016.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value017.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value018.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value019.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value020.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value021.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value022.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value023.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value024.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value025.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value026.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value027.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value028.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value029.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value030.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value031.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value032.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value033.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value034.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value037.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value038.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value039.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value040.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value041.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value042.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value043.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value044.csproj | 4 ---- .../valuetypes/nullable/box-unbox/value/box-unbox-value045.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass001.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass002.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass003.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass004.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass005.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass006.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass007.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass008.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass009.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass010.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass011.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass012.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass013.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass014.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass015.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass016.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass017.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass018.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass019.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass020.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass021.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass022.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass023.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass024.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass025.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass026.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass027.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass028.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass029.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass030.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass031.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass032.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass033.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass034.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass037.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass038.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass039.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass040.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass041.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass042.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass043.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass044.csproj | 4 ---- .../valuetypes/nullable/castclass/castclass/castclass045.csproj | 4 ---- .../valuetypes/nullable/castclass/enum/castclass-enum001.csproj | 4 ---- .../valuetypes/nullable/castclass/enum/castclass-enum002.csproj | 4 ---- .../valuetypes/nullable/castclass/enum/castclass-enum003.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics001.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics002.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics003.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics004.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics005.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics006.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics007.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics008.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics009.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics010.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics011.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics012.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics013.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics014.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics015.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics016.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics017.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics018.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics019.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics020.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics021.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics022.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics023.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics024.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics025.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics026.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics027.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics028.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics029.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics030.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics031.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics032.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics033.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics034.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics037.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics038.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics039.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics040.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics041.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics042.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics043.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics044.csproj | 4 ---- .../nullable/castclass/generics/castclass-generics045.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface001.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface002.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface003.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface004.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface005.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface006.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface007.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface008.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface009.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface010.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface011.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface012.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface013.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface014.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface015.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface016.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface017.csproj | 4 ---- .../nullable/castclass/interface/castclass-interface018.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null001.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null002.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null003.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null004.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null005.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null006.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null007.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null008.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null009.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null010.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null011.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null012.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null013.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null014.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null015.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null016.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null017.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null018.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null019.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null020.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null021.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null022.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null023.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null024.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null025.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null026.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null027.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null028.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null029.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null030.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null031.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null032.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null033.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null034.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null037.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null038.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null039.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null040.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null041.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null042.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null043.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null044.csproj | 4 ---- .../valuetypes/nullable/castclass/null/castclass-null045.csproj | 4 ---- src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj | 4 ---- .../tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj | 4 ---- .../tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj | 4 ---- .../tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj | 4 ---- .../src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj | 4 ---- .../tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj | 4 ---- .../AssertionPropagation/regression/dev10/bug573840/bug573840.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj | 5 ----- src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj | 4 ---- .../tests/src/JIT/opt/Inline/regression/badcallee/badcallee.ilproj | 4 ---- .../src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj | 4 ---- .../tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj | 4 ---- .../tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj | 4 ---- .../tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj | 4 ---- .../tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj | 4 ---- src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj | 4 ---- .../tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj | 5 ----- src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj | 4 ---- src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj | 4 ---- .../src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj | 4 ---- .../tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj | 4 ---- src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj | 4 ---- src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj | 1 - .../src/Loader/binding/assemblies/assemblybugs/102140/test.csproj | 5 ----- .../binding/assemblies/assemblybugs/177066w/repro177066.csproj | 5 ----- .../src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj | 5 ----- .../binding/assemblies/assemblyversion/EmbedStringVersions.csproj | 5 ----- .../binding/assemblies/basicapi/assemblynamector/properties.csproj | 5 ----- .../binding/assemblies/basicapi/assemblynamector/server1.csproj | 5 ----- .../binding/assemblies/basicapi/assemblynamector/server2.csproj | 5 ----- .../binding/assemblies/basicapi/assemblynamector/server3.csproj | 5 ----- .../assemblies/generics/arilistienum/methods/exceptions.csproj | 5 ----- .../binding/assemblies/generics/arilistienum/methods/methods.csproj | 5 ----- .../tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj | 3 --- .../Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj | 3 --- .../classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj | 3 --- .../tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj | 3 --- .../src/Loader/classloader/MethodImpl/override_override1.ilproj | 3 --- .../tests/src/Loader/classloader/MethodImpl/self_override1.ilproj | 3 --- .../tests/src/Loader/classloader/MethodImpl/self_override2.ilproj | 3 --- .../tests/src/Loader/classloader/MethodImpl/self_override3.ilproj | 3 --- .../tests/src/Loader/classloader/MethodImpl/self_override5.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj | 3 --- .../PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj | 3 --- .../classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj | 3 --- .../classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj | 3 --- .../Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj | 3 --- .../Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj | 3 --- .../src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj | 3 --- .../src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj | 3 --- .../ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj | 3 --- .../ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj | 3 --- .../tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj | 3 --- .../tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj | 3 --- .../classloader/Statics/Regressions/484837/Enum_ValueField.ilproj | 3 --- .../classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj | 3 --- .../CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj | 3 --- .../CollapsedMethods/InterfaceImplementation/HelloWorld.csproj | 3 --- .../TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj | 3 --- .../SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj | 3 --- .../TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj | 3 --- .../Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj | 3 --- .../Variance/Covariant_InherittedCollision/HelloWorld.ilproj | 3 --- .../Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj | 3 --- .../Variance/Variant_InherittedCollision/HelloWorld.ilproj | 3 --- .../src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj | 3 --- .../src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj | 3 --- .../src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj | 3 --- .../src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj | 3 --- .../TypeGeneratorTests/TestFramework/TestFramework.csproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj | 3 --- .../TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj | 3 --- .../TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj | 3 --- .../CctorsWithSideEffects/CctorThrowInlinedStatic.csproj | 3 --- .../CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj | 3 --- .../CctorsWithSideEffects/CctorThrowMethodAccess.csproj | 3 --- .../CctorsWithSideEffects/CctorThrowStaticField.csproj | 3 --- .../CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj | 3 --- .../CctorsWithSideEffects/ResetGlobalFields.ilproj | 3 --- .../CctorsWithSideEffects/TypeLoadInitExcep.csproj | 3 --- .../CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj | 3 --- .../TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj | 3 --- .../CircularCctors/CircularCctorFourThreads.csproj | 3 --- .../CircularCctors/CircularCctorFourThreadsBFI.ilproj | 3 --- .../CircularCctors/CircularCctorThreeThreads01.csproj | 3 --- .../CircularCctors/CircularCctorThreeThreads01BFI.ilproj | 3 --- .../CircularCctors/CircularCctorThreeThreads02.csproj | 3 --- .../CircularCctors/CircularCctorThreeThreads02BFI.ilproj | 3 --- .../CircularCctors/CircularCctorThreeThreads03.csproj | 3 --- .../CircularCctors/CircularCctorThreeThreads03BFI.ilproj | 3 --- .../TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj | 3 --- .../TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj | 3 --- .../classloader/TypeInitialization/Inlining/GenMethInlined.csproj | 3 --- .../TypeInitialization/Inlining/GenMethInlined_Multinested.csproj | 3 --- .../classloader/TypeInitialization/Inlining/GenTypeInlined.csproj | 3 --- .../TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj | 3 --- .../Loader/classloader/TypeInitialization/Inlining/Inlined.csproj | 3 --- .../TypeInitialization/Inlining/Inlined_Multinested.csproj | 3 --- .../TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj | 3 --- .../TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj | 3 --- .../TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj | 3 --- .../Loader/classloader/TypeInitialization/backpatching/test1.csproj | 3 --- .../explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj | 3 --- .../classloader/explicitlayout/Regressions/369794/repro369794.csproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj | 3 --- .../explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj | 3 --- .../tests/src/Loader/classloader/explicitlayout/misc/case10.csproj | 3 --- .../classloader/explicitlayout/misc/derivedExplicitClass.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case1.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case11.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case12.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case14.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case15.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case2.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case3.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case4.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case5.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case6.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case7.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case8.csproj | 3 --- .../explicitlayout/objrefandnonobjrefoverlap/case9.csproj | 3 --- .../generics/Constraints/General/ManyGenConstraints.csproj | 3 --- .../generics/Constraints/Recursion/RecursiveConstraints.csproj | 3 --- .../generics/Constraints/Regressions/532403/VSW532403.csproj | 3 --- .../generics/Constraints/Regressions/ddb62403/bug62403.csproj | 3 --- .../Constraints/Regressions/dev10_512868/dev10_512868.csproj | 3 --- .../generics/Constraints/Regressions/vsw609874/vsw609874.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/VSW491668.csproj | 3 --- .../Loader/classloader/generics/GenericMethods/VarargTypes.ilproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/arity01.ilproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001a.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001b.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001c.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001d.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001e.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001f.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001g.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001h.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001i.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method001j.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method002.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method003.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method004.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method005.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method006.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method007.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method008.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method009.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method010.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method011.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method012.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method013.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method014.ilproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method015.csproj | 3 --- .../src/Loader/classloader/generics/GenericMethods/method016.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/T_Types.ilproj | 3 --- .../generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract01.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract02.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract03.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract04.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract05.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract06.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract07.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract08.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract09.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/abstract10.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param01.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param02.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param03.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param04.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param05.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param06.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param07.ilproj | 3 --- .../classloader/generics/Instantiation/Negative/param08.ilproj | 3 --- .../generics/Instantiation/Nesting/NestedGenericClasses.csproj | 3 --- .../generics/Instantiation/Nesting/NestedGenericStructs.csproj | 3 --- .../generics/Instantiation/Nesting/NestedGenericTypesMix.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase01.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase02.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase03.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase04.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase05.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase06.csproj | 3 --- .../generics/Instantiation/Positive/AbstractBase07.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface01.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface02.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface03.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface04.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface05.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface06.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface07.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface08.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface09.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface10.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface11.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface12.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface13.csproj | 3 --- .../generics/Instantiation/Positive/MultipleInterface14.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass01.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass02.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass03.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass04.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass05.csproj | 3 --- .../generics/Instantiation/Positive/NestedBaseClass06.csproj | 3 --- .../classloader/generics/Instantiation/Positive/NestedClass01.csproj | 3 --- .../classloader/generics/Instantiation/Positive/NestedClass02.csproj | 3 --- .../classloader/generics/Instantiation/Positive/NestedClass03.csproj | 3 --- .../classloader/generics/Instantiation/Positive/NestedClass04.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface01.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface02.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface03.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface04.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface05.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface06.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface07.csproj | 3 --- .../generics/Instantiation/Positive/NestedInterface08.csproj | 3 --- .../generics/Instantiation/Positive/NestedStruct01.csproj | 3 --- .../generics/Instantiation/Positive/NestedStruct02.csproj | 3 --- .../generics/Instantiation/Positive/NestedStruct03.csproj | 3 --- .../generics/Instantiation/Positive/NestedStruct04.csproj | 3 --- .../Loader/classloader/generics/Instantiation/Positive/Types.ilproj | 3 --- .../generics/Instantiation/Recursion/GenTypeItself.csproj | 3 --- .../generics/Instantiation/Recursion/RecursiveInheritance.csproj | 3 --- .../Recursion/Struct_ImplementMscorlibGenInterface.csproj | 3 --- .../classloader/generics/Instantiation/Recursion/genrecur.csproj | 3 --- .../generics/Instantiation/Regressions/607/DevDiv607.csproj | 3 --- .../classloader/generics/Instantiation/Regressions/607/check2.ilproj | 3 --- .../Loader/classloader/generics/Layout/General/Base01a_auto.csproj | 3 --- .../classloader/generics/Layout/General/Base01a_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/Base01a_seq.csproj | 3 --- .../classloader/generics/Layout/General/Base01a_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base01b_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/Base01b_seq.csproj | 3 --- .../classloader/generics/Layout/General/Base01b_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base01c_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base01d_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/Base02a_auto.csproj | 3 --- .../classloader/generics/Layout/General/Base02a_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/Base02a_seq.csproj | 3 --- .../classloader/generics/Layout/General/Base02a_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base02b_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/Base02b_seq.csproj | 3 --- .../classloader/generics/Layout/General/Base02b_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base02c_seq_ser.csproj | 3 --- .../classloader/generics/Layout/General/Base02d_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/class01_auto.csproj | 3 --- .../classloader/generics/Layout/General/class01_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/class01_seq.csproj | 3 --- .../classloader/generics/Layout/General/class01_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/class02_auto.csproj | 3 --- .../classloader/generics/Layout/General/class02_auto_ser.csproj | 3 --- .../classloader/generics/Layout/General/class02_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/struct01_auto.csproj | 3 --- .../classloader/generics/Layout/General/struct01_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/struct01_seq.csproj | 3 --- .../classloader/generics/Layout/General/struct01_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/struct02_auto.csproj | 3 --- .../classloader/generics/Layout/General/struct02_auto_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/General/struct02_seq.csproj | 3 --- .../classloader/generics/Layout/General/struct02_seq_ser.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Negative002.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Negative004.csproj | 3 --- .../classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Positive007.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Positive008.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Positive009.csproj | 3 --- .../Loader/classloader/generics/Layout/Specific/Positive010.csproj | 3 --- .../tests/src/Loader/classloader/generics/Misc/Classes.csproj | 3 --- .../classloader/generics/Misc/ConstraintsAndInheritance.csproj | 3 --- .../src/Loader/classloader/generics/Misc/TestWithManyParams.csproj | 3 --- .../generics/Statics/Regressions/524571/StaticsProblem1.csproj | 3 --- .../generics/Statics/Regressions/524571/StaticsProblem2.csproj | 3 --- .../generics/Statics/Regressions/524571/StaticsProblem3.csproj | 3 --- .../generics/Statics/Regressions/524571/StaticsProblem4.csproj | 3 --- .../generics/Statics/Regressions/524571/StaticsProblem5.csproj | 3 --- .../classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj | 3 --- .../generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj | 3 --- .../VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj | 3 --- .../generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj | 3 --- .../generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj | 3 --- .../generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj | 3 --- .../generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj | 3 --- .../generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj | 3 --- .../generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj | 3 --- .../generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj | 3 --- .../generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj | 3 --- .../generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj | 3 --- .../src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj | 3 --- .../Loader/classloader/generics/Variance/CoreCLR/Method001.csproj | 3 --- .../Loader/classloader/generics/Variance/CoreCLR/Method003.csproj | 3 --- .../classloader/generics/Variance/Delegates/Delegates001.csproj | 3 --- .../classloader/generics/Variance/Delegates/Delegates002.csproj | 3 --- .../src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/CastClass001.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/CastClass004.csproj | 3 --- .../generics/Variance/IL/InterfaceInheritanceTest2.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst001.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst002.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst003.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst004.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst005.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/IsInst006.csproj | 3 --- .../tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox001.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox002.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox003.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox004.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox005.csproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/Unbox006.csproj | 3 --- .../Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj | 3 --- .../Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj | 3 --- .../tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/IL/vsw543506.csproj | 3 --- .../classloader/generics/Variance/Interfaces/Interfaces001.csproj | 3 --- .../classloader/generics/Variance/Interfaces/Interfaces002.csproj | 3 --- .../src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/Methods/Lib.ilproj | 3 --- .../src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj | 3 --- .../Loader/classloader/generics/Variance/Methods/Method001.csproj | 3 --- .../Loader/classloader/generics/Variance/Methods/Method002.csproj | 3 --- .../Loader/classloader/generics/Variance/Methods/Method003.csproj | 3 --- .../Loader/classloader/generics/Variance/Methods/Method004.csproj | 3 --- .../generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj | 3 --- .../tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj | 3 --- .../tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj | 3 --- .../src/Loader/classloader/generics/regressions/109968/test.ilproj | 3 --- .../classloader/generics/regressions/123712/repro123712.csproj | 3 --- .../Loader/classloader/generics/regressions/137310/test137310.csproj | 3 --- .../Loader/classloader/generics/regressions/188892/test188892.csproj | 3 --- .../classloader/generics/regressions/237932/repro237932.csproj | 3 --- .../Loader/classloader/generics/regressions/334376/b334376.csproj | 3 --- .../src/Loader/classloader/generics/regressions/341477/Test.csproj | 3 --- .../generics/regressions/395780/testExplicitOverride.csproj | 3 --- .../generics/regressions/395780/testExplicitOverride2.ilproj | 3 --- .../Loader/classloader/generics/regressions/433497/vsw433497.csproj | 3 --- .../Loader/classloader/generics/regressions/448208/b448208.csproj | 3 --- .../Loader/classloader/generics/regressions/515341/vsw515341.csproj | 3 --- .../Loader/classloader/generics/regressions/536564/vsw536564.csproj | 3 --- .../src/Loader/classloader/generics/regressions/DD117522/Test.csproj | 3 --- .../Loader/classloader/generics/regressions/dd95372/dd95372.csproj | 3 --- .../Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj | 3 --- .../generics/regressions/dev10_393447/dev10_393447.ilproj | 3 --- .../generics/regressions/dev10_531793/dev10_531793.ilproj | 3 --- .../classloader/generics/regressions/vsw237932/repro237932.csproj | 3 --- .../generics/regressions/vsw395780/testExplicitOverride2.ilproj | 3 --- .../classloader/generics/regressions/vsw514968/vsw514968.csproj | 3 --- .../generics/regressions/vsw524571/StaticsProblem5.csproj | 3 --- .../classloader/generics/regressions/vsw578898/vsw578898.csproj | 3 --- .../classloader/methodoverriding/regressions/549411/exploit.csproj | 3 --- .../classloader/methodoverriding/regressions/576621/VSW576621.csproj | 3 --- .../classloader/methodoverriding/regressions/576621/test.ilproj | 3 --- .../classloader/methodoverriding/regressions/577403/vsw577403.csproj | 3 --- .../classloader/methodoverriding/regressions/592026/test.ilproj | 3 --- .../classloader/methodoverriding/regressions/593884/vsw593884.csproj | 3 --- .../methodoverriding/regressions/dev10_432038/dev10_432038.csproj | 3 --- .../methodoverriding/regressions/dev10_432038/foo1.csproj | 3 --- .../methodoverriding/regressions/dev10_432038/foo2.csproj | 3 --- .../methodoverriding/regressions/dev10_432038/interface.csproj | 3 --- .../classloader/nesting/Regressions/dev10_602978/Library.csproj | 3 --- .../classloader/nesting/Regressions/dev10_602978/MainApp.csproj | 3 --- .../tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj | 3 --- .../tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/101682/lib.csproj | 3 --- .../tests/src/Loader/classloader/regressions/101904/test.csproj | 3 --- .../tests/src/Loader/classloader/regressions/106647/lib.csproj | 3 --- .../tests/src/Loader/classloader/regressions/111021/main.csproj | 3 --- .../tests/src/Loader/classloader/regressions/123413/ilib.csproj | 3 --- .../tests/src/Loader/classloader/regressions/123413/lib.csproj | 3 --- .../tests/src/Loader/classloader/regressions/139056/Foo.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/144257/vsw144257.csproj | 3 --- .../classloader/regressions/14610/TestObjectGetTypeVirtual.csproj | 3 --- .../src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/181424/test5.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/208900/bug.csproj | 3 --- .../tests/src/Loader/classloader/regressions/226741/test3.ilproj | 3 --- .../src/Loader/classloader/regressions/245191/nullenum1000.csproj | 3 --- .../tests/src/Loader/classloader/regressions/307137/vsw307137.csproj | 3 --- .../tests/src/Loader/classloader/regressions/347422/b347422.csproj | 3 --- src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj | 3 --- .../src/Loader/classloader/regressions/359519/test359519.csproj | 3 --- .../tests/src/Loader/classloader/regressions/405223/vsw405223.csproj | 3 --- .../tests/src/Loader/classloader/regressions/421439/RefX1.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/421439/Test.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/421439/ValX1.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/429802/CMain.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/429802/MyBar.ilproj | 3 --- .../classloader/regressions/434481/b434481_GenericRecurInit.csproj | 3 --- .../tests/src/Loader/classloader/regressions/440935/Bar.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/440935/Foo.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/440935/Test.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/451034/LoadType.csproj | 3 --- .../tests/src/Loader/classloader/regressions/451034/Type.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/452707/b452707.ilproj | 3 --- .../src/Loader/classloader/regressions/523654/test532654_b.csproj | 3 --- .../Loader/classloader/regressions/529206/moduleCctorThrow.ilproj | 3 --- .../classloader/regressions/529206/vsw529206ModuleCctor.csproj | 3 --- .../classloader/regressions/529206/vsw529206StaticCctor.csproj | 3 --- .../src/Loader/classloader/regressions/583649/Type_Class42.ilproj | 3 --- .../tests/src/Loader/classloader/regressions/583649/vsw583649.csproj | 3 --- .../src/Loader/classloader/regressions/91888/pumpFromCctor.csproj | 3 --- .../Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj | 3 --- .../src/Loader/classloader/regressions/asurt150271/test23.ilproj | 3 --- .../src/Loader/classloader/regressions/asurt150271/test3.ilproj | 3 --- .../src/Loader/classloader/regressions/dd116295/dd116295.csproj | 3 --- .../tests/src/Loader/classloader/regressions/dd52/dd52.csproj | 3 --- .../tests/src/Loader/classloader/regressions/dd52/test.ilproj | 3 --- .../Loader/classloader/regressions/dev10_398410/dev10_398410.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_398410/utility.csproj | 3 --- .../Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj | 3 --- .../src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj | 3 --- .../src/Loader/classloader/regressions/dev10_403582/gentype.ilproj | 3 --- .../Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj | 3 --- .../Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj | 3 --- .../Loader/classloader/regressions/dev10_526434/dev10_526434.csproj | 3 --- .../regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj | 3 --- .../classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj | 3 --- .../classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj | 3 --- .../classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj | 3 --- .../classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj | 3 --- .../classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj | 3 --- .../Loader/classloader/regressions/dev10_630250/dev10_630250.csproj | 3 --- .../Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj | 3 --- .../Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj | 3 --- .../Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj | 3 --- .../Loader/classloader/regressions/dev10_724989/dev10_724989.csproj | 3 --- .../Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj | 3 --- .../Loader/classloader/regressions/dev10_794943/dev10_794943.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Case1.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Case2.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Case3.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Case4.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Library1.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_813331/Library2.csproj | 3 --- .../Loader/classloader/regressions/dev10_851479/dev10_851479.csproj | 3 --- .../Loader/classloader/regressions/dev10_889822/dev10_889822.csproj | 3 --- .../src/Loader/classloader/regressions/dev10_897464/Test.ilproj | 3 --- .../Loader/classloader/regressions/dev10_897464/dev10_897464.csproj | 3 --- .../Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj | 3 --- .../src/Loader/classloader/regressions/dev11_221340/Library.ilproj | 3 --- .../src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj | 3 --- .../src/Loader/classloader/regressions/dev11_256384/Library.csproj | 3 --- .../tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj | 3 --- .../regressions/dev11_383846/LibraryThatImplementsStruct.csproj | 3 --- .../classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj | 3 --- .../Loader/classloader/regressions/dev11_95728/dev11_95728.csproj | 3 --- .../tests/src/Loader/classloader/regressions/vsw111021/main.csproj | 3 --- .../src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj | 3 --- .../Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj | 3 --- .../src/Loader/classloader/regressions/vsw307137/vsw307137.csproj | 3 --- .../Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj | 3 --- .../classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj | 3 --- .../src/Loader/classloader/regressions/vsw531159/vsw531159.csproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj | 3 --- .../tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj | 3 --- src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj | 3 --- .../Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj | 3 --- .../src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj | 3 --- .../tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj | 3 --- .../tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj | 3 --- .../tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj | 3 --- .../tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj | 3 --- .../tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj | 3 --- .../classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj | 3 --- .../tests/src/Loader/lowlevel/regress/105736/Exception.csproj | 5 ----- src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj | 5 ----- src/coreclr/tests/src/Loader/regressions/classloader/main.csproj | 4 ---- .../tests/src/Loader/regressions/classloader/vsw307137.csproj | 4 ---- src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj | 4 ---- .../tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj | 5 ----- src/coreclr/tests/src/Regressions/assemblyref/assem.csproj | 4 ---- src/coreclr/tests/src/Regressions/assemblyref/test.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/CompEx.csproj | 4 ---- .../src/Regressions/common/DisableTransparencyEnforcement.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/Marshal.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/ToLower.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/Unsafe.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/avtest.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/date.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/interlock.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/pow3.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/test1307.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/testClass.csproj | 4 ---- src/coreclr/tests/src/Regressions/common/testInterface.csproj | 4 ---- src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj | 5 ----- .../tests/src/Regressions/coreclr/0028/thread08-simplified.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0069/date.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj | 5 ----- .../tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj | 5 ----- .../tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj | 5 ----- .../tests/src/Regressions/coreclr/1514/InterlockExchange.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj | 5 ----- src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj | 5 ----- .../tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj | 5 ----- src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj | 4 ---- .../FixedAddressValueType/FixedAddressValueType.csproj | 5 ----- .../RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj | 5 ----- .../RuntimeWrappedException/RuntimeWrappedException.csproj | 5 ----- .../compilerservices/RuntimeWrappedException/StringThrower.ilproj | 4 ---- .../compilerservices/dynamicobjectproperties/Dev10_535767.csproj | 5 ----- .../compilerservices/dynamicobjectproperties/TestAPIs.csproj | 5 ----- .../compilerservices/dynamicobjectproperties/TestGC.csproj | 5 ----- .../compilerservices/dynamicobjectproperties/TestOverrides.csproj | 5 ----- .../compilerservices/dynamicobjectproperties/test448035.csproj | 5 ----- .../src/baseservices/compilerservices/modulector/moduleCctor.ilproj | 4 ---- .../compilerservices/modulector/runmoduleconstructor.csproj | 5 ----- .../exceptions/AccessViolationException/AVException01.csproj | 5 ----- .../exceptions/AccessViolationException/AVException02.csproj | 5 ----- .../exceptions/AccessViolationException/AVException03.csproj | 5 ----- .../exceptions/StackTracePreserve/StackTracePreserveTests.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions01.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions02.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions03.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions04.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions05.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions06.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions07.csproj | 5 ----- .../src/baseservices/exceptions/generics/GenericExceptions08.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter001.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter002.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter003.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter004.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter005.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter006.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter007.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter008.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter009.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter010.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter011.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter012.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter013.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter014.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter015.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter016.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter017.csproj | 5 ----- .../src/baseservices/exceptions/generics/TypeParameter018.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch01.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch02.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch03.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch04.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch05.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch06.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch07.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch08.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch09.csproj | 5 ----- .../src/baseservices/exceptions/generics/nested-try-catch10.csproj | 5 ----- .../exceptions/generics/try-catch-finally-struct01.csproj | 5 ----- .../exceptions/generics/try-catch-finally-struct02.csproj | 5 ----- .../exceptions/generics/try-catch-finally-struct03.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-finally01.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-finally02.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-finally03.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct01.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct02.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct03.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct04.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct05.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct06.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct07.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct08.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-catch-struct09.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch01.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch02.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch03.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch04.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch05.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch06.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch07.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch08.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-catch09.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-fault-struct01.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-fault-struct02.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-fault-struct03.ilproj | 4 ---- .../tests/src/baseservices/exceptions/generics/try-fault01.ilproj | 4 ---- .../tests/src/baseservices/exceptions/generics/try-fault02.ilproj | 4 ---- .../tests/src/baseservices/exceptions/generics/try-fault03.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-filter-finally01.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-filter-finally02.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-filter-struct02.ilproj | 4 ---- .../tests/src/baseservices/exceptions/generics/try-filter02.ilproj | 4 ---- .../src/baseservices/exceptions/generics/try-finally-struct01.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-finally-struct02.csproj | 5 ----- .../src/baseservices/exceptions/generics/try-finally-struct03.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-finally01.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-finally02.csproj | 5 ----- .../tests/src/baseservices/exceptions/generics/try-finally03.csproj | 5 ----- .../exceptions/regressions/Dev11/147911/test147911.csproj | 5 ----- .../exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj | 5 ----- .../baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj | 5 ----- .../baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/ExternalException.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/HandlerException.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/MultipleException.csproj | 5 ----- .../baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj | 5 ----- .../baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/NestedException.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/NormalException.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj | 5 ----- .../baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/UserException.csproj | 5 ----- .../exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj | 5 ----- .../src/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj | 4 ---- .../baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj | 4 ---- .../exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj | 4 ---- .../src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj | 4 ---- .../baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj | 4 ---- .../exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj | 4 ---- .../baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj | 4 ---- .../exceptions/regressions/V1/SEH/coverage/Exceptions.csproj | 5 ----- .../tests/src/baseservices/exceptions/regressions/v1.0/15266.ilproj | 4 ---- .../tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj | 5 ----- .../src/baseservices/exceptions/regressions/v4.0/640474/other.csproj | 5 ----- .../exceptions/regressions/v4.0/640474/test640474.csproj | 5 ----- .../exceptions/regressions/v4.0/706099/ManagedCom.csproj | 5 ----- .../baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj | 5 ----- .../exceptions/regressions/whidbeybeta2/349379/349379.csproj | 5 ----- .../exceptions/regressions/whidbeybeta2/366085/366085.csproj | 5 ----- .../exceptions/regressions/whidbeym3.3/106011/106011.csproj | 5 ----- .../exceptions/regressions/whidbeym3.3/293674/ReproTrusted.csproj | 5 ----- .../exceptions/regressions/whidbeym3.3/302680/302680.csproj | 5 ----- .../exceptions/regressions/whidbeym3.3/302680/data.csproj | 5 ----- .../sharedexceptions/emptystacktrace/OOMException01.csproj | 5 ----- .../tests/src/baseservices/exceptions/simple/ArrayInit.csproj | 5 ----- .../tests/src/baseservices/exceptions/simple/HardwareEh.csproj | 5 ----- src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj | 4 ---- src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj | 4 ---- src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj | 4 ---- src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/Baadbaad.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/BaseClass.csproj | 5 ----- .../src/baseservices/exceptions/unittests/CollidedUnwind.csproj | 5 ----- .../src/baseservices/exceptions/unittests/EHPatternTests.csproj | 5 ----- .../src/baseservices/exceptions/unittests/GoryManagedPresent.csproj | 5 ----- .../src/baseservices/exceptions/unittests/GoryNativePast.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/InnerFinally.csproj | 5 ----- .../baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/Pending.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/Recurse.csproj | 5 ----- .../src/baseservices/exceptions/unittests/RecursiveRethrow.csproj | 5 ----- .../src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj | 5 ----- .../src/baseservices/exceptions/unittests/RethrowAndFinally.csproj | 5 ----- .../src/baseservices/exceptions/unittests/ReturnFromCatch.csproj | 5 ----- .../src/baseservices/exceptions/unittests/StrSwitchFinally.csproj | 5 ----- .../tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj | 5 ----- .../src/baseservices/exceptions/unittests/ThrowInFinally.csproj | 5 ----- .../exceptions/unittests/ThrowInFinallyNestedInTry.csproj | 5 ----- .../src/baseservices/exceptions/unittests/TryCatchInFinally.csproj | 5 ----- src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj | 5 ----- .../tests/src/baseservices/finalization/FinalizerSigned.csproj | 5 ----- .../src/baseservices/ilasm_ildasm/regression/dd130885/xlib.csproj | 5 ----- .../ilasm_ildasm/regression/vswhidbey267905/267905.csproj | 5 ----- .../ilasm_ildasm/regression/vswhidbey305155/305155.csproj | 5 ----- .../ilasm_ildasm/regression/vswhidbey395914/395914.csproj | 5 ----- src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj | 5 ----- .../regression/v1/assembly/vos/cool/helloworld/First.csproj | 5 ----- .../v1/assembly/vos/cool/multipleassembly/Assembly1.csproj | 5 ----- .../src/baseservices/regression/v1/seh/vc/chain/ManagedDll.csproj | 5 ----- .../regression/v1/threads/functional/thread/TcultureDLL.csproj | 5 ----- .../threads/functional/threadpool/cs_support/ThreadPool_Test.csproj | 5 ----- .../cs_threadpoolnullchecks/CS_ThreadPoolNullChecks.csproj | 5 ----- .../regression/v1/threads/hostedscenario/apunload/MgdHelper.csproj | 5 ----- .../v1/threads/hostedscenario/apunloadtwo/interoptest.csproj | 5 ----- .../threading/commitstackonlyasneeded/DefaultStackCommit.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj | 5 ----- .../baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj | 5 ----- .../threading/currentculture/CultureChangeSecurity.csproj | 5 ----- .../src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj | 5 ----- .../threading/events/AutoResetEvent/ConstructFalse.csproj | 5 ----- .../threading/events/AutoResetEvent/ConstructTrue.csproj | 5 ----- .../threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj | 5 ----- .../threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj | 5 ----- .../threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj | 5 ----- .../threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj | 5 ----- .../events/EventWaitHandle/ManualReset/ManualResetCast1.csproj | 5 ----- .../events/EventWaitHandle/ManualReset/ManualResetCast2.csproj | 5 ----- .../events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj | 5 ----- .../events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj | 5 ----- .../threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj | 5 ----- .../threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj | 5 ----- .../events/EventWaitHandle/unit/ManualConstructFalse.csproj | 5 ----- .../threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj | 5 ----- .../threading/events/ManualResetEvent/ConstructFalse.csproj | 5 ----- .../threading/events/ManualResetEvent/ConstructTrue.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit01.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit02.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit03.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit04.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit05.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit06.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit07.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit08.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit09.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit10.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit11.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit12.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit13.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/EnterExit14.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/TryEnter01.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/TryEnter03.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/TryEnter04.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/TryEnter05.csproj | 5 ----- .../src/baseservices/threading/generics/Monitor/TryEnter06.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread01.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread02.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread03.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread04.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread05.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread06.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread07.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread08.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread09.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread10.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread11.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread12.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread13.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread14.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread15.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread16.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread17.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread18.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread19.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread20.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread21.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread22.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread23.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread24.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread25.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread26.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread27.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread28.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread29.csproj | 5 ----- .../baseservices/threading/generics/TimerCallback/thread30.csproj | 5 ----- .../threading/generics/TimerCallback/tighttimercallback.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread01.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread02.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread03.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread04.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread05.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread06.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread07.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread08.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread09.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread10.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread11.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread12.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread13.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread14.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread15.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread16.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread17.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread18.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread19.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread20.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread21.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread22.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread23.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread24.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread25.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread26.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread27.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread28.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread29.csproj | 5 ----- .../src/baseservices/threading/generics/WaitCallback/thread30.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread01.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread02.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread03.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread04.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread05.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread06.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread07.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread08.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread09.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread10.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread11.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread12.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread13.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread14.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread15.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread16.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread17.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread18.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread19.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread20.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread21.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread22.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread23.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread24.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread25.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread26.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread27.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread28.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread29.csproj | 5 ----- .../baseservices/threading/generics/syncdelegate/GThread30.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread01.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread02.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread03.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread04.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread05.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread06.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread07.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread08.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread09.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread10.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread11.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread12.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread13.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread14.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread15.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread16.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread17.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread18.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread19.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread20.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread21.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread22.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread23.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread24.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread25.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread26.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread27.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread28.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread29.csproj | 5 ----- .../src/baseservices/threading/generics/threadstart/GThread30.csproj | 5 ----- .../src/baseservices/threading/interlocked/add/CheckAddInt.csproj | 5 ----- .../src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj | 4 ---- .../src/baseservices/threading/interlocked/add/CheckAddLong.csproj | 5 ----- .../src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj | 4 ---- .../baseservices/threading/interlocked/add/InterlockedAddInt.csproj | 5 ----- .../threading/interlocked/add/InterlockedAddInt_1.csproj | 4 ---- .../threading/interlocked/add/InterlockedAddInt_2.csproj | 4 ---- .../threading/interlocked/add/InterlockedAddInt_3.csproj | 4 ---- .../baseservices/threading/interlocked/add/InterlockedAddLong.csproj | 5 ----- .../threading/interlocked/add/InterlockedAddLongWithSubtract.csproj | 5 ----- .../threading/interlocked/add/InterlockedAddLong_1.csproj | 4 ---- .../threading/interlocked/add/InterlockedAddLong_2.csproj | 4 ---- .../tests/src/baseservices/threading/interlocked/add/add.csproj | 4 ---- .../threading/interlocked/add/interlockedaddintwithsubtract.csproj | 4 ---- .../threading/interlocked/checkreturn/intdeccheckreturn.csproj | 4 ---- .../threading/interlocked/checkreturn/intinccheckreturn.csproj | 4 ---- .../threading/interlocked/checkreturn/longdeccheckreturn.csproj | 4 ---- .../threading/interlocked/checkreturn/longinccheckreturn.csproj | 4 ---- .../threading/interlocked/compareexchange/CompareExchangeLong.csproj | 5 ----- .../interlocked/compareexchange/CompareExchangeLong_1.csproj | 4 ---- .../interlocked/compareexchange/CompareExchangeLong_2.csproj | 4 ---- .../interlocked/compareexchange/CompareExchangeLong_3.csproj | 4 ---- .../interlocked/compareexchange/CompareExchangeTClass.csproj | 5 ----- .../interlocked/compareexchange/CompareExchangeTClass_1.csproj | 4 ---- .../interlocked/compareexchange/CompareExchangeTString.csproj | 5 ----- .../interlocked/compareexchange/compareexchange1_cti.csproj | 4 ---- .../threading/interlocked/compareexchange/compareexchange2.csproj | 4 ---- .../threading/interlocked/compareexchange/compareexchange3.csproj | 4 ---- .../threading/interlocked/compareexchange/compareexchange4.csproj | 4 ---- .../interlocked/compareexchange/compareexchange5_cti.csproj | 4 ---- .../interlocked/compareexchange/compareexchangedouble.csproj | 4 ---- .../interlocked/compareexchange/compareexchangefloat.csproj | 4 ---- .../threading/interlocked/compareexchange/compareexchangeint.csproj | 4 ---- .../interlocked/compareexchange/compareexchangeintptr.csproj | 4 ---- .../interlocked/compareexchange/compareexchangeobject.csproj | 4 ---- .../threading/interlocked/compareexchange/compareexchanget.csproj | 4 ---- .../src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj | 4 ---- .../src/baseservices/threading/interlocked/decrement/intdec.csproj | 4 ---- .../src/baseservices/threading/interlocked/decrement/longdec.csproj | 4 ---- .../baseservices/threading/interlocked/exchange/ExchangeInt.csproj | 5 ----- .../baseservices/threading/interlocked/exchange/ExchangeLong.csproj | 5 ----- .../threading/interlocked/exchange/ExchangeTClass.csproj | 5 ----- .../threading/interlocked/exchange/ExchangeTString.csproj | 5 ----- .../threading/interlocked/exchange/ExchangeTString_1.csproj | 4 ---- .../threading/interlocked/exchange/ExchangeTString_2.csproj | 4 ---- .../baseservices/threading/interlocked/exchange/exchange1_cti.csproj | 4 ---- .../src/baseservices/threading/interlocked/exchange/exchange2.csproj | 4 ---- .../src/baseservices/threading/interlocked/exchange/exchange3.csproj | 4 ---- .../src/baseservices/threading/interlocked/exchange/exchange4.csproj | 4 ---- .../baseservices/threading/interlocked/exchange/exchange4_cti.csproj | 4 ---- .../baseservices/threading/interlocked/exchange/exchange5_cti.csproj | 4 ---- .../threading/interlocked/exchange/exchangedouble.csproj | 4 ---- .../baseservices/threading/interlocked/exchange/exchangefloat.csproj | 4 ---- .../threading/interlocked/exchange/exchangeobject.csproj | 4 ---- .../src/baseservices/threading/interlocked/exchange/exchanget.csproj | 4 ---- .../src/baseservices/threading/interlocked/increment/intinc.csproj | 4 ---- .../src/baseservices/threading/interlocked/increment/longinc.csproj | 4 ---- .../baseservices/threading/interlocked/read/interlockedread.csproj | 4 ---- .../src/baseservices/threading/interlocked/read/readthreads.csproj | 4 ---- .../tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj | 4 ---- .../tests/src/baseservices/threading/monitor/enter/EnterNull.csproj | 5 ----- .../src/baseservices/threading/monitor/enter/monitorenter.csproj | 4 ---- .../tests/src/baseservices/threading/monitor/exit/ExitNull.csproj | 5 ----- .../baseservices/threading/monitor/isentered/monitorisentered.csproj | 4 ---- .../tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj | 5 ----- .../src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj | 5 ----- .../src/baseservices/threading/monitor/tryenter/longtimeout.csproj | 4 ---- .../baseservices/threading/monitor/unownedlock/EnterExitExit.csproj | 5 ----- .../threading/monitor/unownedlock/NoEnterNewObject.csproj | 5 ----- .../baseservices/threading/monitor/unownedlock/NoEnterObject.csproj | 5 ----- .../baseservices/threading/monitor/unownedlock/NoEnterValType.csproj | 5 ----- .../tests/src/baseservices/threading/monitor/wait/waitnull.csproj | 4 ---- .../threading/mutex/abandonedmutex/am01waitallneg.csproj | 4 ---- .../threading/mutex/abandonedmutex/am02waitoneneg.csproj | 4 ---- .../baseservices/threading/mutex/abandonedmutex/am04waitany.csproj | 4 ---- .../threading/mutex/abandonedmutex/am05waitanymutex.csproj | 4 ---- .../threading/mutex/abandonedmutex/am06abandonall.csproj | 4 ---- .../threading/mutex/abandonedmutex/am07abandonmultiplemutex.csproj | 4 ---- .../threading/mutex/abandonedmutex/am08mixedarray.csproj | 4 ---- .../tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj | 4 ---- .../tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj | 4 ---- .../tests/src/baseservices/threading/mutex/misc/waitone1.csproj | 4 ---- .../tests/src/baseservices/threading/mutex/misc/waitone2.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg1.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg2.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg3.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg4.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg5.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg6.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg7.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexneg8.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexpos1.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexpos2.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexpos3.csproj | 4 ---- .../baseservices/threading/mutex/openexisting/openmutexpos4.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartBool.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartByte.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartCast.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartChar.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartDecimal.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartDecimal_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartDecimal_2.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartDelegate.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartDelegate_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartDelegate_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartDouble.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartDouble_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartDouble_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartFloat.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartFloat_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartFloat_2.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartGenerics.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartGenerics_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartGenerics_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartInt.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartLong.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartNull.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartNull2.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartObject.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartObject_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartObject_2.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartOperations.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartOperations_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartOperations_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartSByte.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartSByte_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartSByte_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartShort.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartShort_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartShort_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartString.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartString_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartString_2.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartString_3.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartUInt.csproj | 5 ----- .../baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartULong.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartULong_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartULong_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/ThreadStartUShort.csproj | 5 ----- .../threading/paramthreadstart/ThreadStartUShort_1.csproj | 4 ---- .../threading/paramthreadstart/ThreadStartUShort_2.csproj | 4 ---- .../baseservices/threading/paramthreadstart/threadstartarray.csproj | 4 ---- .../baseservices/threading/paramthreadstart/threadstartclass.csproj | 4 ---- .../baseservices/threading/paramthreadstart/threadstartstruct.csproj | 4 ---- .../src/baseservices/threading/regressions/13662/13662-a.csproj | 4 ---- .../src/baseservices/threading/regressions/13662/13662-b.csproj | 4 ---- .../src/baseservices/threading/regressions/13662/13662-simple.csproj | 4 ---- .../src/baseservices/threading/regressions/17360/AVHelper.csproj | 5 ----- .../baseservices/threading/regressions/269336/objmonhelper.csproj | 4 ---- .../tests/src/baseservices/threading/regressions/30032/30032.csproj | 4 ---- .../src/baseservices/threading/regressions/576463/576463.csproj | 5 ----- .../tests/src/baseservices/threading/regressions/6906/6906.csproj | 5 ----- .../tests/src/baseservices/threading/regressions/beta1/347011.csproj | 4 ---- .../tests/src/baseservices/threading/regressions/beta2/437017.csproj | 4 ---- .../tests/src/baseservices/threading/regressions/beta2/437044.csproj | 4 ---- .../threading/regressions/devdiv489437/test489437.csproj | 4 ---- .../src/baseservices/threading/regressions/whidbey_m3/200176.csproj | 4 ---- .../baseservices/threading/semaphore/ctoropen/semaphorector1.csproj | 4 ---- .../baseservices/threading/semaphore/ctoropen/semaphorector2.csproj | 4 ---- .../baseservices/threading/semaphore/ctoropen/semaphorector3.csproj | 4 ---- .../baseservices/threading/semaphore/ctoropen/semaphorector4.csproj | 4 ---- .../baseservices/threading/semaphore/ctoropen/semaphorector5.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphorectorneg1.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphorectorneg2.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphorectorneg3.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg1.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg2.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg3.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg4.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg5.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg6.csproj | 4 ---- .../threading/semaphore/ctoropen/semaphoreopenneg7.csproj | 4 ---- .../tests/src/baseservices/threading/semaphore/unit/semdemo.csproj | 4 ---- .../tests/src/baseservices/threading/semaphore/unit/semtest.csproj | 4 ---- .../tests/src/baseservices/threading/stress/sudoku/Stack.csproj | 5 ----- .../src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj | 5 ----- .../baseservices/threading/threadpool/bindhandle/bindhandle1.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandleinvalid.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandleinvalid3.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandleinvalid4.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandleinvalid5.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandleinvalid6.csproj | 4 ---- .../threading/threadpool/bindhandle/bindhandlenull.csproj | 4 ---- .../src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj | 4 ---- .../threading/threadpool/unregister/regression_749068.csproj | 4 ---- .../baseservices/threading/threadpool/unregister/unregister01.csproj | 4 ---- .../baseservices/threading/threadpool/unregister/unregister03.csproj | 4 ---- .../src/baseservices/threading/threadstatic/ThreadStatic01.csproj | 5 ----- .../src/baseservices/threading/threadstatic/ThreadStatic02.csproj | 5 ----- .../src/baseservices/threading/threadstatic/ThreadStatic03.csproj | 5 ----- .../baseservices/threading/threadstatic/ThreadStatic04Helper.csproj | 5 ----- .../src/baseservices/threading/threadstatic/ThreadStatic05.csproj | 5 ----- .../src/baseservices/threading/threadstatic/ThreadStatic06.csproj | 5 ----- .../src/baseservices/threading/threadstatic/threadstatic07.csproj | 4 ---- .../baseservices/threading/waithandle/misc/waithandledispose2.csproj | 4 ---- .../baseservices/threading/waithandle/misc/waithandlewaitone1.csproj | 4 ---- .../baseservices/threading/waithandle/waitall/nullarraymember.csproj | 4 ---- .../threading/waithandle/waitall/waitallemptyarray.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex1.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex10.csproj | 4 ---- .../baseservices/threading/waithandle/waitall/waitallex10a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex11.csproj | 4 ---- .../baseservices/threading/waithandle/waitall/waitallex11a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex1a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex2.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex2a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex3.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex3a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex4.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex4a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex5.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex5a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex6.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex6a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex7.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex7a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex8.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex8a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex9.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitall/waitallex9a.csproj | 4 ---- .../threading/waithandle/waitall/waitallnullarray.csproj | 4 ---- .../threading/waithandle/waitany/nullarraymemberwaitany.csproj | 4 ---- .../threading/waithandle/waitany/waitanyemptyarray.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex1.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex10.csproj | 4 ---- .../baseservices/threading/waithandle/waitany/waitanyex10a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex1a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex2.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex2a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex3.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex3a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex4.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex4a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex5.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex5a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex6.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex6a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex7.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex7a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex8.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex8a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex9.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj | 4 ---- .../threading/waithandle/waitany/waitanynullarray.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex1.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex1a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex2.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex2a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex3.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex3a.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex4.csproj | 4 ---- .../src/baseservices/threading/waithandle/waitone/waitoneex4a.csproj | 4 ---- src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj | 4 ---- src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj | 4 ---- src/coreclr/tests/src/baseservices/visibility/Target.csproj | 5 ----- .../tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj | 5 ----- .../tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj | 5 ----- .../tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj | 5 ----- .../tests/src/hosting/samples/hosting/usercode/UserCode.csproj | 5 ----- .../resolveevent/usercodedependency/UserCodeDependency.csproj | 5 ----- src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj | 5 ----- src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj | 5 ----- src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj | 5 ----- src/coreclr/tests/src/jit/opt/Devirtualization/GitHub_9945.csproj | 4 ---- src/coreclr/tests/src/managed/Compilation/Compilation.csproj | 4 ---- src/coreclr/tests/src/performance/perflab/PerfLab.csproj | 4 ---- src/coreclr/tests/src/readytorun/fieldgetter.ilproj | 3 --- src/coreclr/tests/src/readytorun/generics.csproj | 3 --- src/coreclr/tests/src/readytorun/genericsload/callgenericctor.csproj | 4 ---- src/coreclr/tests/src/readytorun/genericsload/genericslib.ilproj | 4 ---- src/coreclr/tests/src/readytorun/genericsload/usegenericfield.csproj | 4 ---- src/coreclr/tests/src/readytorun/mainv1.csproj | 4 ---- src/coreclr/tests/src/readytorun/mainv2.csproj | 4 ---- src/coreclr/tests/src/readytorun/testv1/test.csproj | 4 ---- src/coreclr/tests/src/readytorun/testv2/test.csproj | 4 ---- src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj | 3 --- src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj | 3 --- .../tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj | 5 ----- .../tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj | 5 ----- .../reflection/regression/reflectionrepromasterforsl/Helper.csproj | 5 ----- 11628 files changed, 47083 deletions(-) diff --git a/src/coreclr/tests/runtest.proj b/src/coreclr/tests/runtest.proj index 5b4aa10..58d3744 100644 --- a/src/coreclr/tests/runtest.proj +++ b/src/coreclr/tests/runtest.proj @@ -82,11 +82,8 @@ $(_XunitEpilog) v4.5 true true - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d BuildOnly true %24(TestWrappersPackagesConfigFileDirectory)project.json diff --git a/src/coreclr/tests/src/CLRTest.Execute.Bash.targets b/src/coreclr/tests/src/CLRTest.Execute.Bash.targets index f17973a..a9dafd2 100644 --- a/src/coreclr/tests/src/CLRTest.Execute.Bash.targets +++ b/src/coreclr/tests/src/CLRTest.Execute.Bash.targets @@ -27,8 +27,6 @@ WARNING: When setting properties based on their current state (for example: $(MSBuildProjectName).dasm.il $(MSBuildProjectName).asm.exe - false - $(MSBuildProjectName).dasm.il $(MSBuildProjectName).asm.exe - - false - 2.0 {C8C0DC74-FAC4-45B1-81FE-70C4808366E0} Library - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildOnly - 7a9bfb7d $(DefineConstants);WINCORESYS;$([System.String]::Copy('$(BuildArch)').ToUpper()) true false diff --git a/src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj b/src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj index b25a6d6..2e7abfe 100644 --- a/src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj +++ b/src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj @@ -8,13 +8,9 @@ 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 ..\..\ BuildOnly - 7a9bfb7d false BuildOnly true diff --git a/src/coreclr/tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj b/src/coreclr/tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj index c3cd97f..b26c893 100644 --- a/src/coreclr/tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj +++ b/src/coreclr/tests/src/Common/Desktop.Coreclr.TestWrapper/Desktop.Coreclr.TestWrapper.csproj @@ -12,7 +12,6 @@ .NETFramework v4.5 true - 512 BuildOnly true diff --git a/src/coreclr/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj b/src/coreclr/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj index f81ebf6..ec79dc8 100644 --- a/src/coreclr/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj b/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj index 94138fc..df739d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj b/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj index 3e666b8..62aca07 100644 --- a/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj +++ b/src/coreclr/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj index 8a2b372..2c77dda 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj index f2b5bf7..c684b6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj index 2fac048..de4e877 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj index 6026faa..8451f56 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj index ad3fe2f..b883406 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj index e75c4eb..5b99d3d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj index 4611c5e..7eb69b7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj index 42778b8..e954677 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj index b1542e6..ee48341 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj index 2414ce1..cb93d90 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj index b720598..f4befd0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj index d77023b..209ded4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj index 41095a0..3da5400 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj index fbc25a4..2762531 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj index dae669b..351aaf1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj index b4e03cc..ee57d20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj index 795f160..9f7d446 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj index 7ec6d15..897c6bd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj index c00978c..3988eaa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj index e7a549a..d62181b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj index b93e526..4bedc0f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj index 83d1426..94b8612 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj index 30d0946..676cf62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj index d0d1b14..1731e4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj index 90fe984..7e1544c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj index 8ba4c85..ef6ffa5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj index baea5ac..8793bca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj index 863926f..6383e29 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj index 45f04eb..35e5324 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj index f064691..f3cd90a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj index 2668f6e..209a4d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj index 174ca36..293ada2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj index f9a3b01..248c9ce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj index bbfa3e4..bc12e6c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj index 11f5083..96fb056 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj index 3fd332f..9c46405 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj index 1dce1ed..6597a58 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj index d92019e..df42e36 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj index f3d012b..59dbaa0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj index d0b98cb..2d20837 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj index 44d552f..d275756 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj index 6caa133..23ae759 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj index 007041e..1ff659c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj index 71fa5d6..a0d75c10 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj index 3aa23f9..78870ee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj index 2727f7a..2ae1511 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj index 80dc955..1d34cbc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj index aef6731..aa2f5e4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj index 6c7df8d..2ff389c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj index 3d3c243..bdcddec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj index d4c5c3d..54b7881 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj index 24cab9f..4b6637b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj index 7aa0b8e..bd7ff71 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj index 0fc2523..f1ebab2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj index 30c7f63..30face3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj index be1385a..6b2d51e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj index 52e0ad0..9ed4055 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj index 4703099..431151e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj index 1e12acc..955f9d1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj index 68e7143..9f40ab0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj index c84a754..54ba4da 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj index 439502d..b3f9ec7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj index 264a44a..4d4eaac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj index ea9f106..dab78d7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj index 9cd469d..62325ab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj index dc5ec18..fb334af 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj index f1676b1..fb832c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj index 87e7b13..271b2dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj index 33a00e8..3970ced 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj index 632171a..4ac792f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj index 13a3f3c..9cedaba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj index 8ded777..d19ca25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj index ad0fc7e..583e44c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj index e0f37d4..5b466b7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj index 01fdc20..f75d9c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj index c47aef4..33be8f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj index f5b70c1..ac6ff41 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj index acdfca9..378dd2e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj index 48812bf..77dac87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj index 67de2ef..0b31fa4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj index f6db1c1..2ec8af1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj index 7a36b62..136e866 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj index a9f3f50..a240d5a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj index 19ea29b..d4bf98b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj index 327e8e7..9df3afe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj index 71ec6f4..5a47aa2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj index 5809454..f60bf98 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj index b80cb29..1e62d7d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj index 4edb5f8..d6e1399 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj index a8c8ab8..07a4164 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj index 1126a47..5f24f44 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj index fe0b554..3d4843c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj index 6e872f9..b8dce5a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj index ebe6af1..963c728 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj index 2e37bd3..5fbaa6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj index 3e05460..3d23904 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj index ff81975..70c7e15 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj index fd5d53f..1e4af21 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj index 2007159..028046f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj index 63ec262..d46afca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj index f67dc3d..82fb32d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj index 19a2943..826475b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj index 2113890..bc8b095 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj index 795850e..0d386cf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj index 1a3fc33..67dbef4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj index 3a32cb6..f61d848 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj index ddcc38e..fd1fb0b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj index e84822e..d7d6785 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj index a45e3f9..28c53fb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj index 6c9c233..2994adf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj index e0c70fe..44681db 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj index 4b070e6..54db81c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj index 0380370..f9d25a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj index 2310402..8af58ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj index 839418e..2bbe4d1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj index 1c06201..2eaa5a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj index 21f26bb..725e2f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj index 2343442..4d7e0fb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj index 024283d..98d4f34 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj index fee4e42..2dd8139 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj index 419f799..58259f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj index de7cae5..90f846a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj index fb46a2f..b97b0b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj index 522bc81..80f50ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj index 9448f3d..1014f42 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj index adcbdd6..9b58e68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj index c850f8f..2622b98 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj index 8fb005b..b7f4b7d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj index 0d6b763..271ede7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj index 644c8ab..b5701dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj index 6ccae69..bfb5def 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj index c550c23..0b8bb62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj index 095f959..58b6894 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj index c0eef53..7be9cde 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj index 8044d65..3024c90 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj index 257e38f..8cb4206 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj index 1ee3659..9d18c1a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj index 9459153..d9bde76 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj index 4b0a221..88dd1fb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj index f484a83..5a1c64f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj index ef6f235..df1a740 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj index 7e9650d..8f2c966 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj index 8d0f10e..36e27dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj index 4cc22b3..83ccd08 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj index 2e13806..e4a1d54 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj index a189858..f0d9cac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj index 2f26806..e4b76a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj index f2c6b98..42162f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj index 5c8234c..8928ccb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj index 4d652c7..e7e980a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj index 3365efe..3c4cced 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj index 520dba8..7238688 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj index 3852ecf..309433c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj index 9cfa744..c3c55b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj index 6bb05da..9c59744 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj index decaca2..8bb4eed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj index 9b14c50..496a1f22 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj index 58a2d28..1da565f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj index 877f5c3..c0b2466 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj index 1e7e628..6bcb7c8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj index 830833c..cf5ab51 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj index 0e80c53..5b236b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj index d2d8441..0c75c26 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj index 282fff4..125743a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj index b997ebd..2d11db6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj index 9d650cb..cfaeaff 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj index d997a55..252c35c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj index ba82910..f6afde8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj index ac01489..ce5e6df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj index 3710029..a854c43 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj index 4520299..1ff7296 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj index 96770dd..62764f1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj index 835d8a6..fe9be58 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj index fb2918e..8953138 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj index eff975f..7beb378 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj index 79c9437..a09d940 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj index c292dd2..5c9cb74 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj index 16d2fcb..93eb6c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj index d020d43..6cf9f2a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj index 522316e..10d154f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj index f5c8495..41fda7b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj index 8cf9f05..222c19b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj index 75a25d2..d356470 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj index 02790e1..41a4687 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj index daed9d0..0f556c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj index a2be949..4cc564c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj index ceab689..ef4334d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj index dcf3c49..9a607f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj index 2e33e76..41cd062 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj index bda82ce..b02b024 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj index cdcffb2..59410b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj index 3f290f8..43eaa94 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj index d1ab3be..bcb2a38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj index 3bd8055..77ebaa8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj index 0892633..c2493ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj index a5e677e..43a356a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj index 2f15458..a7baf21 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj index 8fa0e48..076ee28 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj index 9a0a0a9..13418e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj index 2c0d7ab..cf339b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj index e33187f..135eb7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj index 847ae0f..809c6f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj index f7ce4c7..a443e5e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj index 42c5e17..3e7ad0e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj index c0bb28d..1e14e05 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj index a74617f..c21bb9f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj index b25d2d6..d1a8d37 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj index d33b58b..b5fe3b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj index 99881e4..1f32103 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj index b06308e..b76308a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj index a61942e..8b2763d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj index 8ac01e6..39703e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj index dde02de82..bd37eeb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj index e5b9ec6..4410538 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj index 764ba04..8a37783 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj index 5b790de..375571b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj index 117b860..7d9f5db 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj index 846b898..74b9589 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj index c0c5fde..247cc40 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj index 2717cbc..5688d76 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj index 182fe1e..584c29b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj index 0becbfd..6fae83a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj index 4f4d6a4..110c449 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj index 315f2d5..70dfb2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj index 3ad87f7..4c9fad3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj index 4ae0bb8..de4ab62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj index 13f9458..41295a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj index db79218..7c4cc9a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj index bfd5838..885c03a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj index 19a2312..d5cfd49 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj index 782ce72..2ca4255 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj index 3af86a9..1e4f39d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj index e99d1c7..0c7a588 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj index f2b960c..7f270b7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj index d4cbf0b..5307c1c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj index c079665..567d87c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj index 725e1a3..5116275 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj index 4e81db7..5ebc366 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj index 0e284fd..4f9cfcb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj index 4164010..3c1bc8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj index a00320a..65d4344 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj index 160de22..343b698 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj index 5ba4f9e..1b152b3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj index 6bb9b31f..9dcde2c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj index 800c993..ecc6e3f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj index 64a0e48..8dd1b91 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj index b8746cc..3a962ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj index 3f1e2b3..20967cc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj index 82e218f..23132a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj index d5c7c7f..0810fe9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj index ec1d5b8..cbef243 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj index 29c4dfa..c74bedd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj index adc27da..d17eb59 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj index 0ef6231..817c56d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj index 12dd475..92dd96b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj index bc482d3..c1bff84 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj index 3a99776..b5a9124f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj index e1b0698..ee0cc13 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj index b8cbf8f..78dac1f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj index 2c5318d..a43abee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj index 698089e..a20e50e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj index 0ac2b12..5b22e29 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj index 6292c91..39731a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj index 2daf922..9194898 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj index b969f65..4afb919 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj index 5c002a6..1f2ceae 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj index f261284..b7a79ba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj index b2c1135..752b3e7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj index 3c74334..f5f2df1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj index db8e37d..c0ed9a3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj index 71b78d8..a10ca35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj index 50aa95f..5d81ae6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj index 7a68339..94beab1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj index b9bf785..44c3df9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj index b54a28c..2ba7cdc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj index 0184e85..351d8d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj index 0b860f7..90805d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj index 7de979a..d96ec74 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj index deec17f..e2aed89 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj index 2b95240..2e9415e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj index 7bcd0c0..0f5e43c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj index 0f3e22e..473addc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj index 6e1626d..a47cf4a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj index f992de3..dfc16f1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj index 74eb50b..a4313bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj index 12b77ae..29348c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj index 43cec70..9bae0a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj index 25e2cf3..fc33edc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj index ff271ee..c1026dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj index 3038b56..06ad79b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj index 3e3537b..404997f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj index 7a0536d..b28d423 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj index 6a2ed5c..5297e9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj index ede4529..13a1818 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj index 69ecdfb..947f497 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj index 4fc3d55..04b82ce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj index 72038f9..67e2136 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj index f7e9aee4..aaae694 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj index f60269e..564ce0b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj index 18b810b..e27cb66 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj index 91375cb..20bba1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj index addb9b5..0edd0a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj index 0b22ba7..6d13ced 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj index 74eb50b..a4313bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj index 02184f6..174d857 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj index 12b77ae..29348c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj index 72038f9..67e2136 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj index dda5354..8774094 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj index 5fce9a4..bd0fee04 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj index 2e3a79d..5cff7e0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj index bb9d8ad..49c66f7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj index a270561..8be33f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj index b18309f..8d2c0d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj index e2b3819..6749b2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj index 9841200..7a0d58e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj index a00ea05..1365743 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj index 5e2e88b..8f0802f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj index 63d9a4b..4fce296 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj index 55cf249..31ab5ee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj index 40e5200..9a86d61 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj index ff1a3e3..2ba667a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj index 9841200..7a0d58e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj index a00ea05..1365743 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj index 5e2e88b..8f0802f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj index 40e5200..9a86d61 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj index ff1a3e3..2ba667a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj index 3354790..8a6dbe491 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj index eb40f68..487704e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj index a2e9070..7fe3a00 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj index 9dbe8f4..f271bac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj index bf70d0f..2ffe23e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj index 6edb712..c429d34 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj index bf13654..df86654 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj index 0103f9f..539b069 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj index 45de3a4..8d327df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj index 13dffce..cf68f0f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj index cb669dd..8701490 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj index d10b114..b81010e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj index d342e32..942ed17 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj index a2e1c0a..275a4b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj index 82c91c9..35a88be 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj index b818982..955ca7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj index c18e27a..2c25505 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj index f5c0911..ac312f4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj index 11a50af..1eec6eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj index b1f99aa..0c715d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj index 79ac7d7..1e0773b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj index e478c71..77dcdd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj index c5adbe2..d3100e3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj index 0079e6e..dff0b2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj index 3da9795..1879a7e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj index 7410752..f7e6efd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj index ad97276..683a250 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj index 4f3040d..4c4cb87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj index 4a1b81f..547a46a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj index bacf811..9f9b675 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj index 7401c1b..b0cc39e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj index 46607e4..619e3df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj index 6bb7a3a..1b5523d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj index abe3776..0b9c0de 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj index 852ca28..3332ca8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj index bbc6e0e..7fd1de1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj index 6ba7aeb..9d6fb35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj index 63b3b14..7113330 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj index 53acfa4..969161c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj index 39f89d4..afca001 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj index 161d780..0ccd490 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj index 34fa2a7..d6ea1f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj index 0427663..4d5b567 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj index f04ac8f..f4815b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj index 7b2f843..26f5083 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj index 0bac79a..13de02f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj index 4dc307e..a0b97b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj index 9e0bf26..c5967a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj index 2de2d81..93b57e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj index e91910e..d551f0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj index 5826186..7c39e11 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj index 9695502..d229fc8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj index f79a4f9..afa9e30 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj index 776c1df..2e3c3c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj index 0424030..617ea16 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj index b9fc79d..83b9aaf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj index 442ada9..fac5c49 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj index e595723..a11c49b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj index beea9cc..96f6be2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj index 16fb1d7..57d6cbe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj index 83c1a7e..d741f1a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj index 04bc7d5..d205f32 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj index 799998e..f9ee22e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj index 323950f..cea2db3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj index 2c736b5..d66a3c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj index df45362..287ce8d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj index 9402839..edd0043 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj index e4e8c32..54e53f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj index 61aa45b..fe657ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj index 6a19c49..25b02e1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj index 1540a7a..0c2a537 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj index 06e8683..caab803 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj index c6795b1..04981e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj index 93c57c0..2dac894 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj index 6c49436..b69107b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj index 530d0bc..29d17c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj index f0f6c49..0c40272 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj index c1dff6f..94d09ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj index 614a862..4760de1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj index 448cf0e..867d571 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj index 96567b1..c9dbdb3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj index b26f618..e211130 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj index 4e5204f..2536cb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj index 05f0372..77c097f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj index 0ea8df8..d54e121 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj index 08398e8..d3f66fb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj index d573113..4b1f862 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj index 3c4af24..94ec779 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj index 40ef122..ce6b3ba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj index d386dc6..49fca1b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj index a78b99a..25bd7af 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj index 918d0da..b1d3972 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj index a2855ea..b9cc702 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj index 7362a74..b62463e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj index d6c30d2..8224621 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj index 7fe8f37..ab7da21 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj index 0f70239..f580cc1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj index 8202ef6..edf2fc6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj index 77950ab..e7b1827 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj index 230510c..7e18e95 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj index 4b7e5a0..aab91f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj index 925a2d8..53dc843 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj index 0fe8f73..fe5cf68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj index 7155849..96f9b3a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj index 69b320a..7928a14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj index b06045b..55fef62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj index 6ae81da..2ae8eee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj index 2bd3da4..3c130b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj index 61da2d9..4a00405 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj index a9aa539..3d23c5e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj index 460331d..252c867 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj index b36f385..ccb5a38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj index a55a496..169dcfe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj index 1435529..c4b8197 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj index 1c12d2b..8596771 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj index 93ca10b..3412a13 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj index 2c8320e..79211d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj index 27d75fd..ae1234d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj index 91b56d5..0944e9a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj index 80e758a..b38cbf7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj index 38966d2..3c70da7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj index ea1f5b0..1d3ddcb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj index 61432bc..f625ae8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj index 8537618..011fc8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj index ec38714..a8e9cce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj index 4ac1275..e094f09 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj index b1165d4..352875f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj index 9d3468b..d2b2a06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj index 266f8a2..1810a19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj index 4ddcf79..cbdf2db 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj index 31d6264..edf31f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj index 70339f4..d583e5d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj index 20991a9..2503ec5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj index 06bdee1..b6f3031 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj index 16e31fe..7128336 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj index 79118bd..8676460 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj index 1ef974f..b39ecfd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj index c024a53..067d458 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj index b637a91..d5685a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj index 414444f..67614ce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj index aabaaa7..60f8b3f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj index 2b636f1..4bb6913 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj index afcee18..9af3a9b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj index 2941d54..a652add 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj index 45771d9..52d2e0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj index be6a1b4..8123570 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj index 0d3f4e6..fc77a06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj index eff7080..0b8c3a3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj index 5416e04..6e1d31a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj index 38233a7..e977106 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj index 4633c90..661e581 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj index 2ae3180..4836ed0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj index e6eb313..2193ad7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj index 584f2d8..b495461 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj index 6aa563a..20a95c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj index a1d4580..89682c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj index 4dc807d..b49de07 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj index 846e62a..9e5340c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj index 0c87995..290062c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj index 38f0439..97acf66 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj index e174520..0ad23b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj index e9018d7..4cc7f35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj index dab0cb4..e8b7fdb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj index 4475946..c88b84a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj index 1cb7f40..34c3125 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj index 14b642c..1d4329d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj index 6500853..b5cb271 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj index 57fbe35..57b5562 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj index 4dd42c7..e7ede47 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj index 35c1de8..5973e9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj index 493e132..c9c5b7a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj index 6384fb6..e204961 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj index dda9b1b..91101e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj index 70078fd..c39389f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj index fff6dbc..adfd3df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj index b8cf935..614eab9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj index d8ef79e..c68203f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj index f381e9d..d0b1a4f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj index 556ac11..8ac99f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj index b4a8db4..b5d7a9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj index 58d6adc..42d570f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj index 8d40685..e7f2dec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj index 28928dd..6de335b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj index 53646f0..8f7d35c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj index df9e21c..bc1efd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj index 71d170a..51135da 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj index 763d7b5..0170127 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj index 20512df..6c1838d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj index 22a570b..7f2d8e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj index 2525386..9fb9a23 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj index 1d2215e..ca7f7c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj index a232e3f..7bfa8b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj index 2f59978..4b97a72 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj index b188ebe..49d37de 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj index 2bee678..d26b6c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj index c363238..4554680 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj index 5e86133..a823762 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj index db52e2c..cd355f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj index 50001eb..f3218bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj index 34ace33..e23430b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj index 3bfe980..79f85c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj index 8c78f29..7099e4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj index f20cf25..1219574 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj index b05546f..82a21e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj index bbebc04..9968b05 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj index 499a7b3..baa41a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj index 20fc6c6..dab7545 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj index 42af6c0..69cb682 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj index a6272aa..bbc63ab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj index 282220f..e20f44c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj index 7d509f2..2348d4b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj index 66ef053..17cdb80 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj index 85bc030..30bc5b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj index 5f669a9..3eb3609 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj index 8c844dc..15d1811 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj index 7e747e2..f5676d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj index 91f6f13..2c4ddc3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj index 7d40225..d55d0bd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj index 3ba7950..2dbd7f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj index 59d5b47..a03f6f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj index 47010c0..b6e43e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj index a6d87ef..1028e96 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj index b4e1c36..751bd60 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj index e27072e..9f7b1d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj index 65bf32d..452871c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj index 3b67d00..4800e66 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj index 7376a03..750f4ba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj index 5bf26c6..68898bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj index 10fe6e3..0863e8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj index 4708f36..d916d99 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj index c852b1f..412e445 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj index 41442f6..7da365f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj index b043682..bcbc057 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj index 9b64d58..5a22c0f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj index ea3e6e4..ead91de 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj index 7edd303..c5590dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj index 2e6190a..4d7ec47 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj index 9114e86..dce6af4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj index c1074c1..2281e0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj index d6e0335..8db6269 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj index e208a34..4af91d1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj index 550437a..56fc6a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj index 0e2dcf7..9468295 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj index a2aadfb..048be10 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj index db68107..c63ddc6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj index d93fdab..8a82ca0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj index b876afb..2f9dd9a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj index d2e6010..112c115 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj index 19af446..7fcd759 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj index b517c47..aa60399 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj index c460222..8475e44 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj index 7aef519..d7e9032 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj index b77e584..e8c6cc6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj index 21360f0..c775688 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj index aba92da..57799d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj index 7757676..86a3427 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj index 4e89780..6dbb841a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj index 79b7e2e..bdaa333 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj index e99c336..8e3806c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj index b404178..e9eed1b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj index 7155bf2..cece9a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj index 5bf8986..45ae3b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj index 1f63170..a27a090 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj index 2b8bf2b..68ad91e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj index e2d556c..b13190e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj index e754a1b..7d6b8c5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj index 4876822..0c169f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj index 0e1010f..88fb0a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj index ba66942..833bbee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj index 7d4486e..95d52a3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj index 06d559f..ec824c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj index c5f4592..f02bdd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj index 70ed585..8807e7a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj index b0fbab1..eb74b78 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj index 72c72cb..ae95098 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj index bb4f3e7..7fd00b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj index 1bade83..4dabfba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj index 6cf546e..0e1e3e3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj index 52ada24..876b44a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj index 164ac5a..a5c70a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj index 986dd22..63b9d70 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj index 42f9baa..20ee0c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj index d1d53d1..690cdd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj index 3e03dc9..41bd90b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj index dc23314..70224ca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj index c8ac29b..fe8ff77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj index f2bf11b..ff6a04e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj index 0e3ac49..06f3ed4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj index bd17bb5..4598078 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj index 89e030f..cdc3cfc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj index 6910e15..9a13434 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj index 4503212..ebfa33d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj index 1081880..05ceda2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj index 77a0d2a..58be1af 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj index 1c0efa2..752ba60 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj index 6ef431c..3696da1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj index 0e8f278..efbe51e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj index dd6d6ec..f68ac5d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj index 85e6a3b..86cbc20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj index 80291e8..2a9aded 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj index c8bc382..e512e3c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj index eabc4e1..ba25d48 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj index 9658880..6ef2cb1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj index b367fa4..6b0d455 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj index f8cbb35..e00076c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj index 9864fe1..172ae40 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj index 00f85c5..a66e94b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj index 64637b7..04eeb80 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj index 9973999..86fd459 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj index 465c4b4..8e6aec3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj index 864fb40..62b7ed4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj index 3818851..d8b4459 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj index a107a42..b7f4d18 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj index 463b6a7..9c50d57 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj index 95879ed..7659f77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj index 1a79813..3828202 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj index bdef850..60431d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj index 1720a61..691204c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj index d4afe6d..96307c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj index 82648ac..79d2f19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj index 443a6ab..b081000 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj index f217236..1e843e5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj index bea5f03..2b56a42 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj index eab1d65d..75cfb88 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj index 6b66273..4b76784 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj index d2a2025..367ee69 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj index da16daf..21e35e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj index 826b178..6901be9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj index b94253e..de0dedd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj index 0067e9b..8da5f81 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj index 0e70ae3..ceef7c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj index be7b7c1..bcf681d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj index 6f947ad..a28d5d9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj index 32c8be8..c924e1a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj index 03bb77d..5c49be6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj index 6f58f05..6377174 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj index 8af74ff..358e34f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj index a22fcc1..540fcab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj index e4a8587..24ac0d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj index 1962400..4c52756 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj index bd99d27..d60c847 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj index 7dc6f68..95174ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj index 77c7eed..0cb74f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj index f4e01ae..45f2e21 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj index 481479b..2fd1339 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj index 55341d2..17ce66a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj index 0c0ec69..377c823 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj index 3b5badb..701bbdb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj index a496b18..df6c81b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj index 88fbe2f..8a0d6ca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj index c5d525c..795b651 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj index ad3548e..171a8b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj index 4b39b45..bc53dc1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj index cbf3dac..4ee53918 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj index 5cc1e44..a0b1196 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj index c505aac..cc02250 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj index 2b2bf34..5f1fb87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj index 7b59fde..58dbcb6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj index ef83f34..9238493 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj index 66cc7ab..21d88a2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj index 9fac199..740ec12 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj index 269b396..aeea6c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj index 5747cb5..7e15966 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj index 61afb1c..b0fa29c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj index a78ebe1..a2de258 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj index 942501a..f5dfca0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj index c74aa8d..4f786c1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj index 4d3b221..c8c3f7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj index f49d44e..ed2d153 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj index 5b0e426..06e1ada 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj index e8f2f16..6acf87f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj index 9538353..5d5cca7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj index 6994c3c..8ec0c9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj index 6eea919..6f862ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj index 53bfb3d..7a037c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj index 1edfad5..2ebb403 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj index eb0f70d..b821427 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj index d1e8528..07e38fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj index 101b1fc..e652be8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj index 3a206cf..c3a9e9d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj index ba30814..ed99625 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj index 2525194..b98602b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj index 2fdc4b5..6ae233d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj index dc86411..3e201a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj index 15e2cae..5b4e482 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj index 0b98b20..80e6a76 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj index d926553..46303ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj index 5fe8c34..a884f20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj index 3672c77..d6a9561 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj index fe8b81e..008d3f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj index 4696353..83c6ebd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj index f43b292..4eb2268 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj index 83ae241..f8eaa7d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj index 127bbd1..628fd67 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj index 486f18e..660cc35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj index 74c9988..bfde565 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj index 8ecc827..adc607e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj index fdf8df1..6035679 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj index 0b8dc58..a7c41c8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj index cb2a454..8a6e4bf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj index 012b34b..1f9ee25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj index 1d7c1e1..dcea32a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj index 4318a60..c47e4f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj index 3d7a49c..d673f91 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj index 13e1a0f..eb65556 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj index a9b95ee..c6bf009 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj index 0497f7d..1bd583d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj index 32a2dfc..7fbdbce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj index a933a8a..a0388b1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj index fb32363..f1c8d92 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj index c774856..a6dd48b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj index 409a9f4..2de7692 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj index 1337a22..b3b390c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj index 35a886e..935de24 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj index d221a56..4e4dc35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj index a2bbe56..239d7dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj index d216b3b..630bc81 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj index 55b4693..2863876 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj index 3132168..ec8efd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj index 7291308..9e7fa16 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj index de34aec..c96ae8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj index 6015739..b74065b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj index 118fdd4..6022be8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj index 22d38ba..61bdbab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj index f65b19d..e494fa2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj index e4b60ff..fbf6b4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj index 7257f73..30b2c25d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj index bdb53dd..c69e9c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj index 35b8ded..32ed520 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj index 266227b..c469685 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj index 3e9eee9..5ce385e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj index 23eecc8..be6e532 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj index b4a86a4..71534d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj index 21c0432..8893e18 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj index 5de336f..5e9982e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj index 6d42d1b..cd4fe75 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj index 05f8d41..0bf4b80 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj index 772727a..34b2f8d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj index b7326f0..912781f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj index 7c0cf82..facbfa9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj index cabc416..21d50b3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj index 86dab4f..029a75b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj index 9938e31..672470c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj index f69575c..18a15de 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj index d7de600..bbbdbd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj index ceb1919..d40c157 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj index cac336e..68ccb0f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj index 45274b1..3a104ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj index 56ce35f..e248a48 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj index 3ebf1c5..25eb995 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj index f6e54a4..25fc91d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj index 03b5766..81afee0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj index c706072..efc86f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj index c748d8e..abd8f77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj index 814d39d..1990e77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj index 6de8bbe..159bf8c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj index 4d1b744..180285e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj index 0f0805e..1146479 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj index 414c1b3..2c94029 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj index 8bd3e0b..3c65233 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj index ce7fd81..e61bc93 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj index 7eea703..2e402d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj index 75feafd..6c7b4c1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj index b9ae24b..d2c2e1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj index 54c9d83..e1f5a9d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj index eb18156..55f24a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj index 98325a2..b1360ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj index b9ae24b..d2c2e1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj index 897f255..2f6a93b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj index c5a34cc..9ed750b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj index 054677f..5043ef0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj index e206a57..3921fe3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj index 211d838..76040cb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj index f03e7b8..9829d6d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj index aa3fe09..24ec10c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj index 6cfb013..f5f6d7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj index 4cbdee0..c3c3e54 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj index 0e97ee1..3291b54 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj index 088d78c..077e5b6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj index 1d97304..67a84fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj index d39f562..69fefab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj index fb56117..14867a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj index 282fad6..e89dce5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj index f9464ce..77ab0e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj index 61376f2..0a39140 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj index 7db8567..8aa0986 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj index 0b21043..b035505 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj index 11010ed..d44caa8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj index cb0d31f..b113a62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj index ee59380..dc719ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj index 8809cf3..5242708 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj index c9a376c..979ed66 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj index 3924d49..f7537f4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj index f06eb96..a26ae98 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj index 4e916b5..6dbf663 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj index c5e603d..3389abc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj index 0f59d61..4f78304 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj index 19b9bf4..ea3d55f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj index e9edf29..c591e0f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj index d534ed6..de6f44c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj index 66d540f..1996206 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj index e20e85b..f0c21d26 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj index 482b709..a42cbda 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj index c8344e7..ff38e01 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj index abc4ca6..b69b371 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj index 5c07493..a38f5fa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj index 917c4a0..aa93916 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj index 03d6051..133ffa1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj index 2db69b3..ea2d23c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj index f65d9a3..2a86f56 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj index 109f869..d7910bc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj index 2085aac..5d2f418 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj index 939f1ae..da68adc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj index ec926ab..7143af8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj index 1a11fd1..9ba3f5e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj index bae6af7..ecc1a4e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj index ce5264d..54d1d89 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj index 322ea9d..9e0b65d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj index eac9434..21d617c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj index ec3de7c..f61210d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj index e13276b..30ead42 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj index 3d4553f..d56db3f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj index 1a3caf4..4a852cb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj index 750210c..3fa5a0a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj index e65dc11..a1de3d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj index 97ff5d3..b344ba6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj index 1c1f39b..c3352ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj index 796da93..13c2223 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj index b40330b..1c944e1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj index 3183e03..ce0ab50 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj index 6099a92..321e38b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj index 30798c7..b649967 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj index 57dc4ed..b243609 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj index cd7ef56..58b9c79 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj index c738b66..a21dea7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj index c7dd4e1..789583b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj index 275022f..c30c13d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj index 39d734a..1310df4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj index 5324f84..02ce3e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj index e6d8537..6634e07 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj index 84086c5..5cb1113 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj index f3eac04..1d846ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj index ae40884..273223c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj index 04a44e1..3537f75 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj index 82461a2..65ae0dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj index 79e713a..00d7a19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj index 2b04967..ddf84b7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj index c2daa34..6c28074 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj index 1910c35..b76d40e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj index 02ce251..3320f6d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj index c70132d..e355ba4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj index 4f57201..4d3d447 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj index 6db031d..5d42e6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj index 6250da6..ca21606 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj index 1b1890a..4c26f01 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj index 1a259a6..124bfb5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj index 285f1dc..6905c8f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj index 2f12758..eaa4870 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj index 097a14c..584d43a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj index c885fe6..f1eb931 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj index 356f611..6fb0c5c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj index e6f0585..5a7e11c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj index 57a66d8..283834b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj index d72a990..5eae3b1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj index eeb0610..b238db3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj index d73aee0..bc7ce27 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj index 133b9c3..4b4af63 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj index e04d554..65f776e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj index 8ff30e1..cf19e98 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj index e1fd605..4bfa0eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj index 24ce1f2..5484397 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj index f2453d9..5fafbe6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj index 1a25af4..e965e76 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj index 5fb7ba1..2454f61 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj index 538f05f..1abad20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj index 0fafb60..deb4fe2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj index 1c3f7e4..1fddeb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj index 2d0ae36..e336554 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj index 7f0e861..dd6ff22 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj index 3a27671..c3f34f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj index 9ce48b3..aa124de 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj index b541729..7a2b9b0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj index 7a8ad0f..d0d3151 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj index 99e79bb..7a23b2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj index 179acb8..8df39d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj index ecb5286..eba2e46 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj index d02dbb7..b4aa8ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj index fa0e24b..c4448ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj index cce9d06..9cba741 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj index 16bcd77..acb66f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj index e0aec68..4d84683 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj index 12f6e32..4ba8224 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj index 8356072..2c3fe7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj index 38aee08..e1a9dd3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj index d732404..67b795b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj index 72dee39..c3d6948 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj index 5b40945..39c8902 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj index 734b84f..5937b4a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj index 3f4b9bb..c6742f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj index 85fe099..befd0a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj index aa4c2eb..b0c03a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj index df4030d..f1ef908 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj index 5a8a7ca..0e2d60d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj index ebc1010..c970f3c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj index f0f006a..72905d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj index 882d567..2bc152a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj index a4d4789..fc8014b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj index f1d889d..ee98d68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj index a54db9d..8a239e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj index ac93cb9c..34ff8c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj index 3575b28..fb62b06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj index da6b87d..3ad0ed7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj index 7d53d43..e1472e5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj index bc4acbb..5534d38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj index 1f3a4c0..120a66b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj index 22876c4..5303428 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj index 90bd0a1..9c46051 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj index 6482386..04897b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj index cf95f44..db0a490 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj index 342a6e4..5a4c587 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj index cae58e4..c0255ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj index 0a43864..89e2e07 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj index 05654dc..977c97b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj index d393db8..e367f73 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj index 0887334..7b2f661 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj index 7aba6ac..4388cc0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj index 4771e8d..a2d48ff 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj index 5c3265c..6959379 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj index f40da41..4993baf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj index ac4048b..01e588c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj index f165f8c..fafd377 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj index 58ba24f..6e5ffc6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj index 25d8b2e..8d90d5c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj index bcaa378..6a2c3af5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj index 33a9736..423c384 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj index bf89abb..2f3b3b3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj index 90ab544..f431097 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj index 29c779d..f1d679a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj index 103669f..03411e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj index ab54c1a..dacce25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj index bece32b..4578a84 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj index 174898c..0f66381 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj index 626a72f..811f725 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj index e017d67..396d317 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj index bcedc9d..7d18f1f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj index afb4c84..fedc197 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj index 608928a..26a5d9d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj index adb235b..4a40503 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj index f2ccd69..6d5f094 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj index abd8ffb..496bed5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj index 4ea388b..550dc83 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj index dc9c988..a8883a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj index 2554ef5..ad3cc65 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj index 21cd965..ea183ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj index b0e15e8..4e73014 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj index e426122..2e1fce9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj index 8738f18..e404365 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj index 0234777..96b5428 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj index 8396f2e..b3e801d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj index 5f42fd3..fc5bdd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj index ec6daa5..5c04cd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj index bd6096d..1cd8db0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj index eea79dd..6103b0e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj index 7b79fea..91592f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj index 1589168..b701e43 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj index 23781eb..233c518 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj index fe78321..83fbe75 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj index 4971aae..2801706 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj index a219e51..a6c36ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj index fbfc92c..1cc0da5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj index 0abd37a..32849a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj index a265fdf..8785fce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj index 7797273..f6507a0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj index 1514904..212a7d7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj index 1e24e41..3cbf0b1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj index e32fa18..0ad50d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj index 18c69d9..6c3ae4c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj index 7214cb7..108fa43 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj index 01e2fc1..8e12ede 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj index f644cec..f421355 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj index 71b28c7..cd8fa7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj index 0d602ce..bce118e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj index 599ee56..8f1af1b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj index c0e8b06..af17be4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj index cfee604..32ed439 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj index 58a5df1..db43998 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj index 35ed661..97c60ab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj index 1f95698..66541e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj index 3f161d2..9d5ba12 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCos.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCos.csproj index d148975..b89723c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCos.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCos.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj index 73afb0c..3b35276 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathE.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathE.csproj index d943772..fb03b3f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathE.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathE.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathExp.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathExp.csproj index 46a3593..50d1bcd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathExp.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathExp.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj index 5b61a70..dd97d64 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj index 904d5b7..010624e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog.csproj index 3d28bfb..673f45d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj index ba0dbb7..488e18d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj index 52dd951..77e7d8f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj index e5ff91e..a24b29f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj index 5729dc0..b86b148 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj index db47f6c..feb0532 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj index 051910e..85a77a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj index ce01314..6118210 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj index c83a029..7c475e7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj index 5e09ae1..b7bea96 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj index c06f116..a39ef8a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj index d9c7015..b39cec4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj index bd1329a..053f420 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj index 52c4d5c..c7d4568 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj index 6411bee..f8a5f06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj index c2beb42..c6bf020 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj index 513a58d..a01f6aa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj index 08c7919..66c42d9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj index 8c30724..6a8740a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj index e224b0b..35aa604 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj index a0d0043..c194e36 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj index 8a189f2..2c18e23 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj index f17f657..aa5a213 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj index 819ea9f..6640ae7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPI.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPI.csproj index e5dc61b..b84aa6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPI.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPI.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPow.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPow.csproj index 3c70e7a..de1a2d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPow.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathPow.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj index 3056ccd..c18b3c8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj index fed781d..7e0e776 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj index 440958e..df8712e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj index 4730537..aa2676b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj index d94bf86..fed1e4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj index 2a038b2..6b3f35b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj index d46241e..c31b8cb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj index fe1cd8c..6229711 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj index a8fcfff..26e6ea9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj index e7663af..a1c16d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSin.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSin.csproj index f133a98..89554e3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSin.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSin.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj index b8934fe..7203fdf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj index 6b4225a..e0bc8b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTan.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTan.csproj index c575203..fb3aaee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTan.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTan.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj index fbe2853..6c4bb2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj index ebbf272..7b67225 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj index b23fbae..c4c0cd9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj @@ -7,14 +7,9 @@ 2.0 {753E20EC-61C7-4BF3-92EE-4519A55FA4B5} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj index 3594042..ae9f7eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj @@ -7,14 +7,9 @@ 2.0 {68E081B5-2C96-4105-B01B-34C7C746FDC8} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj index 471522f..c1266af 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj @@ -7,14 +7,9 @@ 2.0 {A1A8A825-38A2-4B8C-BD81-12494482AE26} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj index c0ce936..f5be31f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj @@ -7,14 +7,9 @@ 2.0 {89EDC6AB-FDB9-4A19-A4E8-0DA10B59AE5E} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj index 889cb43..166f1ee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj @@ -7,14 +7,9 @@ 2.0 {003D9B58-D8CA-4D5C-A3BB-2C36B166F3F2} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj index 0e8dffa..a2df131 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj @@ -7,14 +7,9 @@ 2.0 {D5D37943-62D6-4579-8AD9-6EC793534C31} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj index 1b782c8..2fe6d56 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj @@ -7,14 +7,9 @@ 2.0 {381997D1-75E4-46D4-8663-EE60183BAD60} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj index 797bba7..fd68e15 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj @@ -7,14 +7,9 @@ 2.0 {F5F42C53-AC5D-4140-82C7-A441C50726C8} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj index e949f99..f801d9f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj @@ -7,14 +7,9 @@ 2.0 {3332C473-8FCF-4BC8-8A4A-EEA791A77C0D} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj index 4b9e2bb..f1c6c15 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj @@ -7,14 +7,9 @@ 2.0 {E7916B4D-47B3-4F8D-B5C9-437318A10C69} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj index cc4f064..96bb00e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj @@ -7,14 +7,9 @@ 2.0 {C288A75E-FCA5-41F4-80A2-3546920487F7} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj index 04f44b0..fe65e27 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj @@ -7,14 +7,9 @@ 2.0 {25B363C9-3059-4071-8B63-8AD56BEFB169} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj index c719df8..0aeb7b0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj @@ -7,14 +7,9 @@ 2.0 {BB3AD81D-7036-49BC-A0C3-318FC89F00FD} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj index d039d85..a964770 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj @@ -7,14 +7,9 @@ 2.0 {8CFA48E4-0F16-4B70-841A-A276E55B2536} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj index a5131da..51c0ac8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj @@ -7,14 +7,9 @@ 2.0 {78BFB69A-326B-4BCE-9913-E5CBA473FC94} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj index c3e0305..3cd78b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj @@ -7,14 +7,9 @@ 2.0 {6FD7CFCB-9BE3-46D9-9AA1-F15574084F22} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj index 95a15b3..3ac9594 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj @@ -7,14 +7,9 @@ 2.0 {AF3C5F7A-51BC-4B3B-A12A-068765B390D6} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj index 061b01b..df404a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj @@ -7,14 +7,9 @@ 2.0 {DE4C7ADC-AC3D-4555-9E3B-F9C3C5542A1E} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj index a604405..13fa160 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj @@ -7,14 +7,9 @@ 2.0 {ABFDE127-D0A5-4202-8320-E1B0B52B218D} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj index 01b2ef2..1ac06eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj @@ -7,14 +7,9 @@ 2.0 {D030C47B-3942-4B1F-800D-28863DDB6F0D} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj index f3462f3..8430dfc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj @@ -7,14 +7,9 @@ 2.0 {8B5F12CB-20BC-472D-BE8F-EC289FD8D85B} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj index 4fba241..8872328 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj @@ -7,14 +7,9 @@ 2.0 {9340A0ED-9EA3-4B36-8C15-43FBB22C640E} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj index 7778552..e07cb2e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj @@ -7,14 +7,9 @@ 2.0 {5F8BCFB3-581B-455C-AA69-F1434DB4948A} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj index 7062dd8..86c2700 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj @@ -7,14 +7,9 @@ 2.0 {12FAA70F-51FD-49C3-A3BE-48254AEB9354} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj index 716cfbf..051107d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj @@ -7,14 +7,9 @@ 2.0 {EFC1E11C-BA0F-44A5-AC95-7572BE852F37} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj index 6955bdd..b38a1f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj index 3136b98..e7036b0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj index f890ef6..6f41dd7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj index 3f790ba..afb4ac6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj index 9d272b0..4931eec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj index ae89ec4..2fe3aa3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj index 4696cc7..4f40b87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj index 6249203..bf3d241 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj index 888feef..d693b75 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj index 426e2d8..52906d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj index 231d41b..b26e0db 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj index f6bc2c0..70d0298 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj index d9404a1..012dc5d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj index f5dce2e..ea151db 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj index 4390e50..2845820 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj index 9f3fb5a..c68eee2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj index 3641bec..1c04d87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj index 2555272..7d764dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj index 2a8f4ee..f6aa183 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj index eaecb92..84096a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj index dcd2602..ea3ba03 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj index 5d44c4f..aa68282 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj index 6fa4d7c..b999364 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj index f37043b..4593633 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj index 4d1817f..4ecb8d1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj index 9cd219d..386de24 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj index 734789f..8216c75 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj index 348a97b..0f18689c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj index 097aae5..378746f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj index 269e2d7..ea5eca4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj index 2d21c29..0cc9f45 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj index 21c78f7..17014b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj index 04aad7f..702fe39 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj index 9a84a6c..053e6d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj index c4fe1a2..088e21a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj index 4e87130..0970cb4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj index fc4f887..aea3dfb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj index d85d2eb..86472ae 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj index 8169886..8f8ed6d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj index 5a0f4da..94f2f11 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj index 39b1ab0..c674af1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj index 6ab0c74..f1dd0f7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj index 8feb4d2..16b5be7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj index b5e6e5b..f9a6fac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj index c9dc6a6..5185bd9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj index 0720d4b..ddcfbfb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj index 31b5e02..d94e375 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj index ae45c27..b3297b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj index 0955bfa..2d47ad3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj index 5e90e24..fe1b4d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj index 87e8245..d6335fa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj index 564ef03..9026322 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj index a709dfd..8b69cbd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj index 5777927..8e3921c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj index 46d79eaa..6707778 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj index 025e5fb..ab77740 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj index 86624ee..8d58c2c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj index 22e4ef0..df006a7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj index 3ef2f95..1598e2b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj index 8c68382..1fe17d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj index 14c8ddf..c713427 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj index 497c5cb..dcbdb80 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj index f89225a..ea7f485 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj index 0aa3276..87001da 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj index a8e71e4..ae556dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj index 04c0db2..5b19afc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj index fb5d5a5..db7ea4c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj index 234e0bd..d71f555 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj index 8a8b28c..8b7473e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj index 90fd4a2..d39ca4e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj index 9164596..dc42c8b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj index a197369..89e810e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj index 88842a2..d471395 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj index 17d9cef..17203b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj index ac23c02..91ee971 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj index 9a81345..34c3f2b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj index 45e105a..1254b39 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj index 0d3a80f..6d7860a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj index e0fa5b9..70c8872 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj index 4e591bb..4bfa987 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj index 5fcf822..90b1ae6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj index e09bfc3..293487a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj index 25435dd..b848ebc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj index 3982d0f..3994e02 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj index 8f7945b..e4c1cd5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj index 5662bbd..fd1de6b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj index 74110b4..915ffca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj index 5ff1fef..c65aeb5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj index 1766719..a4f1f38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj index c30b8e5..dbb5ee0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj index 2c5217e..020c7af 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj index 409c8c4..617ce27 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj index d2afba8..91383d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj index 5acfa56..b22d1b6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj index 0028ebc..f795d48 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj index 0e1c19c..9491032 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj index 3d57f60..a5b04fe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj index b88e717..057fcc6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj index f45d1f7..cb1363b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj index 2d33216..351fb5c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj index 0a4909b..083dab4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj index a7177b1..524ce59 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj index 41f85eb..91b1e28 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj index bedd209..7bec5b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj index 738e0e1..7bae657 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj index 7b7e78d..cc71c96 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj index 7a2bee6..52159a3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj index 301b8bb..8fd9609 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj index 96c9501..2a92724 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj index 14e3694..615847b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj index 7240c0b..f8b9416 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj index 5823898..f69c045 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj index 504f6f7..c84584c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj index ab6ca41..b6ff0f1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj index c982ed5..bd0f6ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj index 65b8359..8e917f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj @@ -7,7 +7,6 @@ DynMethodJumpStubTests {742D9E05-668D-4B90-97F9-717A7572FE6C} Exe - 512 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj index a32078f..727a5d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj index 1de002a..28c8f15 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj index 64ffc94..8f2fd40 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj index 503257f..0fb97fe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj index 8fd6bdb..f5413ad 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj index 7fbadb6..c8c65dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj index 32f5706..d2cd5ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj index 7015bbc..9568d4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj index efac612..e257161 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj index 73cfd05..ae6b47e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj index 1f4cd51..7d8d1d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj index fb59554..513bb37 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj index 734b96b..a9e4cff 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj index f53d7a2..21f305a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj index 9d53d50..35f5eca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj index 3216fc2..14f430e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj index 75b916a..30d0a7d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj index ef5db01..4f73b7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj index e883f16..9c052df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj index 55c1af1..8eefb77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj index cf0dd17..b1e5263 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj index 208578f..a565335 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj index 690bb42..726cf12 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj index 3d57b0c..c393e7e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj index 6a3d64a..d39e900 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj index 5e0b877..b5b7e25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj index 3391adb..c2f2f81 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj index 639ad11..06463b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj index a462f27..0c5c313 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj index 515a115..ef3bb71 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj index 2fec1e5..4366f34 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj index dfec19d..535faba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj index cb673dc..7aa1637 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj index 240ce5e..6f84c4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj index 81cc2a5..8d6c4da 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj index b668e9c..91f65d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj index b78ef4f..2b01538 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj index c87ad16..524ece4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj index efa8405..c6a1ad9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj index 8e782d1..a45e980 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj index 7e50539..29ada82 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj index 0bee82d..10531cf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj index d84e6b5..211ac58 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj index 7c17f39..227b4d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj index ca68026..d4b81c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj index 6b31625..95d665d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj index 448aec4..bdf0546 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj index 6f26167..f7a5f2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj index 528b96e..16d5dcb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj index f0e7ff0..870cdbf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj index 37d3251..cd6f307 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj index ead7451..75c20d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj index b209da4..03129cc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj index 78e9175..777f9f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj index 2b296e8..8b0aeb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj index 1f8db33..950f98c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj index 216e111..5057f53 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj index 22ff4f9..2986434 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj index 6e511dd..edec207 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj index e9cbe66..007cffc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj index 07a4b00..c1247a2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj index 37c82da..a7f708c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj index d4feda1..cd188bc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj index badcf3b..4895f71 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj index ec59e23..31dd856 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj index d643ea3..2060979 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj index 194111d..070f615 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj index a76a54b..f1a8475 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj index 2fee57f..8635490 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj index 1e4b152..9b07405 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj index f8b987f..b662509 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj index de2b128..00a5a24 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj index db23375..ac4e91e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj index 77c0ca5..740cada 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj index ef6dd01..41bfc89 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj index 9a20100..b65b168 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj index b82faf2..9a6434b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj index b1a5ffe..c6cb9f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj index 49d93cf..1da200d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj index d75f2c4..15104bd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj index d1c9c1f..eeacdc7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj index 44ad85c..48a08d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj index 00f9ada..254a640 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj index 952a1e6..5e0294a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj index b936cd7..dc76e4e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj index eed2081..dacfb57 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj index 8be80ad..9c2c147 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj index df84165..4636d11 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj index 362d7d1..b6010b3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj index b36efa1..0ef6a2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj index b9848d1..a47a5df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj index 4eb8ef6..31b6cea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj index 2eb2089..172fe55 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj index 52742d1..8c4967b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj index c05c604..5952068 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj index 2b9d534..1ab4552 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj index f3bdb90..2ecd523 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj index dd8af49..763f778 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj index 6b3c3de..63dfce6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj index b623638..dab78c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj index 2634b248..4685ca6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj index a8d2f3a..80696dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj index 5154c74..ad35c99 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj index 8f5d9d3b..46f7a27 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj index 6674be1..c9386e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj index 3e51fbf..d869e8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj index aa8b46e..43c192c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj index 186d45e..b33e9ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj index 3a98e29..3f83ca7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj index 8c10400..36c54c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj index 3b7a145..77b368b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj index f97a206..be2212d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj index bff752e..4fcd99b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj index 9a1555d4..ab6e774 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj index 7dca2fe..3619cc2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj index 34b95e6..c26ec0b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj index 7c99c79..a62f417 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj index 63523a9..82fdcb1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj index 62c23cc..af37eaa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj index dcff653..5acc5be 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj index f8a0767..bea0418 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj index 19585f2..a699a9f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj index 015872e..53ae712 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj index 3e57778..3885aca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj index 4c881bb..b6e391b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj index a591167..bb8905f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj index f5664e9..1f901e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj index 63e860e..41e7a67 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj index 6ac882e..3d14749 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj index b8b5170..c26d7ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj index 4817e76..2656215 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj index 81792bf..b45c9fe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj index 3b462a9..f551e8c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj index f069918..3c8315d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj index 034683d..fff2900 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj index 51d5f80..c4330f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj index 5b133ca..3ae9021 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj index 56981b5..6d2506f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj index 6d386c7..49741d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj index ab1fab3..4e75838 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj index 902c8e6b..26d2f87 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj index 841f661..663f303 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj index 6cff1eb..1e823b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj index 2614471..205c44f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj index 894c494..4e998be 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj index a99cdab..74f1d63 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj index 242c115..2c8c4d8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj index 47f3a90..172905c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj index 93b9a63..6a327bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj index 4b1ea64..5db6d73 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj index 40eb761..5d3c792 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj index fd64e1c..fca061b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj index 216f930..141ab80 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj index 3b116d0..b56bb4c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj index 3d71e60..cdc96d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj index 14ceae7..b82549d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj index 4506ae7..d1a933b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj index f60351c..f86b766 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj index fef5319..17b4226 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj index 4e6e7e5..e94ab57 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj index 9adaa3d..ba77fce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj index a68de74..83d9513 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj index c721615..e3d1d0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj index 931535c..e289c8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj index 5d0a634..092b22d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj index cf415df..e9f86b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj index 29da95c..a152979 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj index 7a124bc..d2a9e65 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj index 074d983..ada95b2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj index bae0a4b..9bbef59 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj index 97808ae..2bb6efc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj index b9e89a6..54ee114 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj index efe1542..3e06096 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj index 15cf986..1b2de03 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj index 0afa156..0404da4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj index 68fe761..3c4193e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj index a74dda3..9528a14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj index 41c05bf..369ef52 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj index 7e26af5..818249c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj index 8417f91..26d8401 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj index 81c1be5..809cf04 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj index 759cb06..a8ec0ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj index ebe9290..d10ff7b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj index b1f80a0..ee90b31 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj index bf9652b..cfc9b9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj index 93791e7..4db23cc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj index c011c51..d446aca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj index ac3946a..3e04f845 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj index e6d8cb7..902eab3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj index e048599..640f9b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj index ee09110..c0d5875 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj index 3b1e81d..8805f22 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj index 440dd00..3591bf9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj index 80ae24c..791fa79 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj index bf0c4079..07ffeed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj index 74d3cc4..db6641b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj index 4fff3f1..fd1ea65 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj index b3e7f37..cd077ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj index 9335f22..9f45dfd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj index 074bfdc..812ac7c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj index 9840b3a..4da8b2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj index 8c67c50..14b5b13 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj index 9032f28..9f49245 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj index 32bf6af..f0e7c63 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj index 2741e6a..bc5fddb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj index ccf43b6..ba8b35b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj index 6013ae0..ab62f14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj index 5b85b69..1752e86 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj index 2441b10..6b55432 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj index 2c147c1..e80c199 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj index d48a916..fc7e06d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj index 517c1f5..5dbacb6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj index 5020ce0..7cbdfd6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj index ba8dfc8..a15c853 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj index 8136c69..897cfd9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj index 08b02e6..4a933bd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj index 2e3876f..7b271cc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj index 5821f96..30443d7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj index 6c12665..1880b51 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj index d3e99b0..c45fba6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj index a834163..6f6ec28 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj index a5f4539..8ad2481 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj index b7c5b8d..2980f856 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj index 2e6749e..868b3d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj index 9fe5ace..1fdd956 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj index a26f798..f9dca40 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj index db42358..0d8ac24 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj index 0c57376..d8b6ae7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj index 51da591..d9d9954 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj index e368805..e3e58cd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj index 9dd5c85..5a79699 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj index 09e9ba0..0136609 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj index 762f3fb..c068ab7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj index 44c1204..7fe460c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj index f3a3750..398fa52 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj index 24fc590..998e201 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj index c0f658b..fbfe087 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj index 032a221..991362f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj index 044fdc8..2bb20bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj index bf4c38f..4a7c317 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj index 5a12326..53fd096 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj index 8108546..db00777 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj index 01220d8..1c2a02b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj index 9e3c66e..240099a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj index 8625c48..b136b08 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj index 7652e92..e25d021 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj index 4a44695..5f02e4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj index 82877b1..f21a428 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj index 98c4657..6b0c7e5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj index 8a4bb1c..2348080 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj index 0281394..39d18a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj index 21858c5..e44b1e1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj index 03d2230..4dff4ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj index 6b8d768..fbd878e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj index 8811ba7..ab905c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj index 2329ac0..0882650 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj index adf75ec..80f07c7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj index 4b76a90..f704375 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj index f8b3e64..2593f5e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj index 9c17804..e65795e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj index 6de5db8..17e964c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj index cb4d85c..5b34c60 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj index 39bce2a..8ce693c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj index 08a9cc9..cfc6a47 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj index 5375067..6dd56b1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj index c7bd0f2..c0a3dc6d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj index 0e09c8d..07771c0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj index aa20fcf..e1a6fed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj index 77489a1..712bc4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj index 5d3d7a2..3199274 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj index 4b75abe..babb427 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj index 88ade54..d7951f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj index faaeaf9..a4fe7a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj index 6933d88..21873f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj index c942fc1..8eb74b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj index 7684cc6..0783cfc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj index 7e0fbaa..3925e4b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj index 4d466b4..79d03f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj index 1943ca1..8b98e2c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj index 331e7e7..6347831 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj index b58b98e..b07076e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj index 2f3a548..c1cee38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj index 33eb870..19114c7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj index f5e710b9..cbd4442 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj index 30de505..b7eaf09 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj index 0fc0385..3188987 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj index a7c2e38..82c3009 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj index f86621d..fc09e0a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj index b2f2e55..5b5bea2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj index 4063593..4b92f5a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj index 6eb3a97..f253422 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj index 0150612..8338e01 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj index 73a8d78..f57f518 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj index 0ce078c..99d0ed0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj index 63051a7..3a47f31 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj index e12faf9..0c77d1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj index c51a8d3..a45c905 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj index 3494a98..a9f543e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj index fa4b99b..14b63a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj index 3b6eab8..f47b2b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj index ddc6beb..2c014f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj index 8da46c0..df1ab19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj index d9fa807..e1812a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj index 2d1907e..db339f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj index efda8c2..cdba1c0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj index 3425ba8..4ae3ae1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj index 92ed90c..bbe5f96 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj index 585831a..4741d53 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj index bfa6e97..9ce06fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj index dba3692..7395ec6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj index 70ad655..6298e9e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj index 9bea932..127462a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj index 41f0ed0..8f933ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj index 9b35009..2d784be 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj index 44bb48f..b31ec89 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj index f85018c..797e621 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj index cf3f40e..180ab1f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj index 75fd844..82f0b7b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj index 30f8ca4..4027819 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj index 633aca5..fa8ed3e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj index 8ece59d..0335356 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj index c7004ac..e0bfef7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj index 7c01bdb..7308228 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj index a35dacb..acfb43f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj index 745cdd1..e891f91 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj index ba1bdce..8dacb7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj index 42047b8..742693b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj index e41b9bd..2c4a6c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj index 00d8268..7360442 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj index 0a314da..330da22 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj index 39b64ef..9bbf467 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj index cfad3b8..894cf0b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj index 81f3913..380aebb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj index ce63e59..dd29432 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj index 802eea0..8c78f1e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj index 0cdfc06..a4f8e03 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj index bde7c28..8993b20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj index 4b2ddca..5643ca4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj index 5c28448..eb9e94e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj index 52172a1..8c93f71 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj index 2ccec4d..34da180 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj index 6b8eb78..dfdc07a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj index 6d08ad1..85a2fa6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj index 681e31a..26fad19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj index c31b170..c870116 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj index 535449a..bda2695 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj index dc7c27e..d268357 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj index 259b118..08b4464 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj index 75ede59..b24d73a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj index ac16127..a018564 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj index aef7acc5..0d81549 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj index e4b7890..feafcde 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj index 8de8611..1954dae 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj index 7e976ef..953c872 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj index d6030aa..dd7fc9c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj index a014064..f731b5c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj index 9dcc114..e0af130 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj index 6ab5d93..ab727f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj index 7101d6c..59e388c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj index d39d7f2..1138062 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj index 1fedcd1..e2a7c767 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj index 9d14c39..d3bf00c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj index a64b47c..860ad49 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj index 31fc2ec..ed798c0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj index 2606c8e..8d38794 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj index 9ff49f5..d0d3ee7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj index 9fb7362..55b0249 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj index 3370b5d..8929a36 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj index 1f1c209..7eb4bb3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj index 96e6ff1..7baa547 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj index 9418174..963697d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj index 7847c10..d674f5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj index 33d2557..aa841d6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj index 4742777..fe85c20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj index ccc03b2..f24d414 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj index 70eb395..f02eba8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj index e2f6158..b1ebbe8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj index ae86d11..610a0b6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj index 85cf681..e678506 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj index d445fb7..8db82b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj index 203c01c..acfdb5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj index 6081d0b..0d55655 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj index 9b8cf95..95695fb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj index 8296af0..01e8d25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj index 4ea5cc3..01c7c4b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj index 197379d..c80115e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj index afe43c3..3aa41d58 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj index 3703998..39c7d81 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj index 8b393cd..14791d1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj index 7fb43f74..020faa8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj index ba780e8..01ad122 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj index 2d68b50..e603f4e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj index ee64dbd..31f26e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj index 376f663..161cea6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj index 0e622ee..420ceb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj index 153f039..7bd33df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj index 3aeb6f3..b146d6c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj index 89715d4..0819f46 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj index db03452..40be56a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj index 6c171b1..594dc9b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj index 5f1fe5d..e497514 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj index 289c36d..b6c9066 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj index 39816d2..ae9e50f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj index 2d21682..3040710 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj index 14e0326..50a81d3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj index 2e3aa12..afc1326 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj index 86b76f1..48bb19d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj index 224af9e..0e99494 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj index 0ed15af..d15dfeb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj index 58a4ecc..fd9848d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj index f0eb260..63d7dfe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj index caa0367..b5cf81b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj index fcb0c02..305678e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj index 2cc7105..e66ecbb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj index 71c907e..8b2ef08 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj index 63d8fc5..e70b4ef 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj index 79bd5c6..e5926a2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj index c83f1d2..75b0465 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj index fb6bd2d..1a051ba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj index fe882bc..d6a9dbe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj index 456fdca..864932d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj index 4484091..352ed4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj index 1297fea..4be9cf82 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj index d6e6f2e..c0b5b0e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj index 9bdd6bc..1228e63 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj index 708b7dd..e1d65a8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj index c786eee..8ab29f4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj index 248ed5e..3261a5b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj index 04e6bc5..007e323 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj index 6a79b72..a67bfb0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj index 8c11186..f5ec51a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj index d9e1fc0..dc56583 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj index 8170b45..3c8f4df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj index 07e4214..a7ff694 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj index 74a0e2a..b3b5152 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj index f14599c..42c9cba 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj index 49b7fe2..f8bf8a2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj index 6ffd270..9d13c31 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj index 12aa8d3..ad1437a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj index 8044a90..c51583b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj index 6628922..286865f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj index fcb69d5..9245a33 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj index fbba32f..b4bf083 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj index 251be61..d3afe1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj index 521c92e..4ed1820 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj index 012a81c..f71b305 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj index b3e5063..a3b235f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj index a127ac4..8ea6d90 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj index b1221d3..f265d7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj index d2bcef0..a98ad77 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj index e8fce67..921cfa5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj index 3f526f4..658508b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj index 82f260c..d8eb829 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj index 3d76da1..41d1ed1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj index 2ca16d2..5c02a03 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj index eef4687..222a4ae 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj index 82a7b9e..800e6f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj index 6da49ac..991825d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj index c895446..0f3629b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj index e05b67a..1868f06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj index 35230c5..12b33fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj index 156b16b..aaa2b06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj index 4852153..0a467e6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj index 9fc0565..39439f9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj index 36c271d..846df01 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj index d1e50f1..5902ff5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj index e2a020a..355e570 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj index 0b3a7f9..401ddca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj index 8c4dca60..1ab0c20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj index 943958f..5f0560a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj index 010b4a6..e636dd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj index 6c9b22c..4589e67 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj index c15b438..a8ee97a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj index 55b0d8c..902509f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj index ae7b963..ae18af3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj index f08db5b..8c5c75b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj index 7cde284..a496316 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj index d854a94..9ba78c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj index 88e7b15..1d83e6f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj index cedbb6c..f55060f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj index b95bb5f..9315b95 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj index c507498..2baf35b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj index e091a34..8132008 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj index bbc9aa3..ad61d31 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj index beeac21..1bf3a1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj index bdfc1aa..03ef19b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj index 913bc50..8176176 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj index 63b8f08..1528c99 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj index 29848ba..ca9d25c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj index 7b0e794..e5394ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj index 4913347..f0cf3ed 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj index 73978da..fd8922a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj index bf631aa..78f64eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj index 37a2fe0..195256b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj index 31716d0..d719a2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj index 6138df9..6085af0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj index 654f53f..23ac9c2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj index 210bfa2..aa18a66 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj index 1343ce4..bc6a06a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj index b7f7f0e..5870730 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj index 7853b5d..bbfa9b6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj index 1f9c63b..f2a4de1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj index f6f1801..6190851 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj index 6b86872..d428a3c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj index ddd7cf7..1486330 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj index 04cf0e9..05c4ad4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj index e7afd4c..7c68e82 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj index aa27571..29311c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj index 87a8bbd..7f7d596 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj index 1644ece..3c2e1ca 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj index 9a823e8..66eef88 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj index cef10c9..65da583 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj index 3ff6a9b..6042dd0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj index 5536aa1..98870d4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj index 7b5a7dc..f270721 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj index 2a2bcf2..21099d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj index eccaf66..b8174f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj index bc69c56..77cdfff 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj index d97cc8c..34932f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj index 9a7b290..b58ab30 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj index 5e1ac22..53d551c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj index 45ce5a5..c62d9f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj index f7515be..d8fdfc3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj index 91813c4..c95bb7b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj index d2d40a5..a252a1a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj index 1183806..82efa2e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj index 50a5514..61673a9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj index 6ee3980..951bbbf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj index 7f234e6..fc121bf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj index f75287f..b684b67 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj index ef46e66..98bd904 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj index 20cedf2..4119af2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj index 11b1bb4..acea2b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj index 71b6926..ccec436 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringChars.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringChars.csproj index b55c608..f88354a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringChars.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringChars.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj index 9116145..6a4c58a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj index 70cfc36..78bacd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj index 31252d7..0f00954 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj index 1c37e35..186f723 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj index c0f4d7b..a73d9a1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj index df6cd4e..fbae476 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj index a1be2be..03348cd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj index 56aa097..863386d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj index 8ef833f..946a5cf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj index 25a76ff..4adf3bb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj index 8310db0..36f0782 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj index ed9553a..85d9bb3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj index 7256a63..b3b01a5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj index 8640858..3aafdb4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj index 8831cd5..8e6ce6f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj index 4974390..e5f2caf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj index ed19b7b..4d0c3da 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj index 99b3d23..8a03e06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj index e31952b..ee7b104 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj index 578bdb2..cd8d093 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj index 039f310..3b999e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj index 66ba50e..b52eb21 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj index d997c62..a87b0df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj index e30bdf5..f0f7a68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj index f37ef9b..a4fdcbe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj index 8bb3b5d..7aa74f4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj index 4f95af5..f450152 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj index 9f5b478..20533ad 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj index e019648..79de900 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj index af66f13..9ab9303 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj index 80efdca..10186fe 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj index 1a362de..8a78ec9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj index 6573334..4395ac4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj index c9a5910..90db46f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj index 73e76bd..b13a1ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj index e5d82b7..5ded94a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj index 52d7238..7ff7162 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj index ad9de87..04f0817 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj index de6565c..0d8c220 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj index 40ffa09..6a06a11 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj index 273e018..e28c12c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj index cd3cae2..033cecb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj index 13c85e8..9bcc584 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringLength.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringLength.csproj index 9756239..4d51f19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringLength.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringLength.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj index 204b1a9..18fed4d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj index c133fbf..1cf9e6b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj index d82452a..bf5c845 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj index 1f117d6..abc4dbb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj index 82d09a0..f75793b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj index 25894ec..86adbb0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj index c8bbad4..107e520 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj index 8250efc..4e7f9c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj index 50b5928..0c11f9b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj index 7824a2a..093a5c1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj index e261d07..3e59c1d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj @@ -7,12 +7,8 @@ 2.0 {95DFC527-4AC1-495E-87D7-E94EE1F7140D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildAndRun 0 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj index f0a6d5a..85478fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj index ac680c1..162db23 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj index fe17002..31ad428 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj index 7de0166..c5896f8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj index 91f2699..d1a039d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj index caba210..d359002 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj index fbf6dbb..e3fc8d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj index d536208..c36b863 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj index 9a64cfd..af2c1c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj index 4271a2c..ae18b45 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj index 3c160f0..5f1b68e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj index 773384c..468d5bce 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj index 4d847b4..dd2f37a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj index d217bd4..918b049 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj index d0e0732..d48ee48 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj index f1afe69..0c5250f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj index 92c9505..9cca71a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj index 9bc0f5c..e30400d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj index f33ce7b..52daf82 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj index a2f87c2..9578389 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj index 38029f3..76c022f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj index fc24095..c92cb45 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj index 36214aa..80084a6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj index de38a17..cc1b28e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj index b2c795d..49f52f4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj index c527e0c..7d04c14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj index decdb22..1952401 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj index d233d9e..a243e3a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj index 16b79f0..7e14192 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj index fa49aec..c5370dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj index 80b2290..839070a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj index 1664c5e..94f4e2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj index eabec11..b67ce92 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj index 3aa91ed..9feae4e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj index 2b5b3d6..dcbaa40 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj index 4575839..fe26cdf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj index ebb479a..88624e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj index 3ec9b3b..4053672 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj index 88fcc54..a75e93f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj index ac44837..ff091f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj index 2cb3dbc..e097cfd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj index d269590..3351eac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj index 1e6d122..1eab7d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj index 26d8893..8f69ae3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj index 93cbdf5a..8f48e18 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj index 3448a0c..34664a6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj index 544694a..8f8eaa1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj index 17ea376..6dac4b9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj index 473731f..f9a2862 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj index 77644c9..3cbb020 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj index 17b19b8..af09637 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj index 5b07323..9b96d62 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj index a2fd3a0..7c76d43 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj index 00a1f70..dfbee86 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj index bdfb1a8..77d3e38 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj index 9145798..4bf3e05 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj index 5e6b55c..a10b908 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj index c7c4363..04b1bc3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj index 7453acd..45532c8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj index 8758d6e..7eb547d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj index 5628211..9dd452e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj index e444003..0a04553 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj index 19a87a0..ac3e37d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj index 2ed589e..a9ac03e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj index 7547a64..91c91d9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj index ad96b18..b1f7cee 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj index d780323..8ce65ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj index d5e6f40..c376053 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj index b20656e..147d155 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj index b4f8d11..6d2a776 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj index c9dcb6d..f84544f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj index a083eb3..3478526 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj index dc0aa3f..b0a760e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj index 4fe4d7a..113a680 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj index c85de5b..2fc468e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj index e448ea2..f02da0a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj index 949ce37..76cb6fa 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj index efc2275..af83b4f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj index 217151c..a35e2b4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj index 59d5696..12f678d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj index 63b8bd7..9e361b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj index 64dc05c..5cd824a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj index 3d39d76..8483d9e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj index d0263b9..58a3814 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj index 10dcca4..8b8d639 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj index 629c8c8..db39147 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj index d79d3ed..0176240 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj index 5d67a4a..8c3508d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj index a993b1e..1f6daa3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj index 5789a87..c36bec6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj index 740395e..92fda70 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj index f204e3e..9cb20e3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj index c95a927..2c04b1a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj index 9219b1c..fa2e35e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj index 97eccf6..1ad4637 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj index 592beb8..730a60b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj index 9ff5750..bb7ddbc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj index b12b1cb..84b9dd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj index 227918a..0508006 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj index d83d15f..2949355 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj index ea8813b..b075874 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj index 97f9991..e0ed8f1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj index 451089d..7539c3b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj index b54e6c4..b03451e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj index 0074c87..a233e4a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj index 33bbc9b..6b240ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj index 6798d02..96e57e3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj index 471c5a0..770c382 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj index 911d008..8aeaf42 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj index d88ce25..d836c0e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj index 51a7d9d..34cfa18 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj index fb5df3e..0869eeb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj index d3c76a9..cda2355 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj index 733fc93..0a688eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj index d8b844b..e5b629e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj index a456012..742f38e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj index c1d8362..ebe0e5c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj index ba21cfa..2116e93 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj index fbe3d31..de065f0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj index f0f5b34..51a89e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj index c316305..d1411b3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj index 2d4ae14..ff667f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj index d1fcaa9..e5299b0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj index d5ef5ec..c02fb0a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj index da3751d..7b5df68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj index 3e77979..073b5bf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj index aef0a8d..5b1c422 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj index 6805b93..e9be8c5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj index 36408d4..b49a81e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj index 962f1ef..2e8b004 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj index 4ee8578..6b92529 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj index e08bcbe..fef6038 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj index 40dbaa7..5aa52f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj index a7fe800..2981c24 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj index 550baf9..c6c7ec3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj index bf24dd7..c24eed35 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj index 4eb114b..10c2fff 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj index cf5566f..ffff96f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj index 83ce4f5..18f4f00 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj index b5451b2..e334ce6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj index 48545fd..efc3b0b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj index 860a761..7c0a33c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj index 54662d6..e7513df 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj index b85bc60..b5f2bf0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj index 35721b8..effe100 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj index ddecd77..56094c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj index 7908613..f23a5a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj index 3351c72..56e9ccc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj index 4d9cc04..9df39d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj index a654fdd..0fda892 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj index 9017b72..071d62e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj index 9b7052e..de8ab52 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj index 13a4fac..986ae19 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj index 48bcbc9..1db260e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj index 5789dae..7491f06 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj index e2fbca0..e2c8624 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj index e4710a3..98c29ea 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj index c5e2d6d..f0174ab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj index 1a8754a..3f8d61a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj index 7d2d6e4..99c62dc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj index d1f58a8..589c64b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj index b656709..592b5c8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj index f1284b7..cffc0e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj index e495091..4f16712 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj index d28c5d0..364806c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj index 58d1ed3..bd44479 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj index f5dd6cf..ca4e874 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj index 2bbcbb7..691a7f1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj index ce8a17e..5c66d31 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj index 13c5bfd..7aa7e2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj index e4f69cb..3d7963c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj index d91d2fb..cc5f618 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj index 8fb88df..058c80e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj index 558e1c8..28271130 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj index 4b34529..99455300 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj index ce7f75d..7312aac 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj index 149f478..f8e6704 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj index 1b1f657..ac0248c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj index 5a6c8ce..3a1a965 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj index e0fb1d5..a7f8c6e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj index 11c949e..a19d626 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj index 85a404e..b52781b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj index 45d2d55..f09aed5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj index 558042e..fa06942 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj index 2e62142..1103f53 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj index 928823a..43cf5d0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj index 1d35b2a..c8a8c20 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj index b083ec8..9ac01f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj index e9962d2..4c31ba5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj index 9c4f870..6370b28 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj index e39cab3..8c19ad4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj index d591120..22ec6c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj index a9b5e21..fba1b4b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj index 666ab8e..1c96388 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj index 83375b4..8c6f6c9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj index 4341bb3..0a98493 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj index 0ce68ff..a38c151 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj index e70641a..7ef5452 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj index 3dc0453..30f7ca1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj index 1029198..3172c03 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj index 6930d85..7f7c71e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj index a5a51bc..c75958a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj index e0c4a13..75caecc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj index 8f5024e..6bb2a68 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj index 5611e15..c2f906f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj index ac6cabf..6a0e0bc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj index f3575eb..7f9615f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj index 74e0ac7..2bbb239 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj index b0b6d57..7f6c159 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj index 85c92fd..7bbe3a2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj index 478d6f3..4e23282 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj index 23fb488..2279c64 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj index 701e766..7b25b8e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj index a29abac..4b7581f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj index f968a0e..1488f92 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj index 6da5512..f4e663f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj index 482d8b1..45d4e9b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj index 80fdb88..e1a8b2f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj index cbf572a..101fa85 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj index 2f898f6..9923db9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj index 6837fdd..5ddefb5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj index 91115a7..f311bb7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj index 44f4642..f6d1786 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj index 32e8641..ff10b9e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj index ea526d5..ea19644 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj index 57754ec..91cf0c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj index b666541..695a148 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj index 4b57290..3cdbaf3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj index 093fc54..e5e73a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj index 1638229..292f973 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj index ec6e979d..5e4d56c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj index 58d03cf..3fc53a4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj index 5b2fbf7..fa0a0fc 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj index be43858..8e3376e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj index c88b39d..c8a0423 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj index 2ce7d80..36fa138 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj index 6b9d7bd..8e57df1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj index 1504221..f65ffb3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj index 950af6b..a3b442c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj index ca683ba..54c2c15 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj index a6ac8cd..e70827f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj index 48c082e..1175871 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj index 3e831d0..9542b14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj index 8d6aa0b..8d4a47a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj index 85ab6d2..7e84b6a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj index c5efb91..2712e36 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj index 438f892..16c86dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj index 43cfa74..5c83d78 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj index 77032a1..33a9351 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj index 9bbba71..1557ed7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj index 89734d2..7fa4cf4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj index a47f65c..e2a4b02 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj index 2a93838..1467a67 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj index d0d5d50..821e2e2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj index 5d9a3e2..16e0123 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj index ed0d595..f77841e 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj index a9f4b74..b7ffb3a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj index e56a57a..05f7152 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj index 25f0978..3711553 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj index c7a31e3..46c3b14 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj index 91ccf18..9351ad2 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj index b3f74d4..a719d10 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj index 36e22ee..285890d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj index dc29f3b..4bd885b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj index 69f919e..5e99347 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj index e3d7864..4fd243c 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj index 19d821d..a2eba63 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj index adc08df..8e7918d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj index a07a48a..ff91223 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj index 165f25c..2aed669 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj index 84f8043..0afb8ad 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj index 0eef200..0b0a50f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj index a19cce6..d50c6e9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj index 2be022a..9836ddd 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj index a2d05cd..0a0b286 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj index cafec99..2a1c4f3 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj index 7095a84..449bcd1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj index 5cbd0d9..04d96e4 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj index abe509a..3c4771f 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj index 5fa0dff..bda1cab 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj index 087328f..5f18bd8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj index f6be59d..1d942b6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj index f36ae03..0d85fcb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj index 28b995e..ab58218 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj index dd33407..1db2a88 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj index 238fc30..0948658 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj index 4ef7bc1..9d6f0bf 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj index 094aeb2..8428613 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj index 1c268ba..6986a65 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj index 5581805..7159725 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj index 84673c8..35ebcf8 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj index 131278c..3ca8e64 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj index 6b0ce0a..379c241 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj index e913321..a25e4d9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj index 69050ee..c765258 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj index 7d7f1dd..e2c9def 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj index 4d87714..71daf43 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj index b0d9a1d..a82948d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj index d8023e5..3e045b0 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj index 3707a4d..5c18302 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj index 7f70a7f..92e034b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj index 119130c..6cf1fc1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj index 976a13b..cb233d5 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj index 3ff809f..4bb358d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj index 8de3ac3..30600eb 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj index 5e346c4..b20bb4a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj index 6686abc..f101b42 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj index 5d5fc18..e077a51 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj index 0b9f8c1..5e1db0a 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj index e6de823..6c654f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj index 11d48dc..9dc2e25 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj index eb529bb..135bcb9 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj index a99692d..4c4dfe7 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj index d59c450..683f18b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj index 306e7f6..09d6fa1 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj index db5e08d..4e7d4ec 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj index 565e47c..2361c0d 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj index 7d2b543..c87b53b 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj index 1cbf48d..7ce7c83 100644 --- a/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 true diff --git a/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj b/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj index a8a3c35..070b617 100644 --- a/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj +++ b/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj b/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj index a8a3c35..070b617 100644 --- a/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj +++ b/src/coreclr/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 ca33dcd..8b8f226 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj b/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj index cc2941e..920d19f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj b/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj index 4e883b9..6464b17 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 5a39b75..d1c0146 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj @@ -6,14 +6,9 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true - false 1 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 dd18b75..4863347 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 6e2506a..786d73c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 8765fd8..d9a1889 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 5ccec93..f73b2e1 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 7f64437..90f0e1e 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 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 8e548b6..97ed8c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f64d30c..47d4d85 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 741ee6c..29d6232 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj index 9ddf319..5600b3c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj index b43b589..07f4938 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj index e785333..842cb20 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj index 6c6c1b7..65b9159a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj index 9ddf319..5600b3c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj index b43b589..07f4938 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/exception/Data_Helper.csproj b/src/coreclr/tests/src/CoreMangLib/system/exception/Data_Helper.csproj index 5680c52..0155b7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/exception/Data_Helper.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/exception/Data_Helper.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj b/src/coreclr/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj index a81db8d..065c6dd 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj b/src/coreclr/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj index a06f618..c6b0ee6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj index 6c72c4b..ba2b8af 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj index 8005b04..208997d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj index 5fda00a..c4a71c6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj index 3851801..ec5f0e8 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj b/src/coreclr/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj index 224a75d..7e078b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/CoreMangLib/system/version/Version_Parsing.csproj b/src/coreclr/tests/src/CoreMangLib/system/version/Version_Parsing.csproj index 128ab0f..b1e5ba9 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/version/Version_Parsing.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/version/Version_Parsing.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj index e16a943..51f5dfe 100644 --- a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj +++ b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj @@ -8,13 +8,9 @@ 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 $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj index ee4c292..de6a884 100644 --- a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj +++ b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj @@ -8,12 +8,8 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj index 7f74647..d4a7c70 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj index f55a9b4..61aa463 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj index 7d9a261..a484e63 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/Collect.csproj b/src/coreclr/tests/src/GC/API/GC/Collect.csproj index e0c1553..c8e6815 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/Collect0.csproj b/src/coreclr/tests/src/GC/API/GC/Collect0.csproj index c05a214..7fd1c95 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect0.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect0.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/Collect1.csproj b/src/coreclr/tests/src/GC/API/GC/Collect1.csproj index 89b7fad..eab80cd 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect1.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect1.csproj @@ -8,13 +8,9 @@ 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 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 eb54db8..8800f55 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 @@ -8,13 +8,9 @@ 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 0 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 f567281..2f90200 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 @@ -8,13 +8,9 @@ 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 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 c8cd9de..dac1972 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 @@ -8,13 +8,9 @@ 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 2 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 6a0f9d0..6d49168 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 @@ -8,13 +8,9 @@ 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 0 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 e4bcbc7..1d6e49a 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 @@ -8,13 +8,9 @@ 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 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 a522759..702845f 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 @@ -8,13 +8,9 @@ 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 2 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 a192c6c..2f37bc8 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 @@ -8,13 +8,9 @@ 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 0 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 bfb638a..e3de7de 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 @@ -8,13 +8,9 @@ 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 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 f29ae64..a6f740b 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 @@ -8,13 +8,9 @@ 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 2 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 aeed79d..2827621 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj @@ -8,13 +8,9 @@ 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 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 f64f6b3..8a55f7d 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj index 70593cc..03dd25c 100644 --- a/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/Finalize.csproj b/src/coreclr/tests/src/GC/API/GC/Finalize.csproj index 3c72a34..383b326 100644 --- a/src/coreclr/tests/src/GC/API/GC/Finalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Finalize.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj b/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj index fb9b9ac..57691da 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj index 19072a5..343fb04 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj index 6b109e9..edafe56 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj @@ -8,14 +8,10 @@ 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 - 7a9bfb7d 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 391e029..032231f 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj @@ -8,13 +8,9 @@ 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 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 42ff74d..9e62ffc 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj index b1336d3..998ada0 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj @@ -8,12 +8,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj index 820ce94..21c9a0c 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj index f6cf1f8..263f3f2 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj index 0c21d81..a7857f4 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj index d28b9b5..8bfee7e 100644 --- a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj +++ b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj index 1fca719..1fc1674 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj @@ -8,13 +8,9 @@ 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 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 91e847e..842108d 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj b/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj index 93601b8..b397694 100644 --- a/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj b/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj index 1ca100f3..9a2b10f 100644 --- a/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj index 381c004..2e7de58 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj @@ -8,13 +8,9 @@ 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 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 7737fff..bd720d0 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj b/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj index 541b458..aabb5cd 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj index ff52694..99450c0 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj index abd89e8..d95ce9d 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj @@ -8,13 +8,9 @@ 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 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 962afa5..cdd222f 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj index 4efc3a5..29b2523 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj @@ -8,13 +8,9 @@ 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 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 bc96491..4ffca80 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj @@ -8,13 +8,9 @@ 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 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 c4d3742..177e5c1 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj index a6a0359..478e2bf 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj index b934870..a1e0569 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj index 6a40dec..96967a3 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj @@ -8,13 +8,9 @@ 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 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 4effbe8..62029e8 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj index 1cda49e..56a35de 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj index 73ca4da..43ac2c4 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj index 247d2bf..08b1476 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj @@ -8,13 +8,9 @@ 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 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 a2baa56..1176ea2 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj index f02c605..92dc933 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj index b0ed854..9a19241 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj @@ -8,13 +8,9 @@ 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 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 7201628..55968e2 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj index ea3afc6..dff0b10 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj index 268899b..129c954 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj index 63d71fe..f251ec1 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj index bd60afd..fa84088 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj index 5547564..5490413 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj index d2f614d..54f2da7 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj index 26bc923..b52abd3 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true SharedLibrary diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj index 6394523..570f861 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true SharedLibrary diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj index 28fd9fa..65ba9d3 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true SharedLibrary diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj index 449e98c..3224ea4 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true SharedLibrary diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj index 5ada5c0..1fef8a6 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj index 158fad3..aba9b0b 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj index 6b48494..c93bae4 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj index 6528f02..a21b9fc 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj @@ -8,13 +8,9 @@ 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 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 e5550cb..25191e2 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj index 34174dc..f157581 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj index b0ed854..9a19241 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj index 4f1ebbf..54de594 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj index 745a638..669ea50 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj @@ -8,13 +8,9 @@ 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 10000 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 74deaf8..0ba6721 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj @@ -8,13 +8,9 @@ 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 10000 track diff --git a/src/coreclr/tests/src/GC/Coverage/271010.csproj b/src/coreclr/tests/src/GC/Coverage/271010.csproj index 6bfb034..04c6f4b 100644 --- a/src/coreclr/tests/src/GC/Coverage/271010.csproj +++ b/src/coreclr/tests/src/GC/Coverage/271010.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj index 8fc6cb6..7a6321d 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj index 1060fa8..2304c58 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj @@ -7,12 +7,8 @@ 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 true 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 0c80943..b67ded6 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 @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj index 916e0f4..3c8a037 100644 --- a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj +++ b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj index c47263f..690e0d4 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj index 43d164a..f1c1ace 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj @@ -7,12 +7,8 @@ 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 true 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 cc5deec..e15f438 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj @@ -7,12 +7,8 @@ 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 true 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 9aaaa9e..f72bbc3 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj @@ -7,12 +7,8 @@ 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 true 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 7048db5..be5f8c8 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj @@ -7,12 +7,8 @@ 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 true 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 06d6df6..25f827b 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj @@ -7,12 +7,8 @@ 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 true 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 20f9188..d51c7df 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj @@ -7,12 +7,8 @@ 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 true 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 f5d5e4e..c78271a 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj @@ -7,12 +7,8 @@ 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 true 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 e385d2b..7cc3f4d 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj index 724031f..ebc5f36 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj @@ -7,12 +7,8 @@ 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 true true 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 2799df8..fb0cb4d 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj index 0aad5f9..34a76b9 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj @@ -7,10 +7,7 @@ 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 true 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 5ba3304..9740387 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj @@ -7,12 +7,8 @@ 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 true 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 1362d12..0277100 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj index 9ecaf00..2c63818 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj @@ -7,12 +7,8 @@ 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 1000 50000 true 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 b0e2ea4..9ece052 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj @@ -8,12 +8,8 @@ 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 1000 50000 true diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj index 8f79ba6..7e84c9a 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj index f3a3621..5bf6229 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj index 42ba45a..8a1f7a4 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj @@ -7,12 +7,8 @@ 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 true true 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 8e7c70a..f0c64dc 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj @@ -7,12 +7,8 @@ 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 true 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 1eae248..11eb346 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj @@ -7,12 +7,8 @@ 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 true 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 7df95a4..184d71c 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj @@ -7,12 +7,8 @@ 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 true 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 774cdd4..1fdd8bd 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj @@ -7,12 +7,8 @@ 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 true 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 08a96ce..72009cb 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj @@ -7,12 +7,8 @@ 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 true 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 8abb625..ffd32bd 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj @@ -7,12 +7,8 @@ 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 true 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 d84f2ae..b62b642 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj @@ -7,12 +7,8 @@ 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 true 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 70a990b..4e82047 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj index a4b3e86..a10bed1 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj index ec88794..941d1a3 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj @@ -7,12 +7,8 @@ 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 true true 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 70a2a22..132efc4 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj index aeb237d..ffe296d 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj index 21398c5..efa0ab1 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj index c631399..e10aa89 100644 --- a/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj index 2b3f8e4..01e10ce 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj index 865f171..ea377c0 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj index f7de933..e853397 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj @@ -7,12 +7,8 @@ 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 true true 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 2799df8..fb0cb4d 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 @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary 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 2536f06..6b99b05 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj @@ -7,12 +7,8 @@ 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 true true 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 e5d7b2d..b29c980 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj @@ -7,12 +7,8 @@ 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 true true 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 86f2ad0..d4cb7e1 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj @@ -7,12 +7,8 @@ 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 true true 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 3fa2470..87929e3 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj @@ -7,12 +7,8 @@ 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 true true 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 fc3c54f..93fe4b8 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj @@ -7,12 +7,8 @@ 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 true true 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 0f3193a..2c5f2c9 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj index 697a854..cb1f7fe 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj @@ -7,12 +7,8 @@ 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 true 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 68da858..1afc2ee 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj @@ -7,12 +7,8 @@ 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 true true 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 e80685c..4575445 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 @@ -7,12 +7,8 @@ 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 true true 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 9b9f7d4..6556305 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj @@ -7,12 +7,8 @@ 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 true 2048 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 135258d..c4e5e2b 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj @@ -7,12 +7,8 @@ 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 true 2048 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 d3f38f6..3c56022 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj @@ -7,12 +7,8 @@ 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 true 2048 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 aea59e6..8599b42 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj @@ -7,12 +7,8 @@ 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 true 2048 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 cc08833..64ffadc 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true BuildOnly 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 36acd46..e982e5f 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true BuildOnly 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 6b64acd..2486698 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj @@ -7,12 +7,8 @@ 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 true 2048 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 27cf73e..082002d 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj @@ -7,12 +7,8 @@ 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 true 2048 diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj index 25b0b79..7ab559b 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj @@ -7,12 +7,8 @@ 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 true 2048 diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj index ad6f5b1..3758ee6 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj @@ -7,12 +7,8 @@ 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 true 2048 diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj index cc08833..64ffadc 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj index 36acd46..e982e5f 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj index 725fa57..5f51676 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj index 95ec1a4..5aba151 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Performance/Framework/GCPerfTestFramework.csproj b/src/coreclr/tests/src/GC/Performance/Framework/GCPerfTestFramework.csproj index d013349..81c380e 100644 --- a/src/coreclr/tests/src/GC/Performance/Framework/GCPerfTestFramework.csproj +++ b/src/coreclr/tests/src/GC/Performance/Framework/GCPerfTestFramework.csproj @@ -7,13 +7,9 @@ x64 {07501894-7A01-4A0D-B9A2-3C72799A68BA} Library - Properties GCPerfTestFramework GCPerfTestFramework v4.6.1 - 512 - - diff --git a/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj index 139d5c5..600c124 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj index 3133000..29fbed5 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj index dea29de..88560d8 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj index 19db0ee..a73edc0 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj index 5fcfedf..d0d6940 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj index f2c9798..0f395d7 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly 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 e369e8b..b625223 100644 --- a/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj +++ b/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj @@ -7,12 +7,8 @@ 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 true 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 5ce71fe..04fad3a 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 @@ -7,12 +7,8 @@ 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 true true 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 2e482c3..615160d 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 @@ -7,12 +7,8 @@ 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 true true 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 2e482c3..615160d 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 @@ -7,12 +7,8 @@ 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 true true 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 3cf41e2..f20c392 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 @@ -7,12 +7,8 @@ 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 true true 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 8135557..07ffa34 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 @@ -7,12 +7,8 @@ 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 true 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 5508ad5..dafcb6b 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 @@ -7,12 +7,8 @@ 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 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 fc9548a..90a383c 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 @@ -7,12 +7,8 @@ 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 true 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 4bf8dea..8ebc88a 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 @@ -7,12 +7,8 @@ 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 true true 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 eb5ce49..190fa61 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 @@ -7,12 +7,8 @@ 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 true true 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 5af63de..92f9457 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 @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary 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 9ccbd12..37dd937 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 @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary 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 fe23500..28cece9 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 @@ -7,12 +7,8 @@ 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 true true true 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 1a2ff19..ba6a192 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 @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj index e67be53..c5a6bd0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj @@ -7,12 +7,8 @@ 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 true SharedLibrary diff --git a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj index 8c7af0a..f75f2b5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj index ebfc81d..38d853c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj index ea77bd5..9a95cbd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj index b694da5..8691d79 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj index da2375c..64d9eff 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj index f3c23d0..cfc6ed6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj index 25203aa..de54efd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj index e810bd5..f1c69c9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj index 5de655e..2c78d86 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj index 81fdb49..0bc8e5a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj index 572a0b4..1239176 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj index 9be6fca..33f2188 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj index 66aecf1..55016b5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj index ae43054..30e62fd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj index 120851b..819dd38 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj index 975bb480..e9c8a75 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary 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 935b2eb..537fd3b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj index 93f15d9..ba0824f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj index c7f3b80..564e215 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj @@ -7,12 +7,8 @@ 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 true 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 c7f3b80..564e215 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj index 0fb22fe..f2bc4c3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj index 5e385f06..4851452 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj index ff63324..9fa3eb4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj index c4b364f..1138a71 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj @@ -7,12 +7,8 @@ 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 true true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj index c1da855..973be03 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj index 71fb1dc..64936d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj index abf0274..6858ceb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj @@ -7,12 +7,8 @@ 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 1000 40 191919 true diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj index dadbb7f..9fa5fc1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj index 6453511..77fdaea 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj index 7b34ead..102ef2e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj index a550993..1180a0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj @@ -7,12 +7,8 @@ 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 ..\..\ - 7a9bfb7d true true SharedLibrary diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj index a8ff14e..a3440bc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj @@ -7,7 +7,6 @@ FinalizeTimeout {3B0E8096-79D4-413F-9010-F68DF90073B5} Exe - 512 true diff --git a/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj index 017b6cb..f24a554 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj @@ -7,12 +7,8 @@ 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 true 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 46d75b3..075d830 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj @@ -7,12 +7,8 @@ 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 true 3 100 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 048b07d..23f6cb9 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 @@ -7,12 +7,8 @@ 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 true 8 100 diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj index 79dea0d..f2c5452 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj index 28bf631..efa945a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD BuildAndRun 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 52970ad..654b0c0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a3ad3bc..e6175d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4 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 c10d236..239b25a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 0d0bd63..1feac43 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 d64b166..bfe48cc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 067ee9f..5f91511 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4 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 c5d2f29..0237f45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8 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 769e1a9..6650b34 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8 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 04b0415..4f59479 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 8e7e4a5..fa9c9f1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 5d17cac..92a1762 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8 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 ff730ee..5c78209 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 d1e8f1f..296ee60 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4 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 fa915a1..b73d306 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 31e270b..fe2e15b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8 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 45154fe..61643d0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0 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 7425ada..8ecfe41 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 7425ada..8ecfe41 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 60996fd..69ce1e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 60996fd..69ce1e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 f362e9b..502e909 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 1c8b091..2e2189a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 517236d..a0a47eb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4 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 9f04fd8..8edc30e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 5c1ba8c..92bf92d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 a636c1f..b75f357 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 01a9609..173a5b7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 b24a4c0..24f68a7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 a9b23c8..c9240fc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 094f7a3..204e748 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 2799bcc..307ae1d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 bc5ca26..5a3e3ef 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 0a61098..d0e9489 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8 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 7492550..e1c3780 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 506206f..381546a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 e1d8720..52f3125 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4 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 844f3e9..18e945c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8 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 f682d17..2dd4d3f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0 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 51c896d..86cf5d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 8c3a304..556dec9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 51c896d..86cf5d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 889f637..3c7a845 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8 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 c95c275..f0939f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 953ed5b..b57c895 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 ec82fd3..6b6d647 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4 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 7902bdb..5e3b6f9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8 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 6fccb86..324818f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0 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 6ec55d5..e41ce7c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 16eb29e..e3696e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8 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 48690d9..4ad88f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 8c3a304..556dec9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8 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 f072358..25b51b6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 dbb960c..dfb58ec 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8 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 3574026..52133d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 6d239a6..d3496f2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 31554ff..2d2d584 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 e8bff83..6a7886e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 4fe7d71..fd3f1ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 026cfa3..4916da2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 c555d77..ae0f990 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 cccb593..d00ec0c84 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 a04eb3f..abc4bca 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 ce1beaa..ca85435 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8 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 611642d..8c62ad4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8 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 2f40446..fe193fc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 e00f2f5..eda59d7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 fa915a1..b73d306 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 0d0bd63..1feac43 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f362e9b..502e909 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 7492550..e1c3780 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 c5d2f29..0237f45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 095832a..59d9d95 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 effa6e6..98c663b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 e8ab911..081c535 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 01a9609..173a5b7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 c95c275..f0939f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 72383fd..4314e03 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0 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 8fd4c88..987f8b9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4 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 8fb834a..3835ed8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4 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 a3ad3bc..e6175d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 e59b54d..9c99e49 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4 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 c5d2f29..0237f45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 a8e1814..5497115 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 d230189..49adca1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 c5d2f29..0237f45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 57aa706..6768f71 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 d230189..49adca1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 57aa706..6768f71 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 095832a..59d9d95 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 09fa9fa..637fd0a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 f04be7b..2bd3440 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 cf5c8d6..da16747 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 095832a..59d9d95 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 c57f18a..e9e5657 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 f8843a2..cdfeacc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 67d3756..5708e61 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 f4f651f..f23481f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 98851af..0ee20fd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 7362a8e..bf23c11 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 09fa9fa..637fd0a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 9cc09c6..ff1589f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4 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 44d3eff..913cea9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 c1fe922..6fa364d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4 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 efcdab0..21fc786 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 778580e..b36daba 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 ea2db4b..74ad334 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 0e9d792..0b6dbd5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 7dbe232..89c9960 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 7362a8e..bf23c11 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 9beab8b..7aea973 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 f04be7b..2bd3440 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 adc336e..99e832c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 14b6724..0f42395 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 9cdd17f..a83cef5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 bb341bb..8c01edb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 703871f..af93e3a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 c204dee..0e94eda 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 862fde0..b2c25e1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 a56584a..72860b9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 95fa86f..e8edf12 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 78a9cb9..c38dcb7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 cf5c8d6..da16747 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 eb99304..1d24978 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 3d23b7b..bd87bd8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 1ad6e9c..27d9611 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 4ab8a5c..bf02001 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 1eaea60..2caa775 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0 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 a0d4479..54bbf07 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 9081154..4b154f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0 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 5638a03..e3b5a74 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 5872437..8ce1c45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0 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 d0539da..af08b87 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4 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 c57f18a..e9e5657 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 78a9cb9..c38dcb7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 b87addb..3b24edd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4 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 011060b..a24f9ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4 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 f8a39eb..703b8d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 a65f707..57275c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4 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 f8d7eb3..015f3aa 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4 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 cfe7ef7..104a94d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4 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 8d37b2c..7fa2c7f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4 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 fcd2162..bb398fa 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4 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 ef92fb4..c191514 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4 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 f8843a2..cdfeacc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 86efe43..475dfca 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4 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 bfcd0f4..df60056 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8 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 9caec00..9701414 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4 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 ba4150f..5b96924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 1686043..78b9f38 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4 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 ddd7aa6..48cae09 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 aaf833c..a9ff73b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4 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 2bfc480..c7875a0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 6ff594c..44ca346 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 171cef3..f0c4ec0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 67d3756..5708e61 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 092501d..212186b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 c706385..3075656 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4 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 6cb54a5..0cc14c9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 9b8e499..580874e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 2662377..e8bd6df 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 2167a88..5d6c472 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 f4f651f..f23481f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 52970ad..654b0c0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 98851af..0ee20fd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a3ad3bc..e6175d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4 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 c10d236..239b25a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 02f5b6a..1498c48 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 0d0bd63..1feac43 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 d64b166..bfe48cc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 067ee9f..5f91511 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4 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 769e1a9..6650b34 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8 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 04b0415..4f59479 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 8e7e4a5..fa9c9f1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 5d17cac..92a1762 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8 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 ff730ee..5c78209 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 d1e8f1f..296ee60 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4 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 fa915a1..b73d306 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 31e270b..fe2e15b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8 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 7362a8e..bf23c11 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 45154fe..61643d0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0 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 7425ada..8ecfe41 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 7425ada..8ecfe41 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 60996fd..69ce1e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 60996fd..69ce1e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 f362e9b..502e909 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 1c8b091..2e2189a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 517236d..a0a47eb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4 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 9f04fd8..8edc30e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 5c1ba8c..92bf92d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 a636c1f..b75f357 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 6358df8..1f8c3b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8 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 01a9609..173a5b7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 b24a4c0..24f68a7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 a9b23c8..c9240fc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 094f7a3..204e748 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4 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 929a006..6c67f89 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8 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 2799bcc..307ae1d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 bc5ca26..5a3e3ef 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 0a61098..d0e9489 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8 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 7492550..e1c3780 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 506206f..381546a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 e1d8720..52f3125 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4 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 844f3e9..18e945c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8 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 f682d17..2dd4d3f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0 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 9cc09c6..ff1589f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4 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 51c896d..86cf5d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 8c3a304..556dec9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8 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 51c896d..86cf5d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 889f637..3c7a845 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8 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 c95c275..f0939f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 953ed5b..b57c895 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 ec82fd3..6b6d647 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4 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 7902bdb..5e3b6f9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8 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 6fccb86..324818f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0 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 6ec55d5..e41ce7c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 44d3eff..913cea9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 16eb29e..e3696e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8 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 48690d9..4ad88f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8 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 8c3a304..556dec9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8 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 f072358..25b51b6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 dbb960c..dfb58ec 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8 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 3574026..52133d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8 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 6d239a6..d3496f2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 31554ff..2d2d584 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 e8bff83..6a7886e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 4fe7d71..fd3f1ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 c1fe922..6fa364d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4 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 026cfa3..4916da2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 c555d77..ae0f990 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 cccb593..d00ec0c84 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 a04eb3f..abc4bca 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 ce1beaa..ca85435 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8 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 611642d..8c62ad4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8 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 2f40446..fe193fc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 e00f2f5..eda59d7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 fa915a1..b73d306 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 0d0bd63..1feac43 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 efcdab0..21fc786 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 f362e9b..502e909 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 7492550..e1c3780 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 095832a..59d9d95 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 effa6e6..98c663b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 e8ab911..081c535 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 01a9609..173a5b7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 c95c275..f0939f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 72383fd..4314e03 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0 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 8fd4c88..987f8b9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4 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 8fb834a..3835ed8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4 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 778580e..b36daba 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 a3ad3bc..e6175d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 7019cde..d6acf36 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 7 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.1 -dw 0.0 -f 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 e94370e..87e1293 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f 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 a6c162f..610e7b0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f 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 fce90ba..daad480 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.0 -f 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 f6933d5..8d28d63 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.1 -f 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 ea2db4b..74ad334 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 ef92fb4..c191514 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4 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 0b00ccf..57f3e31 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 5c1ba8c..92bf92d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 0e9d792..0b6dbd5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 7dbe232..89c9960 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 7362a8e..bf23c11 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 9beab8b..7aea973 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 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 adc336e..99e832c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 14b6724..0f42395 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 8555f50..f9e01b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0 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 9cdd17f..a83cef5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0 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 bb341bb..8c01edb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0 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 703871f..af93e3a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0 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 c204dee..0e94eda 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0 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 862fde0..b2c25e1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0 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 a56584a..72860b9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0 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 95fa86f..e8edf12 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0 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 78a9cb9..c38dcb7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 eb99304..1d24978 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0 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 3d23b7b..bd87bd8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0 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 18bd79b..af0b6db 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0 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 1ad6e9c..27d9611 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0 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 4ab8a5c..bf02001 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0 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 1eaea60..2caa775 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0 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 a0d4479..54bbf07 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 9081154..4b154f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0 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 5638a03..e3b5a74 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0 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 5872437..8ce1c45 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0 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 d0539da..af08b87 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4 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 78a9cb9..c38dcb7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4 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 b87addb..3b24edd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4 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 a8e1814..5497115 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 011060b..a24f9ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4 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 f8a39eb..703b8d3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4 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 a65f707..57275c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4 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 f8d7eb3..015f3aa 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4 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 cfe7ef7..104a94d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4 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 8d37b2c..7fa2c7f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4 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 fcd2162..bb398fa 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4 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 ef92fb4..c191514 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4 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 86efe43..475dfca 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4 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 bfcd0f4..df60056 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9caec00..9701414 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4 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 1686043..78b9f38 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4 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 ddd7aa6..48cae09 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4 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 aaf833c..a9ff73b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4 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 2bfc480..c7875a0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4 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 6ff594c..44ca346 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4 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 171cef3..f0c4ec0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4 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 092501d..212186b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4 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 c706385..3075656 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 6cb54a5..0cc14c9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0 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 9b8e499..580874e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4 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 2662377..e8bd6df 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4 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 2167a88..5d6c472 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4 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 8bec5ac..d9b64ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0 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 9787e5d..e2a13b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0 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 f33f285..63d5b81 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0 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 c4ca184..70ba21d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0 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 a9aeb9a..6494837 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0 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 eca7296..c4289b8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj @@ -7,13 +7,9 @@ 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 - 7a9bfb7d true $(DefineConstants);STATIC;PROJECTK_BUILD -t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0 diff --git a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj index 278586f..0be4d08 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj index 2da3dfa..67f5486 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj index 8afa1e6..8d0bca9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj index 8242df6..773fdac 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj index b2a8e3f..73c82a1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj index e9b7716..0cdb58e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj index 0a7d465..fd52d51 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj index 4c17c9b..b8dbbcd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj @@ -7,12 +7,8 @@ 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 true 7 40 4 77 diff --git a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj index c2a22b8..fc7541e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj index a292c8c..1f59454 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj index e74a5353..78c14e6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj index e5adb35..4f027e1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj index dff52fc..a63c15d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj @@ -7,12 +7,8 @@ 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 /numrequests:100 true true diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj index 9b18cd7..9f0d0c8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj index b91a0b3..a19508b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj index 303eebf..6f36c3e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj index dce110a..186e210 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj index 3002bff..4e34d25 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj index 5556a90..dc387b2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj index de33fdf..e5ee90e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj index 9dd878b..7b42bd1 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj @@ -8,15 +8,11 @@ 2.0 {65972FF1-AE77-4CB3-B31D-9CA483DD9E2E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildAndRun 1 testmix_gc.config /maximumExecutionTime:-1 - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD diff --git a/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj b/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj index 80c7060..435b9f2 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj @@ -7,13 +7,9 @@ 2.0 {884433BE-EA75-47B3-828F-B9EA730D5582} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj index 2c26789..011c534 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj @@ -7,12 +7,8 @@ 2.0 {ED6A3929-8D0A-42E8-B47C-6AEBB5B437C2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj index 1af3b91..7d19dbb 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj @@ -7,13 +7,9 @@ 2.0 {5B265761-E669-45A0-ACBC-E201CEEB6FB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj index 98324db..a055d94 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj @@ -7,13 +7,9 @@ 2.0 {027838C9-88D1-43A2-AA53-C060E01D6008} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj index 7ba96b5..563a0d1 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj @@ -7,13 +7,9 @@ 2.0 {4CC5E4AA-510B-4007-8030-FE75A03D4384} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj index 3d44a20..de229f1 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj @@ -7,13 +7,9 @@ 2.0 {2F639404-9C80-4998-ADA0-DC14AA08C345} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj index a2eb55f..0d30ccf 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj @@ -7,12 +7,8 @@ 2.0 {5178EA44-6E0E-4FAA-9EEC-7D006003A2D3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj index 0dc3f41..30d82bf 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj @@ -7,12 +7,8 @@ 2.0 {7D8EC37D-E2C9-4688-91DF-D3BF6B437FF2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj index 5ec112c..8309f11 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj @@ -7,12 +7,8 @@ 2.0 {C0433D66-2D49-48BF-A0ED-F165724DF311} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj index df98c78..20a85fb 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj @@ -7,12 +7,8 @@ 2.0 {E7191BC4-3001-4CE4-85C3-9A017F0EB574} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj index e4564a7..f13ba05 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj @@ -7,12 +7,8 @@ 2.0 {3A3DCA9E-180C-4A8B-9617-0B9AB25CA1F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj index c5d45b1..a2c778e 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj @@ -7,12 +7,8 @@ 2.0 {41634CFB-AEEF-4F43-8185-8103B11F8F63} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj index e66a7ad..1001801 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj @@ -7,13 +7,9 @@ 2.0 {87991D6D-22D3-42C8-9293-E46A70945090} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj index 0ee5d70..9f925de 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj @@ -7,13 +7,9 @@ 2.0 {75DB9E96-7CC5-437A-87A5-85522502107F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj index aa1a289..e295c28 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj @@ -7,13 +7,9 @@ 2.0 {439D8731-D45B-448B-8350-166E614A32C9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj index 2223257..5a3606f 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj @@ -7,12 +7,8 @@ 2.0 {97F5A396-20FA-4CF7-ADEE-D90EDEA45E1F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj index 8d3b9d1..80953b7 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj @@ -7,13 +7,9 @@ 2.0 {DE79BE8C-2F24-4917-BAA0-39AE21C1006F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj index 5dc5079..944bc79 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj @@ -7,13 +7,9 @@ 2.0 {CB644C00-AAB0-4E15-90B4-4E30915CAD29} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj index 22444c5..41ef5d0 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj @@ -7,13 +7,9 @@ 2.0 {6C3F87D3-7402-4B3F-8B38-910C56A1BF9C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj index 19904e5..1bc7086 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj @@ -7,13 +7,9 @@ 2.0 {4A36330F-5D98-4EB5-AA0A-D143EDD5E79B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj b/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj index fcd05c7..d383088 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj @@ -7,13 +7,9 @@ 2.0 {814622D8-13DE-472B-8AEF-E5E079A3EAAC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly 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 fc1e240..8b8dc82 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj @@ -7,13 +7,9 @@ 2.0 {8688C7A2-DBC1-4FA3-A9FB-A25E1884CA00} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj index 9801581..c29e53b 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj @@ -7,13 +7,9 @@ 2.0 {AE9A01FB-EC5F-4C56-BB66-C69FB3D5018C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj index 0b05441..5d69f49 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj @@ -7,13 +7,9 @@ 2.0 {9A2EA55B-7568-4B71-BC4A-2A5ACA0AA555} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj index 478b6d4..58971ab 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj @@ -7,13 +7,9 @@ 2.0 {45D8732A-3994-46BE-A6F7-B6FCB4D66E56} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj b/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj index 904dcc5..c8d43e3 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj @@ -7,13 +7,9 @@ 2.0 {60AE03B0-7EE2-4EA5-A5D2-B95CA5F48E3B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj index 06452f1..ddbf46e 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj index 8584c0d..cb68120 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj index 531665d..9a158cb 100755 --- a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj +++ b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj b/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj index 96a3eac..ffe5b64 100644 --- a/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj +++ b/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/ICastable/Castable.csproj b/src/coreclr/tests/src/Interop/ICastable/Castable.csproj index 7c96d7e5..c9ca018 100644 --- a/src/coreclr/tests/src/Interop/ICastable/Castable.csproj +++ b/src/coreclr/tests/src/Interop/ICastable/Castable.csproj @@ -8,13 +8,9 @@ 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 $(DefineConstants);STATIC true diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj index c16125a..b24fcdd 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj index 926e25d..b0e256a 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj index aa385cf..7f8d0d7 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj index 9dae762..1f696ed 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj index 4682f80..d3410a0 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj index dbd61a2..8b2c02a 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj index 3b585b3..71eb326 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj index 4c4b732..72d074a 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj index 3c77080..fe86cd2 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj index 6c67da2..9f1bc7b 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj index a8ef547..6ef3c98 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC 0618;0649 diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj index 73db4a6..4bc3b63 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj index 56c7142..da6e9cd 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj index e30592d..b02b40c 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj index bf039d1..9083ab0 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj index b784a94..19858c1 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj index 8a4bfcf..e698c96 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC 0618;0649 diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj index 01f07a9..4997b15 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC 0618;0649;0169 diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj index 3218653..4a206ae 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj index b03737a..b540fb1 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj index f1ba3aa..7b6a948 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj index 3bf2520..91e6ea7 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj index 34b6fc0..366a5c5 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj index e823f7a..04df58e 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj @@ -8,15 +8,10 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC - true diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj index 5b8e3c4..468929b 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC 0618 diff --git a/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj b/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj index f9fb3dd..e600578 100644 --- a/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj +++ b/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj @@ -8,12 +8,8 @@ 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 $(DefineConstants);STATIC true diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj index 09853fe..ffa509e8 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj index 16c628a..152781f 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj index 7d35b16..fcdd0f5 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj index 426573d..ce40a9b 100644 --- a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj index 7a8c649..3272239 100644 --- a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj +++ b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj b/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj index 205c8a1..7b46b9b 100644 --- a/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj +++ b/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj index 70c1fa7..6e7cc3a 100644 --- a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj +++ b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj index 6ff6c46..88a0330 100755 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj index d7151e3..59b0b00 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj index 32f4317..69d28bd 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj @@ -8,15 +8,10 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC - true diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj index 47729f3..63d0d06 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj index 426ef5b..17eb2fd 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj @@ -8,13 +8,9 @@ 2.0 {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ true - 7a9bfb7d $(DefineConstants);STATIC 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 0276a57..5366773 100644 --- a/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj +++ b/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj @@ -8,12 +8,8 @@ 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 true diff --git a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj index 54855d7..3bc8399 100644 --- a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj +++ b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.csproj index c1f4b9e..45e82a0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1.csproj @@ -7,12 +7,8 @@ 2.0 {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - Properties - 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/CodeGenBringUpTests/And1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.csproj index 2bd1674..a1b5620 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1.csproj @@ -7,12 +7,8 @@ 2.0 {EC2FB8A8-7EE7-4E70-875B-E4FAC488B4DF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.csproj index 8e49de2..0508d1d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef.csproj @@ -7,12 +7,8 @@ 2.0 {48FBF3A6-B6AF-4FEF-84D1-1706206A94F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.csproj index 5ddaa59..bae2959 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4.csproj @@ -7,12 +7,8 @@ 2.0 {F26CBB40-4DFB-42C0-BEBB-26F5BC7B36B5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.csproj index 47522eb..7b155ff 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5.csproj @@ -7,12 +7,8 @@ 2.0 {30993D25-1F0D-4CF4-98C0-5F6470B87382} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj index c2c0592..ad3bd77 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1.csproj @@ -7,12 +7,8 @@ 2.0 {7E3680E3-36FC-4B6B-841A-80B8D0C4394C} Exe - Properties - 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/CodeGenBringUpTests/Array2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.csproj index b55ba38..99fc6a3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2.csproj @@ -7,12 +7,8 @@ 2.0 {4689170F-4BC1-4592-9753-CD4209D950D7} Exe - Properties - 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/CodeGenBringUpTests/Array3.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.csproj index 3e3f3bd..df5457f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3.csproj @@ -7,12 +7,8 @@ 2.0 {B4FE2E03-298E-41B8-A32C-8FD0F1BF7E8C} Exe - Properties - 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/CodeGenBringUpTests/Array4.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.csproj index b09f15f..f7843f7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4.csproj @@ -7,12 +7,8 @@ 2.0 {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - Properties - 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/CodeGenBringUpTests/ArrayExc.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.csproj index 4ab19af..a0c1210 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc.csproj @@ -7,12 +7,8 @@ 2.0 {DBC775DF-5D8A-42A5-87A5-CC51AAAABE3C} Exe - Properties - 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/CodeGenBringUpTests/ArrayJagged.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.csproj index bd20e7b..aa2117a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged.csproj @@ -7,12 +7,8 @@ 2.0 {0E6C1DC4-EFF7-45CC-8A27-37BA07AC30EE} Exe - Properties - 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/CodeGenBringUpTests/ArrayMD1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.csproj index 23d0343..0794281 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1.csproj @@ -7,12 +7,8 @@ 2.0 {30A8AD2E-3B3B-4813-88E1-9EF2E75BB685} Exe - Properties - 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/CodeGenBringUpTests/ArrayMD2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.csproj index fcdd61f..9d22772 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2.csproj @@ -7,12 +7,8 @@ 2.0 {C46B2CCD-C66B-40C8-A031-67FED61AFEDB} Exe - Properties - 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/CodeGenBringUpTests/ArrayObj.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.csproj index 0d73a2b..a4fc3f4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj.csproj @@ -7,12 +7,8 @@ 2.0 {AA342BCA-74DE-41AC-88E9-5608E2DCFFAB} Exe - Properties - 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/CodeGenBringUpTests/AsgAdd1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.csproj index 905e3c9..e2c8b14 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1.csproj @@ -7,12 +7,8 @@ 2.0 {2DBCC16D-CB12-43D1-A4B8-9E82BE1DB891} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.csproj index aab71a7..315583c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1.csproj @@ -7,12 +7,8 @@ 2.0 {18FD8738-0685-482B-9D97-CEB598AAAC5A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.csproj index 361e138..2cfc54c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1.csproj @@ -7,12 +7,8 @@ 2.0 {DD8C7C31-7DB5-4933-97B0-06D168BC0AAC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.csproj index 598a576..5305767 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1.csproj @@ -7,12 +7,8 @@ 2.0 {DF621757-F7D5-463A-A05A-83E95C1C6A43} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.csproj index a0de7a0..8def2dc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1.csproj @@ -7,12 +7,8 @@ 2.0 {6E410935-3438-46EC-A9EC-7065F924EFF9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.csproj index ec82afd..b558f92 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW.csproj @@ -7,12 +7,8 @@ 2.0 {33381DC7-E1DD-4BD8-AD2A-E7A80FF04E69} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.csproj index 57594bc..5c6879a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1.csproj @@ -7,12 +7,8 @@ 2.0 {00D2D1B1-A33B-4829-AD48-50A92EA5DEBD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.csproj index 130ab80..afad4cf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool.csproj @@ -7,12 +7,8 @@ 2.0 {2AE191D9-FD91-4142-81CE-18D80591912F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.csproj index d0d272e..3911dfc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1.csproj @@ -7,12 +7,8 @@ 2.0 {1B74852B-B366-4360-9A7D-EDD6B9B57E9F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.csproj index e49981b..0b8aeef 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd.csproj @@ -7,12 +7,8 @@ 2.0 {49521A1C-DBFB-43B1-8DA5-7DC4F8C4014D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.csproj index ec98b3f..0d06144 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst.csproj @@ -7,12 +7,8 @@ 2.0 {3E4DB71E-E26A-4341-95D8-E4E3809FCE51} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.csproj index 84981eb..8ef5f1f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea.csproj @@ -7,12 +7,8 @@ 2.0 {B5AE199C-B9D1-40C3-97B7-C6BC0442EC58} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.csproj index 852b3b9..60db1a0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray.csproj @@ -7,12 +7,8 @@ 2.0 {807D6049-D7FA-4853-AEF9-CD0F35EBAC04} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.csproj index 4545b12..4c638eb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2.csproj @@ -7,12 +7,8 @@ 2.0 {D02780E7-82B2-4635-9801-3E1AC43CF81E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.csproj index 554a653..53c19ab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6.csproj @@ -7,12 +7,8 @@ 2.0 {53D84277-AB6B-4A8D-AF43-1E74CF0C9F9E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.csproj index ac7ca1f..5093f78 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1.csproj @@ -7,12 +7,8 @@ 2.0 {0594F687-7354-477F-B288-8C641A4504D9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.csproj index a16774a..a3cb58e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2.csproj @@ -7,12 +7,8 @@ 2.0 {AE134EB2-06E1-4561-8148-7347F0D012B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.csproj index 0d86ec0..b1fbb6d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist.csproj @@ -7,12 +7,8 @@ 2.0 {5C28FFAA-5D37-4C77-82B2-EFB0898FDDA5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.csproj index 68c2b6b..5fdc369 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv.csproj @@ -7,12 +7,8 @@ 2.0 {6495306C-4297-411A-8241-DDD40D48B417} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.csproj index 9aaa6fa..36577a2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst.csproj @@ -7,12 +7,8 @@ 2.0 {F73DF77B-3C94-4516-B306-1C2E289E27A7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.csproj index 89e9e1f..b184542 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray.csproj @@ -7,12 +7,8 @@ 2.0 {0D34AE89-A07E-4941-BE41-7922EC86AA8B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.csproj index 548b6c9..f92c082 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul.csproj @@ -7,12 +7,8 @@ 2.0 {A4839CEC-6C25-4A8E-A4A8-5FB0C9768A9B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.csproj index 30500d9..027283c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst.csproj @@ -7,12 +7,8 @@ 2.0 {C06A0898-7C4E-4925-91C4-2979C4F85BC2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.csproj index 8895b32..0f42506 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg.csproj @@ -7,12 +7,8 @@ 2.0 {E865D57F-CCEC-4E7F-9F0F-2E2F0D127036} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.csproj index 8b0c313..d83fdb6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem.csproj @@ -7,12 +7,8 @@ 2.0 {4638A427-7835-4808-9F14-29CCBC365B75} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.csproj index c470081..9b4eb9b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots.csproj @@ -7,12 +7,8 @@ 2.0 {31ED8057-A96E-42B4-8102-EE3078061981} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.csproj index e96b0ae..e8a937e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub.csproj @@ -7,12 +7,8 @@ 2.0 {067E8F6D-F184-4E15-93A7-A0C7FC200F7F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.csproj index ee08a57..0445b00 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst.csproj @@ -7,12 +7,8 @@ 2.0 {F5F8FF1D-D925-42D4-B868-FA1BA4462C04} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.csproj index 7aa3bd6..05bdcd3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar.csproj @@ -7,12 +7,8 @@ 2.0 {5D2FC578-A17E-4B33-8DDA-B8E972D42C41} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.csproj index 509b96d..7d692d4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst.csproj @@ -7,12 +7,8 @@ 2.0 {EC6FD253-5247-4D8C-887E-453B5647A0A7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.csproj index 5229886..0bde376 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1.csproj @@ -7,12 +7,8 @@ 2.0 {601DE23D-7202-4226-8E50-554C33D770B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj index d2a2f23..01e7970 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd.csproj @@ -7,12 +7,8 @@ 2.0 {E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.csproj index d5e052e..09b0f60 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst.csproj @@ -7,12 +7,8 @@ 2.0 {16E9D09B-7144-4E01-90C8-A3DB37EF6597} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.csproj index b2c48d1..52a6b38 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea.csproj @@ -7,12 +7,8 @@ 2.0 {B8479512-8916-4897-9E68-426F4A6D0F01} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.csproj index 2f9bedd..6066d44 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray.csproj @@ -7,12 +7,8 @@ 2.0 {9760C40A-013F-47FB-861C-6BBF2D66ECB9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.csproj index 646cf99..bc72df7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2.csproj @@ -7,12 +7,8 @@ 2.0 {DBD3DBBD-FD2A-48DF-B8F6-E80B4B75CCFD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.csproj index 2a677cd..aa653d3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6.csproj @@ -7,12 +7,8 @@ 2.0 {BA4A14E7-0679-4E85-9B24-6452FB89C775} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.csproj index 1c6ef76..88f17cc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1.csproj @@ -7,12 +7,8 @@ 2.0 {00123B77-935C-4C54-9F54-A7D78398FD9C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.csproj index aecb8be..744728f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2.csproj @@ -7,12 +7,8 @@ 2.0 {39E0910F-28E2-4192-BCF5-5537C53821F8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.csproj index b3be43f..d2f4670 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng.csproj @@ -7,12 +7,8 @@ 2.0 {0DB625F4-2A3D-41EF-B6DC-DA83A931B927} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.csproj index 96c5784..0161f71 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F.csproj @@ -7,12 +7,8 @@ 2.0 {85DD13D6-24C0-40F1-AE6C-A37B75326B00} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.csproj index 712225d..ac35332 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I.csproj @@ -7,12 +7,8 @@ 2.0 {F62205FB-539C-4A6D-9092-F0DD246272DE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.csproj index 35422c5..f304d1c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng.csproj @@ -7,12 +7,8 @@ 2.0 {5108EA79-1A39-4902-ADB1-AE38EEBA5B37} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.csproj index a625f91..581b22c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F.csproj @@ -7,12 +7,8 @@ 2.0 {5E0A08A8-D02D-4036-8A2E-41BDFF64CB55} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.csproj index 7d25397..a25551e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist.csproj @@ -7,12 +7,8 @@ 2.0 {5976F27D-32E2-451E-9F8F-3C1C5E7F156F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.csproj index f0c2027..1f74506 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv.csproj @@ -7,12 +7,8 @@ 2.0 {23AF0DA5-1A8B-4D1F-91DB-E18684070F7D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.csproj index 2c69859..6191f12 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst.csproj @@ -7,12 +7,8 @@ 2.0 {1DA6A5C9-51BB-44D3-84BF-873C6C092C81} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.csproj index 3e62212..4088d56 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError.csproj @@ -7,12 +7,8 @@ 2.0 {AD783D08-47A8-4E7F-A3B6-7B63249807F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.csproj index 6ad7e2a..05fa94e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray.csproj @@ -7,12 +7,8 @@ 2.0 {DBCD155F-1BD2-4091-BEC7-0A9A15809BDC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.csproj index d22eded..39a9c5c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath.csproj @@ -7,12 +7,8 @@ 2.0 {2E1104E1-ED87-4A8C-8486-5D6BB480EED4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.csproj index 9f9f974..d0d088e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul.csproj @@ -7,12 +7,8 @@ 2.0 {A33856BD-BD42-47BF-A187-0077FF8C2098} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.csproj index e0490cd..45151e7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst.csproj @@ -7,12 +7,8 @@ 2.0 {43EA703F-C5E5-4680-B8FB-B2F46CA52FC6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.csproj index 08f3549..61dfadb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg.csproj @@ -7,12 +7,8 @@ 2.0 {458ADB44-4020-4022-9C25-A439D1BCC464} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.csproj index 328cfa7..79b1ff3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem.csproj @@ -7,12 +7,8 @@ 2.0 {113FDD73-F8D5-44AF-9FB6-A7802A8C854D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.csproj index 34bc194..a95c65d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots.csproj @@ -7,12 +7,8 @@ 2.0 {F27C3C89-5B9D-465F-AE6B-05F2468B2CEF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.csproj index 9b4f9bd..b826377 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall.csproj @@ -7,12 +7,8 @@ 2.0 {0A27F4DF-A230-4627-873B-1D876608FA22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.csproj index 2b442e2..dd0e5be 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub.csproj @@ -7,12 +7,8 @@ 2.0 {702DAA7C-306F-4A97-895B-963B1028D213} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.csproj index 61dfbeb..74fc592 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst.csproj @@ -7,12 +7,8 @@ 2.0 {C5B2EBAF-D3EA-4721-88F5-FB384F5F7CCE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.csproj index 904743b..9b6e79d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar.csproj @@ -7,12 +7,8 @@ 2.0 {D4BEBCBF-BE59-481E-BD88-ABED5B835EF3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.csproj index 9617216..8dd417f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec.csproj @@ -7,12 +7,8 @@ 2.0 {83E74202-B9F5-4D34-9D6E-D973704945DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.csproj index 1d4ecf1..22f9a23 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop.csproj @@ -7,12 +7,8 @@ 2.0 {1DEFC2A4-774B-4F2E-B54A-E25B5D8350ED} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.csproj index 0c8c800..02261a4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec.csproj @@ -7,12 +7,8 @@ 2.0 {770811BC-832C-498F-881C-F545A1884BCD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.csproj index fb1c38a..ceb75d9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd.csproj @@ -7,12 +7,8 @@ 2.0 {5CAE1B00-512F-400D-B309-A288BF958E7E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.csproj index ca35109..ca5e984 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1.csproj @@ -7,12 +7,8 @@ 2.0 {E424FF93-E659-4516-97CC-AFC137659014} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.csproj index c830c65..2c8e2b5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1.csproj @@ -7,12 +7,8 @@ 2.0 {9823F80E-FE94-44AC-893F-2313ACF001D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.csproj index 188485d..4e9a5c9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1.csproj @@ -7,12 +7,8 @@ 2.0 {42A00689-632D-4DDC-AFAD-EDD86049802E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.csproj index 8aebbab..93851e0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj.csproj @@ -7,12 +7,8 @@ 2.0 {B6669424-4F8E-4154-BF4D-B74694CF722E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.csproj index e83253d..36b1b48 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls.csproj @@ -7,12 +7,8 @@ 2.0 {9CF5C43B-8490-4FB3-8F07-663467331AD6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.csproj index aa5cee2..e5d86a1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum.csproj @@ -7,12 +7,8 @@ 2.0 {6B30834D-CDDE-4A1D-A318-9753ADB594A6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.csproj index 9a2e983..cd411a5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv.csproj @@ -7,12 +7,8 @@ 2.0 {078DBDAF-A26F-4FEB-90B1-E0A008CD577A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.csproj index 8502a06..27d1a7b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1.csproj @@ -7,12 +7,8 @@ 2.0 {D17EE755-3FDC-410E-B07E-3E37B5789A7C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.csproj index 4c5191a..4b3f6a9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl.csproj @@ -7,12 +7,8 @@ 2.0 {70A42499-9E99-48D7-A74A-F5531CC17251} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.csproj index 37d2d1e..e48c54d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP.csproj @@ -7,12 +7,8 @@ 2.0 {07AD9B89-51A7-4138-A6F9-37F439AC85CF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.csproj index a3f327a..fd79d7b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1.csproj @@ -7,12 +7,8 @@ 2.0 {4EAE9BB8-3DF7-4384-902B-3412CB887E01} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.csproj index 1728c45..08eb851 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl.csproj @@ -7,12 +7,8 @@ 2.0 {5928DD1E-853B-4858-834B-0DFC7C6E26EB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.csproj index 8cd388b..5a0fd15 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP.csproj @@ -7,12 +7,8 @@ 2.0 {20D9F28D-DD1D-4777-9CE2-5D5E208EF3E5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.csproj index c2c2857..38c165c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1.csproj @@ -7,12 +7,8 @@ 2.0 {1C0ADAC5-E54D-4AC1-8251-1F8D0D26CDA6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.csproj index b4cc985..ab09d83 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl.csproj @@ -7,12 +7,8 @@ 2.0 {2EF18A15-DC9E-4D76-91DC-F73D31E03FFB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.csproj index 3cd2670..db9d655 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP.csproj @@ -7,12 +7,8 @@ 2.0 {4E456F57-82E0-43FD-B947-DE3C65E8F1C4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.csproj index fc9dce3..b271b34 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1.csproj @@ -7,12 +7,8 @@ 2.0 {B4A2FF5F-9801-48CB-A00E-591860F7714E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.csproj index 73f6180..dd8c7f1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl.csproj @@ -7,12 +7,8 @@ 2.0 {3FE7D8DF-9246-49C4-9D6A-BC796006F78C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.csproj index 83582ad..e3404ab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP.csproj @@ -7,12 +7,8 @@ 2.0 {ACE1DAA5-86B8-4C29-90E4-F8D32E8658A5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.csproj index c1e957f..c16dca4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1.csproj @@ -7,12 +7,8 @@ 2.0 {87187E04-7D15-494A-BFD5-A07D2BBB4686} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.csproj index 38a6f4a..d35cdda 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl.csproj @@ -7,12 +7,8 @@ 2.0 {5A6D6A91-B009-46C9-9A18-4866F846241F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.csproj index f0e9474..0185415 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP.csproj @@ -7,12 +7,8 @@ 2.0 {D1AC9448-46B7-4B29-9A85-8F0372E5C228} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.csproj index 9205d4c..0e5c5a8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1.csproj @@ -7,12 +7,8 @@ 2.0 {564359DF-BE79-42F2-AB6E-8518217527E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.csproj index 86e077b..4d16bab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl.csproj @@ -7,12 +7,8 @@ 2.0 {48C6ABBC-8D33-4FD8-B6A8-A60FEE178245} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.csproj index 93184b5..a494365 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP.csproj @@ -7,12 +7,8 @@ 2.0 {C7D855D1-A996-4112-A7E9-AD1E4E07B186} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.csproj index 35e170f..6a7c6b1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1.csproj @@ -7,12 +7,8 @@ 2.0 {20AE49CC-1ADA-4B14-B7EB-C961B4C0FC16} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.csproj index 7dfdd05..a1a1139 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1.csproj @@ -7,12 +7,8 @@ 2.0 {E46BA38F-3EA5-4A56-B0EF-A6F646073C76} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.csproj index 993272c..b974c23 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1.csproj @@ -7,12 +7,8 @@ 2.0 {369A6DB8-B0C9-41E5-84DB-C0CA2FCF92CB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.csproj index 56a0c90..6f0e253 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift.csproj @@ -7,12 +7,8 @@ 2.0 {C6DC8E85-DCD2-49A0-977D-CE9795552632} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.csproj index 50f2d39..bba7169 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv.csproj @@ -7,12 +7,8 @@ 2.0 {8BA7A4A1-EBB6-44CD-828B-F2BA5523691A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.csproj index bda49d9..ce0c741 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc.csproj @@ -7,12 +7,8 @@ 2.0 {650B07D3-9BC0-4EF8-8557-44200EC13261} Exe - Properties - 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/CodeGenBringUpTests/LocallocLarge.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.csproj index 100c651..dc1c95b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.csproj @@ -7,12 +7,8 @@ 2.0 {C5578A39-72FF-4D25-99DA-96A8A99C6740} Exe - Properties - 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/CodeGenBringUpTests/LongArgsAndReturn.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.csproj index a83a83d..e5cd51c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn.csproj @@ -7,12 +7,8 @@ 2.0 {FC3E9CEC-7659-471A-8B2E-8CFB3FBFDB4E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.csproj index ba17feb..1551769 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1.csproj @@ -7,12 +7,8 @@ 2.0 {A7850EBD-6701-473E-8686-99535F0794A6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.csproj index 61d1e2d..c109ca3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst.csproj @@ -7,12 +7,8 @@ 2.0 {314823E3-7BB2-4C19-BA04-5AC565215BA3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.csproj index f7c090a..744319b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1.csproj @@ -7,12 +7,8 @@ 2.0 {5CE4D180-D559-4EA1-8A81-22FC79E4D255} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.csproj index e1ba176..f4222df 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW.csproj @@ -7,12 +7,8 @@ 2.0 {EBB57E43-0868-4482-86EF-8E330A10BB54} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.csproj index 02a1f2a..016b92a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall.csproj @@ -7,12 +7,8 @@ 2.0 {6D20F54D-C743-4459-A7BD-A8C631CC648A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.csproj index 58809a3..837ca6b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg.csproj @@ -7,12 +7,8 @@ 2.0 {17BA157B-5321-4381-94E3-BBC37B314FAF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.csproj index 07dea84..5259753 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW.csproj @@ -7,12 +7,8 @@ 2.0 {DC4B97D9-D69D-4A34-899A-57AE1C949841} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.csproj index d508d8d..70a965d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc.csproj @@ -7,12 +7,8 @@ 2.0 {06705BB1-9365-4916-A426-7534584A1B5D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.csproj index f4e772f..d927485 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal.csproj @@ -7,12 +7,8 @@ 2.0 {BF639075-28D1-4E40-808F-A181F76B7005} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.csproj index e853184..f9ac1c3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1.csproj @@ -7,12 +7,8 @@ 2.0 {BADC0930-22AC-4F76-B3ED-6C0F78D1549E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj index dba15ab..6f64253 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef.csproj @@ -7,12 +7,8 @@ 2.0 {B793D123-1F28-452A-8528-2CF812B8EEBB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.csproj index 5ac9598..be94ecc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall.csproj @@ -7,12 +7,8 @@ 2.0 {0E11223F-B3A0-46A3-BA5D-A7B5F9D56996} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.csproj index 8de24b0..328b02e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef.csproj @@ -7,12 +7,8 @@ 2.0 {14A2768C-E5E0-4156-B05C-229600CC539B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.csproj index 7839ff3..5180017 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate.csproj @@ -7,12 +7,8 @@ 2.0 {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.csproj index ca474bf..6b1cd16 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift.csproj @@ -7,12 +7,8 @@ 2.0 {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.csproj index 210b471..de127ca 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls.csproj @@ -7,12 +7,8 @@ 2.0 {136C849D-3517-40D8-BA2A-1F903377762D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.csproj index 8d18e45..9fd97c7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField.csproj @@ -7,12 +7,8 @@ 2.0 {A60BCC3F-1672-4EC4-A4D5-30A7AE8AC437} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.csproj index 7291d34..4d757f8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr.csproj @@ -7,12 +7,8 @@ 2.0 {B9F2D613-B3BF-46D1-A762-ADE0656DF394} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.csproj index 0c92958..f13de10 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod.csproj @@ -7,12 +7,8 @@ 2.0 {3A283369-FD98-4661-9B73-17BDAC3C2A70} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.csproj index a05cb5d..7e76868 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1.csproj @@ -7,12 +7,8 @@ 2.0 {F94C1DAC-C9C6-4BE3-80BF-C4B21F273764} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.csproj index cdc71ea..c6b1f24 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef.csproj @@ -7,12 +7,8 @@ 2.0 {B0409C23-6BC6-40F5-9386-36A69B746C65} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.csproj index 59b3121..239ff73 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap.csproj @@ -7,12 +7,8 @@ 2.0 {E56C9935-95B9-498A-B221-DF044409D530} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.csproj index 8dff417..9080d37 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch.csproj @@ -7,12 +7,8 @@ 2.0 {9A3ADDB6-4396-46CF-B079-FC16DFFABE93} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.csproj index 9c8d41d..f861978 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst.csproj @@ -7,12 +7,8 @@ 2.0 {53C70B64-C175-43BF-A98A-719868D6D695} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.csproj index 78d1bce..c3afc8a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst.csproj @@ -7,12 +7,8 @@ 2.0 {D7512FD8-08E1-4BB6-8701-E3FEEAE4FF66} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.csproj index 5224815..f6bfc21 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox.csproj @@ -7,12 +7,8 @@ 2.0 {3C4D424C-B4CE-4C7F-B780-9330CBFED274} Exe - Properties - 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/CodeGenBringUpTests/Xor1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.csproj index 01b705e..d7051fc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1.csproj @@ -7,12 +7,8 @@ 2.0 {05C1DF3A-D956-412E-B80C-C3FFC3317D7F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.csproj index 4b661ca..4adbf6f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef.csproj @@ -7,12 +7,8 @@ 2.0 {60284420-DDEE-40F0-AB57-A2C4011D07C2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.csproj index b4072b6..5c2c260 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref.csproj @@ -7,12 +7,8 @@ 2.0 {C1518A76-6C68-48EF-94E0-BE79A4514530} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.csproj index 67ae5fd..4807452 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1.csproj @@ -7,12 +7,8 @@ 2.0 {037FCF39-2055-43DA-9C66-972DDBEB15AC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.csproj index 8bf803b..25b34f9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2.csproj @@ -7,12 +7,8 @@ 2.0 {A5293BBE-2081-4701-9F04-3A5D756325A1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.csproj index bab4b1b..18c8a74 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref.csproj @@ -7,12 +7,8 @@ 2.0 {BFA9B638-76C9-4709-B18B-225B3F74B0E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.csproj index 9c5c164..aa43502 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1.csproj @@ -7,12 +7,8 @@ 2.0 {7ACF6404-4F4D-4D63-8E5F-A41DCC72B6C3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.csproj index 823e5b3..792559c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2.csproj @@ -7,12 +7,8 @@ 2.0 {72FF9A1A-6612-41FD-86D2-C069608C2799} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.csproj index a2e374d..c8fe798 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3.csproj @@ -7,12 +7,8 @@ 2.0 {9EE64E0C-595B-47BF-B8C0-96BDDA260461} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.csproj index 2f567ff..d7bafe6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4.csproj @@ -7,12 +7,8 @@ 2.0 {271C8E26-550D-4506-9BF8-D87805D5FEF6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.csproj index faa8a70..ae5efe8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1.csproj @@ -7,12 +7,8 @@ 2.0 {D45A5B16-BE6F-45E4-A88D-39DDD6DD2157} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.csproj index b8729f6..70197a2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args.csproj @@ -7,12 +7,8 @@ 2.0 {FE68C94B-7263-4C2B-B8DC-BD8ACA669B07} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj index e01bf2a..6c91d8b 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj @@ -8,12 +8,8 @@ 2.0 {C340AEBB-36A4-40E8-A453-F9D2B48F608A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj index b6fd2b6..6922873 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj @@ -8,12 +8,8 @@ 2.0 {D463FFF1-0A34-407F-88C4-4723901908DF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj index fbc1c28..7766350 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj @@ -8,12 +8,8 @@ 2.0 {21D66817-79E2-4E66-8839-EBC4B4BAD6C1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj index 6e23574..45ea30b 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj @@ -8,12 +8,8 @@ 2.0 {F45F852A-B9E9-4597-B399-ABBC969EAC91} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c5afecb..8e9a077 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 @@ -8,12 +8,8 @@ 2.0 {06FF6E07-2815-4FEA-AA0B-C0E1BB05C639} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2571bb0..511d778 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 @@ -8,12 +8,8 @@ 2.0 {3E071870-A2AA-4839-8DDF-5F3EF4133D3E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e1a883d..4d4cea9 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 @@ -8,12 +8,8 @@ 2.0 {A5CE024A-361E-410B-B204-98FDF9C81FA8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 711b442..3261983 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 @@ -8,12 +8,8 @@ 2.0 {33E41A22-DC44-48D9-8EE2-C2902F1564EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 376b3c9..b3ff2a2 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 @@ -8,12 +8,8 @@ 2.0 {B85EBA3F-2BD0-481B-8D1D-A0901EA5B2D0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c38b2af..eda39d7 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 @@ -8,12 +8,8 @@ 2.0 {580234A2-D854-4FD7-B11D-4C39794E1F55} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40866a6..4c9a548 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 @@ -8,12 +8,8 @@ 2.0 {BFEB52A3-D9BC-4E2C-8BA1-63C1B21C2997} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8afb75d..d591f18 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 @@ -8,12 +8,8 @@ 2.0 {5C1E8BD3-C9F1-4012-9B93-34EE5455A917} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea9954a..1d4e82d 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 @@ -8,12 +8,8 @@ 2.0 {54DE4A9A-0626-41A5-A7EC-BFA52D1A304C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a4a6365..cbd9708 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 @@ -8,12 +8,8 @@ 2.0 {28415558-9857-4A66-B920-5A25CF2E31FF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2598479..bfb9cfc 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 @@ -8,12 +8,8 @@ 2.0 {EF8FB27D-5647-414A-8338-DC7EA477A1A4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6760cb..b18725c 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 @@ -8,12 +8,8 @@ 2.0 {FE6CDFB3-27C3-4C8D-906C-0776A7EDE97E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8b0d81f..02d6ab8 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 @@ -8,12 +8,8 @@ 2.0 {4B6D76B8-71D7-43DF-8DE3-DC1360344968} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8055ae1..38587f0 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 @@ -8,12 +8,8 @@ 2.0 {9F2D4F98-AFAA-401A-9221-46823FF7F7F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7c19166..1bb753d 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 @@ -8,12 +8,8 @@ 2.0 {CFB3552B-D349-4AA8-BBE3-47ED82315402} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 006f40d..a494d15 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 @@ -8,12 +8,8 @@ 2.0 {F0FCA1DB-0D7C-4ECD-8DC5-B00EAAB13D7D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 87358dc..f416947 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 @@ -8,12 +8,8 @@ 2.0 {CC8CCFBD-780E-471B-B7B3-82C7E89A8A80} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 936cf5c..848ede4 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 @@ -8,12 +8,8 @@ 2.0 {040A8014-313A-4277-AB3D-5D6C9928AC7B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj b/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj index 259c367..870e4ed 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj index 6e3f6f5..b2b32c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj @@ -8,12 +8,8 @@ 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 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 8141219..19a655c 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj @@ -8,12 +8,8 @@ 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 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 28a69b6..b796fcf 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj @@ -8,12 +8,8 @@ 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 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 27b9046..8cba22a 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj @@ -8,12 +8,8 @@ 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 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 3c13533..a8b1098 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj @@ -8,12 +8,8 @@ 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 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 d10c3e6..49f2aad 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d7c4aa1..6d88d9465c 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj @@ -8,12 +8,8 @@ 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 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 a8c7852..1d073fd 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj @@ -8,12 +8,8 @@ 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 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 59aa02c..9fe1293 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj @@ -8,12 +8,8 @@ 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 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 ebbb8ae..f6a12b5 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a4cbe25..ea51f6e 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj @@ -8,12 +8,8 @@ 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 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 1e04483..7b74c27 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj @@ -8,12 +8,8 @@ 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 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 8c95a44..daff450 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj @@ -8,12 +8,8 @@ 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 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 b4bd2a5..6a7040a 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj @@ -8,12 +8,8 @@ 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 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 c91eab5..123ec6d 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 @@ -8,12 +8,8 @@ 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 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 15f5032..539d3c5 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj @@ -8,12 +8,8 @@ 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 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 767fd88..458b0e2 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj @@ -8,12 +8,8 @@ 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 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 4d69d7b..a36d53e 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj @@ -8,12 +8,8 @@ 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 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 1160ae4..a02b254 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj @@ -8,12 +8,8 @@ 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 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 ed7a95c..888f423 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 @@ -8,12 +8,8 @@ 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 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 2f6de7e..1096507 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 @@ -8,12 +8,8 @@ 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 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 7137c68..0291805 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj @@ -8,12 +8,8 @@ 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 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 c78f108..5268adb 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 @@ -8,12 +8,8 @@ 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 true 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 108a889..8429b2b 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 @@ -8,12 +8,8 @@ 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 true 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 66c769e..763e024 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 @@ -8,12 +8,8 @@ 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 true 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 763fb72..f2fc4d4 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 @@ -8,12 +8,8 @@ 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 true 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 9f835e0..962005f 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 @@ -8,12 +8,8 @@ 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 true 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 9032670..674de4d 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 @@ -8,12 +8,8 @@ 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 true 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 a3914ec..dd4dc20 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 @@ -8,12 +8,8 @@ 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 true 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 66df374..56bfd02 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 @@ -8,12 +8,8 @@ 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 true 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 9847c9c..dd94625 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 133deeb..399826b 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 @@ -8,12 +8,8 @@ 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 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 1b0dbde..7dbf75a 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 @@ -8,12 +8,8 @@ 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 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 7d99b09..67af2da 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 @@ -8,12 +8,8 @@ 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 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 69aea10..271f47a 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 @@ -8,12 +8,8 @@ 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 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 af1fba4..d02b90f 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 @@ -8,12 +8,8 @@ 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 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 ebb0344..ea28d79 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 @@ -8,12 +8,8 @@ 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 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 3442ebf..5a2b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e755aa4..ab8edf1 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 @@ -8,12 +8,8 @@ 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 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 fccc0da..c961c51 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 @@ -8,12 +8,8 @@ 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 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 272969b..fd3e0ee 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 @@ -8,12 +8,8 @@ 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 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 e0da2cb..73d6574 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 @@ -8,12 +8,8 @@ 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 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 7604cb3..cac75ff 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 @@ -8,12 +8,8 @@ 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 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 bf5faee..45fc5f3 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 @@ -8,12 +8,8 @@ 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 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 a061f18..997e74c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b763a50..265ca1fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 133deeb..399826b 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 @@ -8,12 +8,8 @@ 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 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 1b0dbde..7dbf75a 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 @@ -8,12 +8,8 @@ 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 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 69aea10..271f47a 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 @@ -8,12 +8,8 @@ 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 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 af1fba4..d02b90f 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 @@ -8,12 +8,8 @@ 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 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 ebb0344..ea28d79 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 @@ -8,12 +8,8 @@ 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 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 05fdc3f..11cbde9 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 @@ -8,12 +8,8 @@ 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 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 e755aa4..ab8edf1 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 @@ -8,12 +8,8 @@ 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 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 fccc0da..c961c51 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 @@ -8,12 +8,8 @@ 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 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 272969b..fd3e0ee 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 @@ -8,12 +8,8 @@ 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 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 e0da2cb..73d6574 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 @@ -8,12 +8,8 @@ 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 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 7604cb3..cac75ff 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 @@ -8,12 +8,8 @@ 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 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 bf5faee..45fc5f3 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 @@ -8,12 +8,8 @@ 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 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 26492ee..80cc4d4 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 @@ -8,12 +8,8 @@ 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 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 135ab61..a3620b7 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 @@ -8,12 +8,8 @@ 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 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 133deeb..399826b 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 @@ -8,12 +8,8 @@ 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 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 1b0dbde..7dbf75a 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 @@ -8,12 +8,8 @@ 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 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 7d99b09..67af2da 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 @@ -8,12 +8,8 @@ 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 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 69aea10..271f47a 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 @@ -8,12 +8,8 @@ 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 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 af1fba4..d02b90f 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 @@ -8,12 +8,8 @@ 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 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 ebb0344..ea28d79 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 @@ -8,12 +8,8 @@ 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 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 3442ebf..5a2b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e755aa4..ab8edf1 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 @@ -8,12 +8,8 @@ 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 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 fccc0da..c961c51 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 @@ -8,12 +8,8 @@ 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 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 272969b..fd3e0ee 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 @@ -8,12 +8,8 @@ 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 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 e0da2cb..73d6574 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 @@ -8,12 +8,8 @@ 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 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 7604cb3..cac75ff 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 @@ -8,12 +8,8 @@ 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 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 bf5faee..45fc5f3 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 @@ -8,12 +8,8 @@ 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 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 a061f18..997e74c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b763a50..265ca1fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 133deeb..399826b 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 @@ -8,12 +8,8 @@ 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 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 1b0dbde..7dbf75a 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 @@ -8,12 +8,8 @@ 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 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 9d1fbaf..75b79b0 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 @@ -8,12 +8,8 @@ 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 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 69aea10..271f47a 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 @@ -8,12 +8,8 @@ 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 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 af1fba4..d02b90f 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 @@ -8,12 +8,8 @@ 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 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 ebb0344..ea28d79 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 @@ -8,12 +8,8 @@ 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 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 3442ebf..5a2b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e755aa4..ab8edf1 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 @@ -8,12 +8,8 @@ 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 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 fccc0da..c961c51 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 @@ -8,12 +8,8 @@ 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 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 272969b..fd3e0ee 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 @@ -8,12 +8,8 @@ 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 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 e0da2cb..73d6574 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 @@ -8,12 +8,8 @@ 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 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 7604cb3..cac75ff 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 @@ -8,12 +8,8 @@ 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 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 bf5faee..45fc5f3 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 @@ -8,12 +8,8 @@ 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 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 a061f18..997e74c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b763a50..265ca1fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj index 637bbd8..3258624 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj index e883a25..1a2ce49 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj index aa51ab9..5396928 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj index e94e55d..833ab8d 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj index f210f3b..7e22d9f 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj index b4015bd..deb1648 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj index 9877f04..c21b855 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bcd8a42..d164910 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 @@ -8,12 +8,8 @@ 2.0 {C2EEBDC3-4DA0-45FD-9805-FA0608F754B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 25c0f83..4ab523f 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 @@ -8,12 +8,8 @@ 2.0 {435C204F-7509-4599-B6C5-2DA2D362E664} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b0916bd..6026d40 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 @@ -8,12 +8,8 @@ 2.0 {A1038D6D-50D2-494B-933D-74034583F3F8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3221d67..7f91c7d 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 @@ -8,12 +8,8 @@ 2.0 {462CD1A6-B52A-428D-91A7-026ABC26C3A9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2f92eb7..975dc66 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 @@ -8,12 +8,8 @@ 2.0 {B41121E9-EC15-484E-9E96-46E89CBB1EEB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d418c68..31f02d4 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 @@ -8,12 +8,8 @@ 2.0 {B06A2649-0937-45B1-8B5E-7433847BB664} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 227323b..ddb2a11 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 @@ -8,12 +8,8 @@ 2.0 {582ED7B9-78A9-46E2-96AD-940C44257BD9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b1d6e65..2155674 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 @@ -8,12 +8,8 @@ 2.0 {041F2129-8E15-4840-8D17-08FE1B99C98A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e7f8339..f3360da 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 @@ -8,12 +8,8 @@ 2.0 {81036274-5786-483C-BD52-854B882B4F21} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72230be..d142b81 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 @@ -8,12 +8,8 @@ 2.0 {8E3058EB-0198-4796-AEAD-E09965A73E00} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7d3c9cb..476b8cf 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 @@ -8,12 +8,8 @@ 2.0 {BDA62694-2760-4AF9-BE5D-ECE6A09A210B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9a94cfa..3a0fc03 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 @@ -8,12 +8,8 @@ 2.0 {EDAC3DEE-ED77-4180-A1DE-FF67AC42944B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj index 4da3081..7f228cc 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj @@ -8,12 +8,8 @@ 2.0 {F8C60870-9D7D-4C91-BD33-1D11A4151FA7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj index c2c4ea6..c1065f8 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj @@ -8,8 +8,6 @@ 2.0 {4B4B0F32-3E78-40B7-A0AD-B844F36CB3B2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true ..\..\ 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 54fd176..15660d6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj @@ -8,13 +8,9 @@ 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 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 3160c45..d8bfc61 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj index 11485c6..7df6b12 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj @@ -8,12 +8,8 @@ 2.0 {B94CE6E4-D2CB-4E77-9E66-BAF7399256FC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj index 0c7d733..d9bd466 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj @@ -8,12 +8,8 @@ 2.0 {AFBEE14D-A543-4A38-B88F-D5917D534798} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj index 6705850..c7cdb12 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj @@ -8,12 +8,8 @@ 2.0 {679BD4B8-7FB3-4760-A68E-5E0C6B73FE8F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj index 97b11c5..bcf1f31 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj @@ -8,12 +8,8 @@ 2.0 {DF40DD16-C1FE-4FE9-BB21-3FDAE7676EF0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj index 95ca827..1f8c8f9 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj @@ -8,12 +8,8 @@ 2.0 {26BA48DF-909E-4139-8CDB-33B774A96D36} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj index 4a7eb71..65f5d4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj @@ -8,12 +8,8 @@ 2.0 {BFBD12A9-470A-436D-889B-A094C4B56B5E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj index ef446be..6d5007c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj @@ -8,12 +8,8 @@ 2.0 {A3AD0A96-D8B7-4756-87A4-BD0322816E36} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj index 6873463..247945a 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj @@ -8,12 +8,8 @@ 2.0 {A503DC41-F9A6-4CB8-9069-3866B40DF3E1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj index a99dde0..2a49a55 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj @@ -8,12 +8,8 @@ 2.0 {49F28797-569B-46CE-BE57-F303CB612942} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj index f0809f9..3458ecd 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj @@ -8,12 +8,8 @@ 2.0 {C263A317-B5CA-40F1-A159-0662059DDA12} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj index e9ca8e1..c6694bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj @@ -8,12 +8,8 @@ 2.0 {CBD9D3F5-8F73-460F-8801-D684254D45EA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj index 3e82d86..31a88dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj @@ -8,12 +8,8 @@ 2.0 {9B2CCDC2-D6CE-4568-A419-AC79613BC235} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj index 09c1b2a..36cd9b7 100644 --- a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj +++ b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj @@ -8,14 +8,9 @@ 2.0 {47849C79-F7B8-47C6-BBA7-8E6FCE66B9F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC - true 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 ffcb47e..bb98f81 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj @@ -8,12 +8,8 @@ 2.0 {34026C3E-193C-45CF-B55D-8FAB068D4F79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2ca6844..1cc4c5c 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 @@ -8,12 +8,8 @@ 2.0 {ADCBCB5C-816B-4C9D-8223-2DD2B43F9135} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 63d829a..fd6e0f0 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 @@ -8,12 +8,8 @@ 2.0 {C1B8B8B2-2070-42F0-9A03-D73F1DECC019} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 84f9709..be973c3 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 @@ -8,12 +8,8 @@ 2.0 {857EEB5A-1D43-4B59-871A-3B36121450C3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a475853..e6b804a 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 @@ -8,12 +8,8 @@ 2.0 {5A3575BA-0E0B-4736-954D-5A8ADD77DC2B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 01bd354..f99a7d8 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 @@ -8,14 +8,9 @@ 2.0 {2E795F75-9DA6-4D10-9C32-C1D3FB854231} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ false - true - 7a9bfb7d 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 204e08a..635f330 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 @@ -8,14 +8,9 @@ 2.0 {1FB4BDC4-7EDD-4EF9-8F2F-363F7E83F31B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ false - true - 7a9bfb7d 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 ace6e53..897737f 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 @@ -8,14 +8,9 @@ 2.0 {FDFA7555-C1FF-400D-8DBC-5672E2E76494} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ false - true - 7a9bfb7d 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 cb9c69f..beb3e5a 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 @@ -8,14 +8,9 @@ 2.0 {4499F174-5CA5-4447-81A0-A8E3BA1908D7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ false - true - 7a9bfb7d 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 82287cd..6ada403 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 @@ -8,12 +8,8 @@ 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 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 623c069..45ce110 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 @@ -8,12 +8,8 @@ 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 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 858e10e..2e3450d 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 @@ -8,12 +8,8 @@ 2.0 {96C8C125-C97D-43D0-AA6F-817C6792C359} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7566678..55b4947 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 @@ -8,12 +8,8 @@ 2.0 {D4CAEC15-F75F-419B-80E9-6FA9E89AFE48} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 29e770a..695bae9 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 @@ -8,12 +8,8 @@ 2.0 {5627E983-E7DD-482C-A316-F84B97EDBB81} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d7f8c21..63f2eaa 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 @@ -8,12 +8,8 @@ 2.0 {6659CA3F-F648-4C54-8911-FA18239A2434} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 21ff555..953edac 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 @@ -8,13 +8,8 @@ 2.0 {79804B5E-FE7E-4A45-88B5-D06A4B3707EC} Exe - Properties - 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/Directed/UnrollLoop/loop6_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj index d819300..829c62c 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 @@ -8,13 +8,8 @@ 2.0 {61A46528-0278-4494-8866-2B7E3D492CCB} Exe - Properties - 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/Directed/UnrollLoop/loop6_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj index 4dd958b..3c5f1cc 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 @@ -8,13 +8,8 @@ 2.0 {95390053-5AC5-4774-A8D5-76F4C8DBC526} Exe - Properties - 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/Directed/UnrollLoop/loop6_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj index c9b752c..a41f31a 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 @@ -8,13 +8,8 @@ 2.0 {F388A679-EDA8-4E0F-A785-267276D0AD3F} Exe - Properties - 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/Directed/array-il/_Arrayscomplex3.ilproj b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj index f3ebc12..bb4bab4 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d true 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 10f04f0..851aec5 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj @@ -8,12 +8,8 @@ 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 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 c77e4f8..8377f53 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 @@ -8,12 +8,8 @@ 2.0 {0CB92C28-D5CF-4A9B-A81C-F10D64AC6CF6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a49e87a..1cf3da6 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 @@ -8,12 +8,8 @@ 2.0 {0C9B9A3F-D3C7-428F-A506-DF7E3181DB71} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e64b758..40a6520 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 @@ -8,12 +8,8 @@ 2.0 {15117C50-064B-4992-BC03-B906D93F047F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8562f37..3992603 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 @@ -8,12 +8,8 @@ 2.0 {0D23EE48-E442-4EE5-B127-3DC280B2B889} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d6f2048..bdfeaea 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 @@ -8,12 +8,8 @@ 2.0 {E5D8C71F-1106-4C4E-A8D6-EA07D7BF539A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 236138d..731244c 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 @@ -8,12 +8,8 @@ 2.0 {79877703-8483-436B-ACFA-BF2B50481554} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4e27ddc..61f35e9 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 @@ -8,12 +8,8 @@ 2.0 {536E8197-14E4-4CA4-B1FC-9D27262872B1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 71597cf..a07b13d 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 @@ -8,12 +8,8 @@ 2.0 {A94D7295-DA3D-4786-9DEF-98DDB6D79EC2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 038c675..b13e2f1 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 @@ -8,12 +8,8 @@ 2.0 {E042222A-C186-4FD5-BB45-E56FFAF991AA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 13b0c7a..6ce81cd 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 @@ -8,12 +8,8 @@ 2.0 {E7423379-89CE-47F0-B061-4815CA6FC255} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4f9026b..f0d83b8 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 @@ -8,12 +8,8 @@ 2.0 {BBFF3FF7-F0FD-450C-B9FB-FBA92A277DBF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c3e7475..5eba3ff7 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 @@ -8,12 +8,8 @@ 2.0 {54477C8E-60C4-48D4-8429-4B1428E42367} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b5b968a..d3acaeb 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 @@ -8,12 +8,8 @@ 2.0 {1490A130-4F0A-48E4-A1C4-CAC746323EA1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0314d0d..a346fc3 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 @@ -8,12 +8,8 @@ 2.0 {A8195820-0DEC-4D0A-A888-436B1A7EA86F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bff4102..e3f699a 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 @@ -8,12 +8,8 @@ 2.0 {664785E7-9173-4339-A392-29FC0C81056F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4d69f59..7d74663 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 @@ -8,12 +8,8 @@ 2.0 {EC9581B4-923D-4636-804D-3BA5F08BED1E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8053041..cecaa45 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 @@ -8,12 +8,8 @@ 2.0 {3FE2BCF6-9DF5-4E3C-835A-864F0DD91039} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 739f754..7855096 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 @@ -8,12 +8,8 @@ 2.0 {DAF9B805-0C25-4FF0-AA69-C38B16ED4E97} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a29aed2..7923dcc 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 @@ -8,12 +8,8 @@ 2.0 {AF73E1CF-2E8B-484E-B329-763BB8B3DDDA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e15a536..7bce376 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 @@ -8,12 +8,8 @@ 2.0 {B4142D79-8996-44CE-825A-0304C3689970} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 aa0b786..e0b57064 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 @@ -8,12 +8,8 @@ 2.0 {3CA70F86-9BB1-4B6A-B5AC-5C207ADB4BE9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3be54be..65741c4 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 @@ -8,12 +8,8 @@ 2.0 {ED3654C6-EE52-4A83-961F-C1D5E5DE1217} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a0d36a1..426809d 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 @@ -8,12 +8,8 @@ 2.0 {B7449C08-3EB0-4595-BB7F-309CEFE7C470} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4c1808c..9727f8f 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 @@ -8,12 +8,8 @@ 2.0 {EF7BE6ED-DED6-46CE-9819-F3F8493C5044} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3f9f981..cea3fa0 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 @@ -8,12 +8,8 @@ 2.0 {04B7DA69-8E80-41E2-9848-4B7CFAA910FF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3ca6d0b..2b7af61 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 @@ -8,12 +8,8 @@ 2.0 {E5322C32-4281-4593-B946-5DCD14477CF1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f0c3ef..fed83a8 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 @@ -8,12 +8,8 @@ 2.0 {C0EA83A7-EE72-4F9F-BC23-7D821507D4B2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 034b3eb..f85ecfa 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 @@ -8,12 +8,8 @@ 2.0 {3D50935B-1230-47C1-8C70-377AC2E8C542} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a382ee1..917b0d1 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 @@ -8,12 +8,8 @@ 2.0 {CC4CA6EE-5174-4CFA-93A9-88AD042AE43F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6739e14..c735228 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 @@ -8,12 +8,8 @@ 2.0 {F5C7053B-BD47-46DE-8246-F81941FA537D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ba0b41f..5e593b1 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 @@ -8,12 +8,8 @@ 2.0 {340B2533-5C07-4261-ABE8-0C39C62A8F2B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e45c502..fac6318 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 @@ -8,12 +8,8 @@ 2.0 {F4E4BCA0-1BCF-4351-A95A-C59D35DE24BE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 64b9e6b..5239135 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 @@ -8,12 +8,8 @@ 2.0 {80D23E5D-DB08-4B4F-913F-ED296B0500EC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4f2cf8d..102fec0 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 @@ -8,12 +8,8 @@ 2.0 {6BD00E0F-28A3-4308-9E6B-1DDCC0BA7B0B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40773f8..a6c01d9 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 @@ -8,12 +8,8 @@ 2.0 {3AF47F6E-E823-4D10-91D2-D1D2291D860D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9efb698..036b5a9 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 @@ -8,12 +8,8 @@ 2.0 {5729818E-5D7B-45A0-A79F-F6F9AA782223} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 121d6a8..bc7e122 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 @@ -8,12 +8,8 @@ 2.0 {234F2BCE-6D53-4033-8D90-D7A2C3262397} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a8de65c..b153d1a 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 @@ -8,12 +8,8 @@ 2.0 {C62E1AAB-2705-440F-A499-43CA515CBE64} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b6afcef..05a04ce 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 @@ -8,12 +8,8 @@ 2.0 {D51AD44D-4256-45A6-BDDB-3CE41038CB4F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4088c99..9eb7db1 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 @@ -8,12 +8,8 @@ 2.0 {3295C952-BD8B-41B7-A94A-3B80A88832ED} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1452953..d507464 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 @@ -8,12 +8,8 @@ 2.0 {56E43EC3-FB57-4C31-AA48-EF6DFE5F7DAF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c99aac6..50e89a9 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 @@ -8,12 +8,8 @@ 2.0 {2A0DB37C-22D9-405A-9EB5-74B5EA151067} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c787445..014fca0 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 @@ -8,12 +8,8 @@ 2.0 {EE0062CC-6F5F-4235-B6EF-4D3B18BFB776} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 48e790f..f3fd226 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 @@ -8,12 +8,8 @@ 2.0 {77488FE6-99C2-478A-BF45-76B7192B05F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 49c52e8..552a05e 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 @@ -8,12 +8,8 @@ 2.0 {9AB352DA-BC41-4FD6-9974-571B2894D873} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a51951e..3988a49 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 @@ -8,12 +8,8 @@ 2.0 {3683291A-FC9F-459E-87CC-25F401C2DEAA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 18a94a2..69d08c2 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 @@ -8,12 +8,8 @@ 2.0 {5206C50D-0D7C-4593-A659-3D51FFA19454} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0d7cbfc..7a0334d 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 @@ -8,12 +8,8 @@ 2.0 {B608C48E-89BD-4D20-8DA5-B1DBA234D893} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7c515b5..2f8756d 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 @@ -8,12 +8,8 @@ 2.0 {083D1F5E-6CF7-4B78-B940-439A8CCA0157} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d10dd8c..de18408 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 @@ -8,12 +8,8 @@ 2.0 {4B961CFE-BB95-4937-9882-E0656590CB30} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4233266..dd39445 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 @@ -8,12 +8,8 @@ 2.0 {F7C875D0-CC56-4BA0-ABEC-A1DB51C9BEB9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e0a63c0..77e8004 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 @@ -8,12 +8,8 @@ 2.0 {4646A951-3BC6-4ECA-8884-A26246FA86B6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d99daef4..6928c07 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 @@ -8,12 +8,8 @@ 2.0 {787F11B6-3900-430B-A6FC-9FE7157625EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6c8c1dd..e8a2743 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 @@ -8,12 +8,8 @@ 2.0 {074BA388-8FD2-4B1E-B762-6A31236813C6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dc4008e..133fd6a 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 @@ -8,12 +8,8 @@ 2.0 {E4FC4ED5-8385-4667-9C1C-1AAAB167E2C5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e16f52a..808c2c4 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 @@ -8,12 +8,8 @@ 2.0 {D0FE1238-7277-4663-B545-63D2A8B30F97} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2dc47f7..89bd43f 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 @@ -8,12 +8,8 @@ 2.0 {5E015DDE-3EC4-43FB-A2BE-C07446B944E8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c981801..50a0a3a 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 @@ -8,12 +8,8 @@ 2.0 {D2E40B34-682E-4615-A404-DB62775DD4D0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd87190..824fcd1 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 @@ -8,12 +8,8 @@ 2.0 {7EED0C6A-CE76-4E71-AF16-806C00CEA1D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 952e566..74888ae 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 @@ -8,12 +8,8 @@ 2.0 {3AEBCD23-397B-4952-815A-BA1F23DDF951} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 71d586c..d6ef901 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 @@ -8,12 +8,8 @@ 2.0 {139F6A41-C301-4740-A7E7-F4491588F8CF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 81934fa..07c1bdb 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 @@ -8,12 +8,8 @@ 2.0 {5E41B7A6-61CC-4AF4-9A41-50662EE3AF9C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f6d63a0..9469c11 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 @@ -8,12 +8,8 @@ 2.0 {EAC06643-6BE2-42A5-85C3-C5D5BD463067} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 84a0940..2939a53 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 @@ -8,12 +8,8 @@ 2.0 {A62D095E-4206-4D11-8762-11DDD63E931E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 734e73a..cda7c47 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj @@ -8,12 +8,8 @@ 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 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 0875db3..2a8df23 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 @@ -8,12 +8,8 @@ 2.0 {E6D99C96-0E6F-49BB-A9E7-898345BB88EB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d6c1185..86f4356 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 @@ -8,12 +8,8 @@ 2.0 {5B790B31-497A-486B-A30C-67F013E370CA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0aa392f..dea0a1b 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 @@ -8,12 +8,8 @@ 2.0 {66CF5824-3763-47A8-ABEA-E8C583DB765F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f340d5d..a9e9ff6 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 @@ -8,12 +8,8 @@ 2.0 {2BDC4E05-9BC3-46E0-B75C-A69451E3DD5E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96fbe57..1aebc16 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 @@ -8,12 +8,8 @@ 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 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 ab2c5b5..b238c51 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 @@ -8,12 +8,8 @@ 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 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 bfbc94a..8f05623 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 @@ -8,12 +8,8 @@ 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 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 34f7140..dfb6a90 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 @@ -8,12 +8,8 @@ 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 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 9c34e57..7183aa8 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 @@ -8,12 +8,8 @@ 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 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 4d75924..1acf267 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 @@ -8,12 +8,8 @@ 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 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 c401fbe..ea95b94 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 @@ -8,12 +8,8 @@ 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 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 d2bb5cc..fb3c8a0 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 @@ -8,12 +8,8 @@ 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 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 94a7748..d67b3f1 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 @@ -8,12 +8,8 @@ 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 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 bef6e5f..985fb07 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 @@ -8,12 +8,8 @@ 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 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 f22216f..b1eac53 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 @@ -8,12 +8,8 @@ 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 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 0981102..ac12210 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 @@ -8,12 +8,8 @@ 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 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 04822d1..e81b2f8 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 @@ -8,12 +8,8 @@ 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 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 852a9e4..d563494 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 @@ -8,12 +8,8 @@ 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 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 cac769b..f12d776 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 @@ -8,12 +8,8 @@ 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 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 54d0f0c..5c194d2 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 @@ -8,12 +8,8 @@ 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 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 632d0b5..0355ad8 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 @@ -8,12 +8,8 @@ 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 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 66f9ed1..2664f75 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 @@ -8,12 +8,8 @@ 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 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 4811c06..15366b5 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 @@ -8,12 +8,8 @@ 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 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 507e0f0..bcc2299 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 @@ -8,12 +8,8 @@ 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 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 5d3dc6b..7d6cf7c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7d3ae9b..8a5bd42 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2be6b74..08b2e05 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 @@ -8,12 +8,8 @@ 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 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 4d29197..ed41dbf 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 @@ -8,12 +8,8 @@ 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 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 ce12364..ea1c3a6 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 @@ -8,12 +8,8 @@ 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 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 6081b6e..be1d8b9 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 @@ -8,12 +8,8 @@ 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 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 5bbf641..706a880 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 @@ -8,12 +8,8 @@ 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 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 80fc24d..925c572 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 @@ -8,12 +8,8 @@ 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 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 c81dd83..bccfad4 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 @@ -8,12 +8,8 @@ 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 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 895fa91..4b2d00c 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 @@ -8,12 +8,8 @@ 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 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 9549b72..f14b1a4 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 @@ -8,12 +8,8 @@ 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 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 47300f4..c90b4e9 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 @@ -8,12 +8,8 @@ 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 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 0455793..3f19efd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b42625f..611081d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e262cee..ea05ff4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6940e2b..04167e3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 88590f8..3230521 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 @@ -8,12 +8,8 @@ 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 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 7c96259..8bd4d53 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 @@ -8,12 +8,8 @@ 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 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 a574e07..797ec02 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 @@ -8,12 +8,8 @@ 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 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 630964e..37aae31 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 @@ -8,12 +8,8 @@ 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 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 cc5e10b..3aba180 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj @@ -8,12 +8,8 @@ 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 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 0042fc1..67646f3 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj @@ -8,12 +8,8 @@ 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 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 d7e7608..2a045aa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj @@ -8,12 +8,8 @@ 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 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 931c118..4c90709 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj @@ -8,12 +8,8 @@ 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 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 4766514..1932820 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj @@ -8,12 +8,8 @@ 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 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 f4032c5..a5246d0 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj @@ -8,12 +8,8 @@ 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 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 6746372..0be733a 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 @@ -8,12 +8,8 @@ 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 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 5f0da35..cdc9b78 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj @@ -8,12 +8,8 @@ 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 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 7f98be6..59fb42b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj @@ -8,12 +8,8 @@ 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 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 44ab288..2cf5280 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj @@ -8,12 +8,8 @@ 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 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 a276296..94a6450 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj @@ -8,12 +8,8 @@ 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 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 50d1a3e..fd5c9f0 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 @@ -8,12 +8,8 @@ 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 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 69d3dab..6e8388b 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 @@ -8,12 +8,8 @@ 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 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 b393867..e0ef3aa 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 @@ -8,12 +8,8 @@ 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 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 089a438..0242967 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 @@ -8,12 +8,8 @@ 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 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 916fa1a..7e10a92 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj @@ -8,12 +8,8 @@ 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 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 8188e9e..305cde7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj @@ -8,12 +8,8 @@ 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 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 aaaac88..c617b9a 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 @@ -8,12 +8,8 @@ 2.0 {C17DAACE-3DBA-4199-90E2-96F991712114} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e4521b..2e3040f 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 @@ -8,12 +8,8 @@ 2.0 {5540B7B2-2011-400F-9DF6-3A35CF7C4004} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c532195..bed36da 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 @@ -8,12 +8,8 @@ 2.0 {5536EDEC-592C-4855-8560-839687B39DEF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 19a074a..7d8c25d 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 @@ -8,12 +8,8 @@ 2.0 {F99AADDF-CFF0-43F7-9AC9-D19E5A72DBBE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d559008..75fd194 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 @@ -8,12 +8,8 @@ 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 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 3f2530b..8425399 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 @@ -8,12 +8,8 @@ 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 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 fea459f..792bfb1 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 @@ -8,12 +8,8 @@ 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 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 d6326994d..49c15f4 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 @@ -8,12 +8,8 @@ 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 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 85e6960..88f2d6b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj @@ -8,12 +8,8 @@ 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 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 04d4f8d..f741aea 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 @@ -8,12 +8,8 @@ 2.0 {0F8D7570-F2F9-48EC-8337-D30A7E3E804E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 de39f6a..950d54d 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 @@ -8,12 +8,8 @@ 2.0 {74D4B57D-1DCD-4AA9-B60E-76892E52EA3A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 50af478..c15c364 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 @@ -8,12 +8,8 @@ 2.0 {692088EB-4644-4378-B391-3C06C532281C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd1cf4f..d21f563 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 @@ -8,12 +8,8 @@ 2.0 {670924CC-25CB-4669-9106-89971679F2C7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2369b37..d8b77309 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 @@ -8,12 +8,8 @@ 2.0 {FFFA3954-E59A-4071-86EC-06DA7A87B349} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c9c5e8..0f23293 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 @@ -8,12 +8,8 @@ 2.0 {86DB00A7-72CA-4FCC-9A62-9AF981C699FD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9c1b578..7c0bab5 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 @@ -8,12 +8,8 @@ 2.0 {EBF6CE8E-B096-4B19-A8FB-08AF2C2E34A6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fa2019b..c78da58 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 @@ -8,12 +8,8 @@ 2.0 {01804A6B-5548-41C8-BE15-95585B0375EC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8066087..b5e1e98 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 @@ -8,12 +8,8 @@ 2.0 {526DCCAB-BFA3-423A-AE11-A23C49639EF4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6403b9a..854ce99 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 @@ -8,12 +8,8 @@ 2.0 {17AEDCD1-89CD-4206-B76C-0161143AC72F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 88b95d0..2fbf735 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 @@ -8,12 +8,8 @@ 2.0 {836AD7B3-35E6-49F0-AA37-AB051B84E559} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9c3572e..e242f62 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 @@ -8,12 +8,8 @@ 2.0 {B5EFBD85-B7E4-4521-8614-AD95F48DFAA3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 407e027..5011180 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 @@ -8,12 +8,8 @@ 2.0 {635215B3-122F-499D-8CAB-22F00651EA12} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a30d239..bd5a28f 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 @@ -8,12 +8,8 @@ 2.0 {969159A4-B449-49AB-85BC-816C4EF69BD7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ce4be59..42ad301 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 @@ -8,12 +8,8 @@ 2.0 {252285C6-BDDB-4826-9E93-7702B02E4BF9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fb92e55..c2b803e 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 @@ -8,12 +8,8 @@ 2.0 {62C4714A-E180-41FC-B44F-9B87B2375A23} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6431422..ade1872 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 @@ -8,12 +8,8 @@ 2.0 {66387298-3248-499D-BBC1-908CABCDC93D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 29d6ab8..fa38bd3 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 @@ -8,12 +8,8 @@ 2.0 {682F6F7E-6292-4FEA-B9C5-B40FF34E961D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 664ea91..869a065 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 @@ -8,12 +8,8 @@ 2.0 {D2BEDF6D-C783-44FA-AADD-BC6227726261} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c873d73..6656bc1 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 @@ -8,12 +8,8 @@ 2.0 {A4C13469-BE68-490F-8B97-F8F0D94D7121} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a58d2e4..71cdb3a 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 @@ -8,12 +8,8 @@ 2.0 {FE50A648-7B41-4F1D-8B76-AF8691895B3F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d0b0649..c694a12 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 @@ -8,12 +8,8 @@ 2.0 {A2B2449A-76A8-48F4-8543-AC20026C5148} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1364c74..4b3dba6 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 @@ -8,12 +8,8 @@ 2.0 {F3421840-6516-40F1-842E-323DF63B3329} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 634119b..402aa77 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 @@ -8,12 +8,8 @@ 2.0 {8073C7BD-50CE-4CE1-8790-FE34E1D110E8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 16b0c93..249e27cb 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 @@ -8,12 +8,8 @@ 2.0 {C311BEB7-F49A-400B-9FA9-D42156D8AF59} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 62771db..2458e84 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 @@ -8,12 +8,8 @@ 2.0 {5DA2C5C2-46DE-43A7-8AFE-52546BD11F8F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74e9051..5a8da94 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 @@ -8,12 +8,8 @@ 2.0 {70A1E75C-C1E9-4FA8-982D-1EFFAE36C08B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 776817f..b1913e2 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 @@ -8,12 +8,8 @@ 2.0 {F1D591B1-0CE7-4F36-A258-F0CDE36CAC05} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bab2222..7ddedae 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 @@ -8,12 +8,8 @@ 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 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 fca2ffe..826ffb3 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 @@ -8,12 +8,8 @@ 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 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 4dc202a..1ef1539 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 @@ -8,12 +8,8 @@ 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 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 552893b..8df98b6 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 @@ -8,12 +8,8 @@ 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 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 37378dd..51bbf62 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 @@ -8,12 +8,8 @@ 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 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 6a0bfdc..80ca636 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 @@ -8,12 +8,8 @@ 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 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 a43d7d2..48e0817 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 @@ -8,12 +8,8 @@ 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 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 079857c..c665e0b 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 @@ -8,12 +8,8 @@ 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 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 b409a54..bfebd4d 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 @@ -8,12 +8,8 @@ 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 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 244119a..09a39b8 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 @@ -8,12 +8,8 @@ 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 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 ec11589..cff0197 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 @@ -8,12 +8,8 @@ 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 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 a816993..6c6a63e 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 @@ -8,12 +8,8 @@ 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 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 c0c6482..83287fe 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 @@ -8,12 +8,8 @@ 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 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 18cdcb7..7418860 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 @@ -8,12 +8,8 @@ 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 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 f1a414e..a5f0042 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 @@ -8,12 +8,8 @@ 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 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 62e9a31..7046078 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 @@ -8,12 +8,8 @@ 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 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 50d1a3e..fd5c9f0 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 @@ -8,12 +8,8 @@ 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 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 3d13bc6..c4789da 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 @@ -8,12 +8,8 @@ 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 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 da13722..3cb4dbd 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 @@ -8,12 +8,8 @@ 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 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 6cad975..24755ee 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 @@ -8,12 +8,8 @@ 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 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 8482730..2439dcd 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 @@ -8,12 +8,8 @@ 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 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 e98aa34..e9468d5 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 @@ -8,12 +8,8 @@ 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 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 9a7b469..7720236 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 @@ -8,12 +8,8 @@ 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 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 af717a1..b07f2e0 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 @@ -8,12 +8,8 @@ 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 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 54c1999..20b692f 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 @@ -8,12 +8,8 @@ 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 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 3cf2f13..812db7d 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 @@ -8,12 +8,8 @@ 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 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 8ade898..bf768d0 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 @@ -8,12 +8,8 @@ 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 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 9c4a817..95e4935 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 @@ -8,12 +8,8 @@ 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 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 67e127f..bfbdc8d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj @@ -8,13 +8,9 @@ 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 ..\..\ true - 7a9bfb7d BuildOnly 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 3f28ef1..1b1e7b1 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj @@ -8,13 +8,9 @@ 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 ..\..\ true - 7a9bfb7d BuildOnly 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 36b64e1..7a47750 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c156a4c..1283d84 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fcca8f2..dc6b3cf 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 @@ -8,12 +8,8 @@ 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 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 38348dc..c5a3821 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 @@ -8,12 +8,8 @@ 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 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 396485a..f4a3a4a 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 @@ -8,12 +8,8 @@ 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 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 d13be19..35ad9ae 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 @@ -8,12 +8,8 @@ 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 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 5ff230e..bdccd9b 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 @@ -8,12 +8,8 @@ 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 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 aaffc82..75d8497 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj index 2e89266..3f6d913 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj index 2eb8f9d..8a63e85 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj index 261f43e..fc2780b 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj index 05a0286..50c3d55 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj index 4e5e863..af97d60 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj index 53561e5..98e7fc9 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj index 8915e2e..cb9ac50 100644 --- a/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj +++ b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj @@ -8,12 +8,8 @@ 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 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 9bf4944..84e81b7 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 @@ -8,12 +8,8 @@ 2.0 {21FE6A95-5B17-4AC7-B5CB-32594DDE8172} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 712fc88..ffb0223 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj @@ -8,12 +8,8 @@ 2.0 {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 205fba4..3c406d8 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 @@ -8,12 +8,8 @@ 2.0 {85BA4D30-89D2-400E-87EE-16A73C104C11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c5e348c..d6517aa 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj @@ -8,12 +8,8 @@ 2.0 {73F2BEC9-2696-44E4-BBD5-51E95E3BCC99} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bf27541..9312b90 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj @@ -8,12 +8,8 @@ 2.0 {81F3AFF3-023A-4CE5-8BAA-271BB68FB133} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 180563d..2a25035 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj @@ -8,12 +8,8 @@ 2.0 {F0EFE7B4-4364-45C6-8491-E5F5F127CDD1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd0cb72..dab9493 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 @@ -8,12 +8,8 @@ 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 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 a37aaa0..4e6e092 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 @@ -8,12 +8,8 @@ 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 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 d1ec649..c98b81d 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 @@ -8,12 +8,8 @@ 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 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 7584130..1d9c9f8 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 @@ -8,12 +8,8 @@ 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 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 c91707d..7a1af52 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 @@ -8,12 +8,8 @@ 2.0 {6EAEA64D-0062-4D88-ADDE-4169E502FF59} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cab86ca..6058afb 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 @@ -8,12 +8,8 @@ 2.0 {BB831C2F-A50B-4845-895F-63626C532CFA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3dd373c..ce00195 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 @@ -8,12 +8,8 @@ 2.0 {8711F254-3E93-4F1E-B2B3-DB6E34CE10B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ca4cd6f..6db9970 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 @@ -8,12 +8,8 @@ 2.0 {1EC5A52D-60F5-4F1F-B85D-81E81F1C765A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 096f5dd..940705c 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj @@ -8,12 +8,8 @@ 2.0 {BA376677-A1BA-430A-A03F-0348CCDED059} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 403f78f..1d6beb9 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 @@ -8,12 +8,8 @@ 2.0 {E36836E5-9AEE-4B23-835E-1C6CDA002DBA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 09f4b38..991ef9c 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 @@ -8,12 +8,8 @@ 2.0 {04AF3C38-9796-4C40-B6CF-4A9F48BB5076} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 000452a..3dc3e7a 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 @@ -8,12 +8,8 @@ 2.0 {BFB8EFE5-7236-437E-A3C2-5811D340B056} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 942e3bb..57ff386 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 @@ -8,12 +8,8 @@ 2.0 {4F00E4F2-9957-4845-91A3-D2E903014B68} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4ef99f7..e22d872 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 @@ -8,12 +8,8 @@ 2.0 {B310070F-A72B-49F2-B75F-09F072EE595D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 822a2b6..290b105 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 @@ -8,12 +8,8 @@ 2.0 {463BD49E-2227-483E-8E08-FCB431FC9C54} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 33abf42..294233a 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 @@ -8,12 +8,8 @@ 2.0 {BA483BED-BD99-4AE0-B4DC-42BF573F054D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 37facf3..79a80bb 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 @@ -8,12 +8,8 @@ 2.0 {C3FB16BB-A1CB-4294-B154-A8704C95F0D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2696a91..5a0a5ae 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj @@ -8,12 +8,8 @@ 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 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 ab41c57..287f038 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj @@ -8,12 +8,8 @@ 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 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 90f91c4..006d84d 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj @@ -8,12 +8,8 @@ 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 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 e28a6f2..9543cd4 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj @@ -8,12 +8,8 @@ 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 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 a3c3153..7e4c5e6 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj @@ -8,12 +8,8 @@ 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 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 c5ee28b..f0d9a4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj @@ -8,12 +8,8 @@ 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 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 f1dc73b..96b779f 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj @@ -8,12 +8,8 @@ 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 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 848c8ee..f53c678 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj @@ -8,12 +8,8 @@ 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 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 15d9e4c..814a738 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj @@ -8,12 +8,8 @@ 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 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 f206070..e2bf9cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj @@ -8,12 +8,8 @@ 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 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 55b21c7..2b0bb43 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj @@ -8,12 +8,8 @@ 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 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 e48c313..195c716 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj @@ -8,12 +8,8 @@ 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 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 6649bce..96c697d 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj @@ -8,12 +8,8 @@ 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 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 e9fad90..9edb736 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj @@ -8,12 +8,8 @@ 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 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 abf6693..602c2ee 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj @@ -8,12 +8,8 @@ 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 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 253958d..8e9ee62 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj @@ -8,12 +8,8 @@ 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 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 eb6c067..d9b19fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj @@ -8,12 +8,8 @@ 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 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 dd13d93..2d0d053 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj index 066bf81..8e5dfea 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj @@ -8,12 +8,8 @@ 2.0 {EF78FAFF-1A60-4ACA-B8F0-8B3C14D89C5F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj index 8900159..f8620c0 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj @@ -8,12 +8,8 @@ 2.0 {D08BDFE0-70D1-4465-9AF3-1D95BA27F8AF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 999a2bf..40782d6 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 @@ -8,12 +8,8 @@ 2.0 {DF9F4DF1-EE55-4CF4-9362-F8AD0646EE31} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0392787..932b06d 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 @@ -8,12 +8,8 @@ 2.0 {D773D72F-F59F-47FE-8BC1-5B77C374CDED} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f29c1e0..7971b0f 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 @@ -8,12 +8,8 @@ 2.0 {BF7A1709-11C5-4C19-9335-946A65F7B71C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 edb5100..efa6fd5 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 @@ -8,12 +8,8 @@ 2.0 {9AB77F8B-4584-4AE3-BD06-C538D83F72C0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj index 85ba6e8..1e59965 100644 --- a/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj +++ b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj @@ -8,12 +8,8 @@ 2.0 {996021AF-AB49-4B39-A3C7-3D874E9B4230} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e9697db..1227703 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 @@ -8,12 +8,8 @@ 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 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 a72b7c4..0d79b3b 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 @@ -8,12 +8,8 @@ 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 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 7f9bd2b..178cceb 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 @@ -8,12 +8,8 @@ 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 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 2a0a84d..033bc3b 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 @@ -8,12 +8,8 @@ 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 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 0f52439..5ca2721 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 @@ -8,12 +8,8 @@ 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 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 3df7cbd..8ca3b29 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 @@ -8,12 +8,8 @@ 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 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 a415caf..76a908f 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 @@ -8,12 +8,8 @@ 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 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 87f9ec3..9c6d9e1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj @@ -8,12 +8,8 @@ 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 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 e37fc57..63a911c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj @@ -8,12 +8,8 @@ 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 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 0b0a85a..684d2a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj @@ -8,12 +8,8 @@ 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 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 8a488ca..877edf6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj @@ -8,12 +8,8 @@ 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 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 c6ec80d..10dbc2b 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj @@ -8,12 +8,8 @@ 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 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 dd6c6ee..2d26249 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj @@ -8,12 +8,8 @@ 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 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 54e0b10..a7d0e67 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj @@ -8,12 +8,8 @@ 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 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 06c1c20..4f5a688 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj @@ -8,12 +8,8 @@ 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 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 0e7ee8f..10f27a6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj @@ -8,12 +8,8 @@ 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 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 2d6169b..6b1c02e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj @@ -8,12 +8,8 @@ 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 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 a59a88d..7c23fdb 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj @@ -8,12 +8,8 @@ 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 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 c0b19c7..4f1ec46 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj @@ -8,12 +8,8 @@ 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 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 30b9f99..3a14a65 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj @@ -8,12 +8,8 @@ 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 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 f867502..2d74bc0 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj @@ -8,12 +8,8 @@ 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 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 4780112..64102b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj @@ -8,12 +8,8 @@ 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 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 239c11d..932ece4 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj @@ -8,12 +8,8 @@ 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 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 4521545..8176413 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj @@ -8,12 +8,8 @@ 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 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 63ec99c..227e94f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj @@ -8,12 +8,8 @@ 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 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 7bd0388..5e775e2 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj @@ -8,12 +8,8 @@ 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 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 74bce93..ec87d3a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj @@ -8,12 +8,8 @@ 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 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 7f6138a..6b72892 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj @@ -8,12 +8,8 @@ 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 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 f5cc95a..75e219e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj @@ -8,12 +8,8 @@ 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 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 105e7ed..6733652 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj @@ -8,12 +8,8 @@ 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 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 ade6d5e..72a1234 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj @@ -8,12 +8,8 @@ 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 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 67db9fd..6e1b986 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj @@ -8,12 +8,8 @@ 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 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 20bda24..d93e5e8 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj @@ -8,12 +8,8 @@ 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 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 85bf905..fc99c3b 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj @@ -8,12 +8,8 @@ 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 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 a08b6c5..83c5d21 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj @@ -8,12 +8,8 @@ 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 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 536039d..675a473 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj @@ -8,12 +8,8 @@ 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 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 ddba0e8..cdb9512 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj @@ -8,12 +8,8 @@ 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 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 ac54531..047d272 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj @@ -8,12 +8,8 @@ 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 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 26e35cc..817d41f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj @@ -8,12 +8,8 @@ 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 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 3e0dace..a9c2ad2 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj @@ -8,12 +8,8 @@ 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 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 8d4ff8a..18a0f5e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj @@ -8,12 +8,8 @@ 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 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 ae9b71e..3eaee99 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj @@ -8,12 +8,8 @@ 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 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 9f6a0a6..5066436 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj @@ -8,12 +8,8 @@ 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 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 80bce5d..88d54da 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj @@ -8,12 +8,8 @@ 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 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 900c4a1..12b9285 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj @@ -8,12 +8,8 @@ 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 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 530067e..bbdac68 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj @@ -8,12 +8,8 @@ 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 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 fc4c016..6b73987 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj @@ -8,12 +8,8 @@ 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 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 3a36be1..6777a43 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj @@ -8,12 +8,8 @@ 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 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 47b86e1..5ba3726 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj @@ -8,12 +8,8 @@ 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 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 bc9fd94..8ee24d0 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj @@ -8,12 +8,8 @@ 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 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 efd2364..962a183 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj @@ -8,12 +8,8 @@ 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 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 f32abb0..9aa0794 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj @@ -8,12 +8,8 @@ 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 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 7173773..0ccbc54 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj @@ -8,12 +8,8 @@ 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 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 f3bc4f9..e7208d6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj @@ -8,12 +8,8 @@ 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 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 4730c23..633ac85 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj @@ -8,12 +8,8 @@ 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 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 1d5cb24..3e90a53 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj @@ -8,12 +8,8 @@ 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 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 430dc26..6a03159 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj @@ -8,12 +8,8 @@ 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 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 4140f85..673cd2e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj @@ -8,12 +8,8 @@ 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 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 70c72be..9f06c3e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj @@ -8,12 +8,8 @@ 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 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 4e5aa8a..1ff52d6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj @@ -8,12 +8,8 @@ 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 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 40eb030..95fc60c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj @@ -8,12 +8,8 @@ 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 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 d96b17a..c5bf114 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj @@ -8,12 +8,8 @@ 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 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 ef40ad0..e2e745a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj @@ -8,12 +8,8 @@ 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 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 f671ed5..fdbe5fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj @@ -8,12 +8,8 @@ 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 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 12ae1ab..2e1276d 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj @@ -8,12 +8,8 @@ 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 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 b84a64c..ad0bf81 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj @@ -8,12 +8,8 @@ 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 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 f2f6f1b..b8dd7bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj @@ -8,12 +8,8 @@ 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 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 297ac6b..5854d01 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj @@ -8,12 +8,8 @@ 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 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 5a7cf73..8145f94 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj @@ -8,12 +8,8 @@ 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 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 aa617b1..68ff8ce 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj @@ -8,12 +8,8 @@ 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 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 bb0f532..6d67829 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj @@ -8,12 +8,8 @@ 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 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 f59c208..e9c2606 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj @@ -8,12 +8,8 @@ 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 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 68e1a06..002ef28 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj @@ -8,12 +8,8 @@ 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 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 52a75d1..eccff9e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj @@ -8,12 +8,8 @@ 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 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 6599956..ad6320f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj @@ -8,12 +8,8 @@ 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 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 ed0bb78..dd52e16 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj @@ -8,12 +8,8 @@ 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 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 7c3514a..0deeae5 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj @@ -8,12 +8,8 @@ 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 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 86ffd99..209e5dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj @@ -8,12 +8,8 @@ 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 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 7bfe304..bc58748 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj @@ -8,12 +8,8 @@ 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 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 9ec4082..1f007b1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj @@ -8,12 +8,8 @@ 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 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 ef46546..b2a81ee 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj @@ -8,12 +8,8 @@ 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 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 d72a417..121ec6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj @@ -8,12 +8,8 @@ 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 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 4ea6a33..0e09639 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj @@ -8,12 +8,8 @@ 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 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 ff2e34c..746179a 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 @@ -8,12 +8,8 @@ 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 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 5a8aec4..e85f1d8 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 @@ -8,12 +8,8 @@ 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 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 eabc64f..92c62ab 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 @@ -8,12 +8,8 @@ 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 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 8b1413f..2a60a26 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 @@ -8,12 +8,8 @@ 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 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 9e09a39..d6063ef 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 @@ -8,12 +8,8 @@ 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 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 fff4328..6334a20 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 @@ -8,12 +8,8 @@ 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 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 2e7a7c2..c0b62f2 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 @@ -8,12 +8,8 @@ 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 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 00ae79a..3e5de72 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 @@ -8,12 +8,8 @@ 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 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 d664eae..402e06a 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 @@ -8,12 +8,8 @@ 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 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 30852e5..7d247ed 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 @@ -8,12 +8,8 @@ 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 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 bf6ad59..5574f43 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 @@ -8,12 +8,8 @@ 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 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 71fc62c..97f6cf4 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 @@ -8,12 +8,8 @@ 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 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 26a9bb3..889be78 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 @@ -8,12 +8,8 @@ 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 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 9b617f6..73db720 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 @@ -8,12 +8,8 @@ 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 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 93bdccd..1a335c5 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 @@ -8,12 +8,8 @@ 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 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 af1ebba..53badbe 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 @@ -8,12 +8,8 @@ 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 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 77e212f..14bb07d 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 @@ -8,12 +8,8 @@ 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 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 0ccc59d..aec70d8 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 @@ -8,12 +8,8 @@ 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 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 b03ecb3..211a2b5 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 @@ -8,12 +8,8 @@ 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 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 e990647..b6d77ab 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 @@ -8,12 +8,8 @@ 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 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 8069364..d23bdaf 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 @@ -8,12 +8,8 @@ 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 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 da2eba0..3ac17c3 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 @@ -8,12 +8,8 @@ 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 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 760060f..8710250 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 @@ -8,12 +8,8 @@ 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 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 5d610e1..116f89a 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 @@ -8,12 +8,8 @@ 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 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 1eaf6a2..3a77c88 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 4cab0a7..81a3e31 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 @@ -8,12 +8,8 @@ 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 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 7586311..35d185a 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj index de2a225..2434443 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj @@ -8,12 +8,8 @@ 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 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 dfdf831..6edfc40 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj @@ -8,12 +8,8 @@ 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 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 81c407f..d94315a 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj @@ -8,12 +8,8 @@ 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 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 244ecd1..878c5bb 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj index f7d5404..058c7bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj @@ -8,12 +8,8 @@ 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 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 73fd867..7ebe7b2 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj @@ -8,12 +8,8 @@ 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 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 62b2211..764c279 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj index ffdce6b..3f00df9 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 aea4064..7744a10 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 @@ -8,12 +8,8 @@ 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 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 46cd56c..1b0d1e9 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 @@ -8,12 +8,8 @@ 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 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 d3fe079..e38a69b 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 @@ -8,12 +8,8 @@ 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 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 4ec3e1a..945f0bc 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 @@ -8,12 +8,8 @@ 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 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 4768632..91f163b 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 @@ -8,12 +8,8 @@ 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 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 5f9b54e..a0217f6 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 @@ -8,12 +8,8 @@ 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 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 d4f0595..5dafc9f 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 @@ -8,12 +8,8 @@ 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 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 d6ab2f7..e294b31 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 @@ -8,12 +8,8 @@ 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 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 a7a2001..53babfb 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 @@ -8,12 +8,8 @@ 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 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 1848f83..3b95565 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj index 955521b..29d243e 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj index 7aefa8e..2e74b28 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj index 3d6adb8..37666c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj index 7676d3c..42750bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj index cb59553..747ffc2 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj @@ -8,12 +8,8 @@ 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 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 4f6be77..f83ae11 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 @@ -8,12 +8,8 @@ 2.0 {6FDF315A-5225-461E-895D-301CC2050F61} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5509b63..9af2592 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 @@ -8,12 +8,8 @@ 2.0 {709C9072-CB04-41B3-8D13-6B8FF3C2B7FA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 53ae5c7..45e2888 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 @@ -8,12 +8,8 @@ 2.0 {1395D6FB-EECE-4F71-AA76-596BD19E9DFF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 def8ca3..a07f5df 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 @@ -8,12 +8,8 @@ 2.0 {6C120650-2F5F-497F-B549-AECD705C3298} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d4a26ed..690dee9 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj @@ -8,12 +8,8 @@ 2.0 {243A642E-779B-4660-9FAE-F40A3E117598} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2ea2e6d..ef9e87b 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj @@ -8,12 +8,8 @@ 2.0 {89E37000-896E-4DD5-BE59-AB3AE8E0452D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3c3f752..b42825e 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj @@ -8,12 +8,8 @@ 2.0 {6A409898-4C54-4952-8D10-4805CF04E3E4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 88a10bd..18524df 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj @@ -8,12 +8,8 @@ 2.0 {60D2F293-AE51-496E-BF9D-8220AE7E3F32} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4521cf3..07a215b 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 @@ -8,12 +8,8 @@ 2.0 {6CEC3ED9-1237-45C7-9C94-4E75BCFC3C2C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3edc7f7..7a7abb9 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 @@ -8,12 +8,8 @@ 2.0 {6CD15AD8-C9CE-4B0C-9EFA-29253F2C01F4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd448c4..84f0231 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 @@ -8,12 +8,8 @@ 2.0 {D962E02D-75D1-4A3A-A1A8-7AAE32E86D75} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d4269ff..183819e 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 @@ -8,12 +8,8 @@ 2.0 {693C6DD6-4F3E-44A5-AE97-600BC5780DB3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dbe1073..cae9c2d 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj @@ -8,12 +8,8 @@ 2.0 {622F3173-9D02-4B96-B9B2-0A20085CEA9F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 108c1ea..8c4ee8e 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj @@ -8,12 +8,8 @@ 2.0 {4151BEBB-509B-426C-8799-5831EAB1A501} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dfa39c0..fcf4d57 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj @@ -8,12 +8,8 @@ 2.0 {2E5E4849-02BA-4A67-8BFC-C8234F9ED3FA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6147801..bb96918 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj @@ -8,12 +8,8 @@ 2.0 {DA129426-1577-4548-AEFF-FA3E9DD4C238} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 79495ee..284002a 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj @@ -8,12 +8,8 @@ 2.0 {D988E826-E0FF-473E-B16F-1D1361B77055} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 560480d..93c5531 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj @@ -8,12 +8,8 @@ 2.0 {BFDC05E3-EE2D-4653-AF6B-B5427AC9C865} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b4ec7ad..fffa0c5 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj @@ -8,12 +8,8 @@ 2.0 {96C34EDA-804F-4071-B942-F5A7C4E22F15} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 65ea2bd..0f6be09 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj @@ -8,12 +8,8 @@ 2.0 {EBCBCA18-E205-4D9A-9337-3663A2067DCF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea80495..f9b8a01 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 @@ -8,12 +8,8 @@ 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 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 ad0becd..112baf7 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 @@ -8,12 +8,8 @@ 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 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 51cba7a..1946dee 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 @@ -8,12 +8,8 @@ 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 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 a689e7c..004166b 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 @@ -8,12 +8,8 @@ 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 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 291f76c..947de26 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 @@ -8,12 +8,8 @@ 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 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 4237e7c..cf7741d 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 @@ -8,12 +8,8 @@ 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 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 67ad0c5..7c51b5d 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 @@ -8,12 +8,8 @@ 2.0 {E359F45E-5837-4D77-8A21-2ED8FDD8F894} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e8a4f7c..d2bdbb8 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 @@ -8,12 +8,8 @@ 2.0 {561C7872-03CA-44A3-A6C1-84F6C90EE90F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f7aa660..8499aef 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 @@ -8,12 +8,8 @@ 2.0 {8614A72B-7562-42F2-B617-2638780BB28E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b0b3027..3918ab5 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 @@ -8,12 +8,8 @@ 2.0 {8125A0B7-986E-4A6F-A86D-E6D4B46716CA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d6d9e76..b396667 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj @@ -8,12 +8,8 @@ 2.0 {A5F2C5A6-CFED-460C-BA3C-CC12B7D65B04} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1e6d0e7..5d3c66c 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj @@ -8,12 +8,8 @@ 2.0 {F89754F7-86E1-44EE-A3EE-2256FF7CB6DA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e94b00..1e5e2bc 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj @@ -8,12 +8,8 @@ 2.0 {D82E4648-8B61-4440-9A33-A1A573819CDA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d05ea4b..c699000 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj @@ -8,12 +8,8 @@ 2.0 {77044369-D426-49C1-B738-4FBB1C88B20F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4de3e03..fea5e56 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 @@ -8,12 +8,8 @@ 2.0 {D1DB2E34-A5F3-46EC-9CBA-6C952AE50EF6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e32d979..de9724b 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 @@ -8,12 +8,8 @@ 2.0 {33869AC4-FDC0-481E-BA88-DEAD9629BDF0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b49d1b6..522af47 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 @@ -8,12 +8,8 @@ 2.0 {F595FF0D-D7F5-4D91-9265-0875DA1DEEDB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9e461c2..55a14c2 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 @@ -8,12 +8,8 @@ 2.0 {6B2D1E6F-69BC-43FB-9749-376324A45285} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 73126f9..d094c04 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj @@ -8,12 +8,8 @@ 2.0 {7B10C9CA-7BA5-4D17-9E04-F497B26150FB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 013345b..b591d22 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj @@ -8,12 +8,8 @@ 2.0 {B9C90B98-C141-43C4-B7AD-A80A11194326} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 152f681..c9605cd 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj @@ -8,12 +8,8 @@ 2.0 {FB91C947-292D-4338-89C4-CE25442BC21A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eaeed2f..ed8fc30 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj @@ -8,12 +8,8 @@ 2.0 {3DA358E2-D2B8-4160-AAE8-353C355FC767} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 36d791b..d204586 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj @@ -8,12 +8,8 @@ 2.0 {1562736B-261A-40CC-8AFE-C0F1C2892DEB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5011ae5..b9693f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj @@ -8,12 +8,8 @@ 2.0 {8FB8C934-E5DA-4A20-930B-5C30BE80831A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8f5bf4b..12561c0 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj @@ -8,12 +8,8 @@ 2.0 {DB8A5DD9-466F-484E-AEBA-2B78F1FF3633} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4c2b3fd..f421606 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj @@ -8,12 +8,8 @@ 2.0 {50453737-C530-4473-8D14-123A43C9DA9F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 aea1fc9..3c98fd6 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj @@ -8,12 +8,8 @@ 2.0 {1562736B-261A-40CC-8AFE-C0F1C2892DEB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 662ece6..bbb0ef0 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj @@ -8,12 +8,8 @@ 2.0 {8FB8C934-E5DA-4A20-930B-5C30BE80831A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5f85088..778cb5f 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj @@ -8,12 +8,8 @@ 2.0 {DB8A5DD9-466F-484E-AEBA-2B78F1FF3633} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b554ee2..2a33122 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj @@ -8,12 +8,8 @@ 2.0 {50453737-C530-4473-8D14-123A43C9DA9F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 98146cc..13a7959 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 @@ -8,12 +8,8 @@ 2.0 {E27869B0-3B87-4C49-816E-456917FF793B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cfdf48c..eed4e3a 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 @@ -8,12 +8,8 @@ 2.0 {6843A842-DCA4-4EA5-95FB-9164F6067A34} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b764bdf..4c71805 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 @@ -8,12 +8,8 @@ 2.0 {0AB7BA45-9C43-4DC0-AF1E-5F51E7C5194A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 49822aa..4a117ff 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 @@ -8,12 +8,8 @@ 2.0 {EB897B42-FC20-4AAA-BD9D-34FA116BF84B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 23f4b8e..221414f 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj @@ -8,12 +8,8 @@ 2.0 {C640C7D2-7131-45B4-90DF-A8B02E394867} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1495849..33c7164 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj @@ -8,12 +8,8 @@ 2.0 {DD34B3DA-9910-497A-8475-10301F94FE15} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ed202b4..8f46e43 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj @@ -8,12 +8,8 @@ 2.0 {A4D554D9-407B-4D76-AEC2-6ABCE064AA15} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 375e9b4..0166c02 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj @@ -8,12 +8,8 @@ 2.0 {3CC950C2-CFBD-499A-8A32-AE359C46F96A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj index 07be0b3..d10e3f8 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj index 27b9046..8cba22a 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj index 0ee03ca..988b58b 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj index 1c658ef..79003f3 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj index de07236..a47cbad 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj @@ -8,12 +8,8 @@ 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 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 eb20178..fdf5789 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj @@ -8,12 +8,8 @@ 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 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 75f0826..08087f4 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj @@ -8,12 +8,8 @@ 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 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 7c17bd2..f0e5c8a 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj @@ -8,12 +8,8 @@ 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 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 a30ce98..39487f3 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj @@ -8,12 +8,8 @@ 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 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 97f76d7..6baf30d 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj @@ -8,12 +8,8 @@ 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 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 455c8e5..5a538c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj @@ -8,12 +8,8 @@ 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 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 1e12a67..a2638c8 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj @@ -8,12 +8,8 @@ 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 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 52a90a8..80ccf29 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj @@ -8,12 +8,8 @@ 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 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 393b9a3..967c018 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj index 4e140b6..65268f3 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj @@ -8,12 +8,8 @@ 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 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 1237741..5a477f4 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 @@ -8,12 +8,8 @@ 2.0 {205D9EA5-99D9-42A3-8670-C2F4E8E95DB4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4e70fdc..ccaae50 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 @@ -8,12 +8,8 @@ 2.0 {9F7BB3E7-27FD-44EB-B8C9-5E4B8596146A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e888c1..b87d5f8 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 @@ -8,12 +8,8 @@ 2.0 {A8BFCD41-6773-4700-8092-70369FDE6125} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2343116..7e7b659 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 @@ -8,12 +8,8 @@ 2.0 {1CF36D39-C343-4842-BBD6-8A170BBEABAC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 aa3b6e1..34098e1 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 @@ -8,12 +8,8 @@ 2.0 {7FDE4C23-E5E9-4891-9B21-4E3C94206E61} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 91f0052..3e377be 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 @@ -8,12 +8,8 @@ 2.0 {568DC68E-8321-4B98-AE6C-F4877B2C6E21} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 05ecdda..bdff06e 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 @@ -8,12 +8,8 @@ 2.0 {6531BCBB-6286-4989-ADF0-8C24C6D3490C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 423f6a4..c97169a 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 @@ -8,12 +8,8 @@ 2.0 {BB6F5D3B-AAD3-45CD-B2E8-DA9B64BB40EA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cd40d04..b910de8 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 @@ -8,12 +8,8 @@ 2.0 {84AC84B6-357C-4D39-8C62-E9B78C3D8198} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 413e3ca..96bb56a 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 @@ -8,12 +8,8 @@ 2.0 {EB58BEAA-3872-4F62-A0BF-596B18C4B4C7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f117c9..940594e 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 @@ -8,12 +8,8 @@ 2.0 {BE711884-16DD-41D3-8EE8-07DE371D3DD2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 51c71be..e178eed 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 @@ -8,12 +8,8 @@ 2.0 {BF20FD4B-45EE-4614-B121-9B8A1D856D0A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d21fe4c..3d2e84c 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 @@ -8,12 +8,8 @@ 2.0 {A6EE6750-296C-4545-8484-7BE877285357} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c766de9..4d7b2e1 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 @@ -8,12 +8,8 @@ 2.0 {1041EDB6-3F75-4892-9306-C0BF9C9D0584} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 056b2ed..3202ae5 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 @@ -8,12 +8,8 @@ 2.0 {ED1E29DC-FD20-4457-AC2B-4DF94248D0B6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 71296c8..ebb26c9 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 @@ -8,12 +8,8 @@ 2.0 {C10068FD-69FE-4DC7-B9EF-8973C193B354} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 89194c3..eb8f589 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 @@ -8,12 +8,8 @@ 2.0 {900795A5-A96E-4E6B-9C09-87617F444F05} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3e00e2d..4f1c658 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 @@ -8,12 +8,8 @@ 2.0 {630CD41D-B922-4064-B5CD-B77FF2C09B4C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6314939..6b80386 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 @@ -8,12 +8,8 @@ 2.0 {98EDD8DC-A478-49A5-89A5-78ADDBF4BD07} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c6b4570..99cf165 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 @@ -8,12 +8,8 @@ 2.0 {B2C7B915-DC44-4C68-AD3D-E94061A3CE79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ec8a8e0..b265304 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 @@ -8,12 +8,8 @@ 2.0 {2646F7D3-291C-4892-AEF1-6B14840F0E05} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9519309..274ef90 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 @@ -8,12 +8,8 @@ 2.0 {88289879-FE00-45B2-A561-783022B8BDEA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c3214b..3eaacf3 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 @@ -8,12 +8,8 @@ 2.0 {80F8F357-E85D-49BA-9065-AE13D7A79839} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f76bd59..081649c 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 @@ -8,12 +8,8 @@ 2.0 {551CDF76-46AD-435B-851E-12C74ACC72A6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 61e92b6..c0ce544 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 @@ -8,12 +8,8 @@ 2.0 {15426961-0948-487F-ABE5-08BE8E6C7607} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b362e94..9901216 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 @@ -8,12 +8,8 @@ 2.0 {B9C2A1E8-B95E-4765-B27D-F127A8E9D6C6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 49ea6aa..ce1dfe3 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 @@ -8,12 +8,8 @@ 2.0 {15184247-1A78-454F-A645-0ED2CE0DD16B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ac04208..3c02e13 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 @@ -8,12 +8,8 @@ 2.0 {3E16855F-8CAE-4985-9C6E-B988472145E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f205b8..e2f4780 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 @@ -8,12 +8,8 @@ 2.0 {132DC9D4-E6D6-4DD4-9483-EB887E8D6F3F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 18b2a56..e734422 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 @@ -8,12 +8,8 @@ 2.0 {C6D44EEA-D087-4F1A-9894-C4D84AA62CE5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 07ccc98..5d795df 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 @@ -8,12 +8,8 @@ 2.0 {87CA352D-1673-403F-BDC9-5B833E21F424} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 09c1fe6..6671f01 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 @@ -8,12 +8,8 @@ 2.0 {0EFA0FB8-380C-4789-84CF-4B7E4870E119} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1b6d115..ebe627f 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 @@ -8,12 +8,8 @@ 2.0 {62885220-F137-4C74-83D2-42AFA04C9B13} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 99d3898..f2d2ec1 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 @@ -8,12 +8,8 @@ 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 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 946cf59..64b458b 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 @@ -8,12 +8,8 @@ 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 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 55a1fa4..2e572ef 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 @@ -8,12 +8,8 @@ 2.0 {89779DFA-1BFA-4512-B0C2-349405F82973} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3e27427..5e47db2 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 @@ -8,12 +8,8 @@ 2.0 {D5610C53-ED8A-45D0-84D9-936BA74BE001} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8989a05..0a4a311 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 @@ -8,12 +8,8 @@ 2.0 {6ED8EED5-B95D-42B2-8446-6DCAACD65EF7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 825d370..161affd 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 @@ -8,12 +8,8 @@ 2.0 {CF9EA97C-71A5-4602-BD58-5B451494A9B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 263101e..5113b2e 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 @@ -8,12 +8,8 @@ 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 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 8f1595f..576dcc3 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 @@ -8,12 +8,8 @@ 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 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 f829065..0cf220e 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 @@ -8,12 +8,8 @@ 2.0 {CD33B8A1-CC6F-4243-AC25-AFF8120A9CD0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a3fa822..8e56665 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 @@ -8,12 +8,8 @@ 2.0 {FF301ADA-2E2B-4A9F-A40C-AC343B501EFE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e04dd83..9ddb8c0 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 @@ -8,12 +8,8 @@ 2.0 {492BDD0F-092E-41DD-99C4-618D350EBDB4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74c0a08..cd64f3b 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 @@ -8,12 +8,8 @@ 2.0 {F1CD6EB8-7883-4FF1-ADB5-C150421EE838} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ac93540..dae7141 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 @@ -8,12 +8,8 @@ 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 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 b074734..12948dd 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 @@ -8,12 +8,8 @@ 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 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 e63d1df..d3bfa11 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 @@ -8,12 +8,8 @@ 2.0 {6A95068C-44EE-4FAF-B190-80E013E626EC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c7fa1fb8..c474d6e 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 @@ -8,12 +8,8 @@ 2.0 {F9DCB5F5-79B2-4FA9-BD4E-8B0EBD091D7C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6173295..6fe4f3a 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 @@ -8,12 +8,8 @@ 2.0 {31025AD5-FCB4-4AB9-9595-6C93051FA3C0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 97de5c53..1ebbfcb 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 @@ -8,12 +8,8 @@ 2.0 {634D2580-8121-454C-B00D-6E9DCB6FA047} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6aaa197..cdad01c 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 @@ -8,12 +8,8 @@ 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 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 be468b3..40ee933 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 @@ -8,12 +8,8 @@ 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 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 1f84daf..ba51584 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 @@ -8,12 +8,8 @@ 2.0 {CD1A954E-2F95-4DF5-893B-809A81DDCDE3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 accc5f6..7be4beb 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 @@ -8,12 +8,8 @@ 2.0 {97DA5467-6E6C-40FD-ABFE-34B0791B439B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c142a5d..f26ba23 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 @@ -8,12 +8,8 @@ 2.0 {834EFA27-AB3B-4F23-8782-4A8F7DCD56BD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d524bcd..1ce57b4 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 @@ -8,12 +8,8 @@ 2.0 {125363CD-1DE5-4FEF-BA2A-6301EACA1FD2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 93ae5e9..bdf620e 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 @@ -8,12 +8,8 @@ 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 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 2822182..22a4753 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 @@ -8,12 +8,8 @@ 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 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 f17328e..725e106 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 @@ -8,12 +8,8 @@ 2.0 {AA90CACB-C386-4419-804A-B6A1A7AC1255} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 84ada64..31ce180 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 @@ -8,12 +8,8 @@ 2.0 {4E3D1199-2D0F-41CB-8FB9-66F039DA5493} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 10a6159..7c6ddaa 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 @@ -8,12 +8,8 @@ 2.0 {116602E5-7873-4F65-8829-F32E8A705EDE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 620a011..7e4ad08 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 @@ -8,12 +8,8 @@ 2.0 {BAFE9AF0-E836-4F28-871F-C08294A69522} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bb3646c..b77bf30 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 @@ -8,12 +8,8 @@ 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 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 303631d..aac1fa8 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 @@ -8,12 +8,8 @@ 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 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 33ae25c..5d1f5ad 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 @@ -8,12 +8,8 @@ 2.0 {C834B32F-C575-491D-9EB9-574A6DB9FF95} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 177d900..696a582 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 @@ -8,12 +8,8 @@ 2.0 {671883C2-8AC6-447D-B213-A378D6A81A91} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2972090..29ef3aa 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 @@ -8,12 +8,8 @@ 2.0 {0422E973-CD19-492C-ABA8-5A5C3C482503} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d110ada..1ffa1c8 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 @@ -8,12 +8,8 @@ 2.0 {90A26425-4848-4F9F-945F-1204722317AC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2c2e372..abe2510 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj @@ -8,12 +8,8 @@ 2.0 {87405971-B126-4000-977F-9AD22B6FF9A6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7357bbe..19c688a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj @@ -8,12 +8,8 @@ 2.0 {8ED41591-8FDF-419B-8FAA-24631C103BBB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 39d6d9f..cc11d49 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj @@ -8,12 +8,8 @@ 2.0 {65964B68-E893-4C78-B7FB-590452343116} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb14e8c..2d2e826 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj @@ -8,12 +8,8 @@ 2.0 {4B539B1F-AC08-4D3A-AF02-E3C44FF172FD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fc294236..c43bbb6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj @@ -8,12 +8,8 @@ 2.0 {78363C03-BB50-47E6-80C0-119F5D56AF21} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 33e5d3e..f18d3d7 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj @@ -8,12 +8,8 @@ 2.0 {D36A6FEC-097F-4209-845C-5B247BDE96F6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d02bdcc..cb53c8c 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 @@ -8,12 +8,8 @@ 2.0 {6B9DA00A-8C8A-4349-9E8E-D400292B541C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4cb4ee8..1328f17 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj @@ -8,12 +8,8 @@ 2.0 {80A667A7-90BD-4406-8EC6-CCE1BD19487B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8f668ee..ab111ec 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj @@ -8,12 +8,8 @@ 2.0 {B67D36A4-F3EB-4978-91F8-55D9B7944694} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 51baac1..9dc08ae 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj @@ -8,12 +8,8 @@ 2.0 {AAC0CF58-6577-4EF0-907D-8B5B891BDDAA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 779834e..ff52da3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj @@ -8,12 +8,8 @@ 2.0 {6A6EE264-2A23-4A18-87B9-06671E767CFD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1e779fc..8e5aab3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj @@ -8,12 +8,8 @@ 2.0 {2C13C549-98C0-43D9-8158-C1AC58502BE3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 287f4c4..c799fb6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj @@ -8,12 +8,8 @@ 2.0 {61661F6A-1746-41E6-B1D7-90AE1401F425} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 53c4761..bfb7dfa 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj @@ -8,12 +8,8 @@ 2.0 {4697A402-5137-4CA5-8CAA-6C4FD39D66CD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 00fdaad..28d9eb5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj @@ -8,12 +8,8 @@ 2.0 {A2BFAB56-28C9-43CB-97A0-D696237C1DEA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8471dc9..d532b85 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj @@ -8,12 +8,8 @@ 2.0 {50331B28-2970-44B1-A6F9-C8624121F3D8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj index 325e861..f09bd0e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj @@ -8,12 +8,8 @@ 2.0 {9E76E186-AB38-476B-8327-CB879B7E2C1D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1277ddc..f632ab9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj @@ -8,12 +8,8 @@ 2.0 {29259C4C-5480-4F10-B220-978491F86B3A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj index 473aba8..a1575fc 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj @@ -8,12 +8,8 @@ 2.0 {8FA646F7-470B-4549-A701-AA6EB28DFDBE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e037025..7fb5bf8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj @@ -8,12 +8,8 @@ 2.0 {D40EF20F-4FAF-440D-BDC8-8F3C5B7E5560} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj index 6fab1c9..9cd1843 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj @@ -8,12 +8,8 @@ 2.0 {6EAD1037-4170-4F97-8705-84872FB6BECB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8bb646e..c5f459d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj @@ -8,12 +8,8 @@ 2.0 {ECC7983D-6775-4E8A-820B-83A2837B4ABD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5954bd8..710b31d 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 @@ -8,12 +8,8 @@ 2.0 {FA37EF21-043D-418E-A302-7A661B69B376} Exe - Properties - 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/Generics/Exceptions/general_class_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.csproj index e604b60..754f2b0 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 @@ -8,12 +8,8 @@ 2.0 {C10FB01B-9979-44D5-891C-20B8BFD8E697} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cae633c..2cbbc68 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 @@ -8,12 +8,8 @@ 2.0 {C31FA060-E800-4659-AB66-FE0E905D725B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b8ea59f..8792b05 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 @@ -8,12 +8,8 @@ 2.0 {0E052551-4819-46F0-9E6E-9C825465DA99} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 860762d..a427514 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 @@ -8,12 +8,8 @@ 2.0 {69DC5D6B-6361-494D-9829-4911027EF14E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3791ee2..dea773a 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 @@ -8,12 +8,8 @@ 2.0 {124ED100-82F1-4DA1-8B9E-F31C7489A5DA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f94186a..282dfc9 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 @@ -8,12 +8,8 @@ 2.0 {1A04BBA4-BFD1-4B77-AB81-F05FBD7C5FA1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d78cd62..1333fe3 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 @@ -8,12 +8,8 @@ 2.0 {273CE762-D3A2-4241-8548-CEB666C4C3A7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 11a03d8..026692a 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 @@ -8,12 +8,8 @@ 2.0 {E6F2DFBF-45E0-4437-B8A7-F6D8C29AB0E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b4b7bad..8ceff53 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 @@ -8,12 +8,8 @@ 2.0 {8C27FFEF-8C5F-4381-A667-E278C0F38967} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 711e38d..a09552d 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 @@ -8,12 +8,8 @@ 2.0 {FEBC1332-1FBB-4A00-A0CF-F1FDA44EFD1A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e9e4de..84defcc 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 @@ -8,12 +8,8 @@ 2.0 {AF75F01F-0296-4071-83F1-63F2164557E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj index fb3e21f..d4855de 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj @@ -8,12 +8,8 @@ 2.0 {96FA8C13-55B6-4B71-A7A1-93AC7A4D8B87} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 976dc6a..d2a84f9 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 @@ -8,12 +8,8 @@ 2.0 {0C050436-7B93-427D-AD59-CDEE94BA5D24} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 26ead6b..3389b76 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 @@ -8,12 +8,8 @@ 2.0 {5A6AD2D2-8381-452D-AA59-3E33CEFE3DC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 25bc9d7..c02e03c 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 @@ -8,12 +8,8 @@ 2.0 {43B411FE-E26C-4D00-88A8-A98ADA16F601} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 523eb9a..fffcdad 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 @@ -8,12 +8,8 @@ 2.0 {F816AF23-8AAE-442C-A396-4F22F49CA0C1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9b1c681..4d078c7 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 @@ -8,12 +8,8 @@ 2.0 {B3DA4CBF-613D-4792-B4A6-B7E4BC126495} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cc55292..8918247 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 @@ -8,12 +8,8 @@ 2.0 {04DFA156-2A8C-44F7-9C60-17F8526D0C22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5665b6a..6c68863 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 @@ -8,12 +8,8 @@ 2.0 {57320B45-E97C-4175-BED3-44F846FEF3C7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 afbfbb6..edc249d 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 @@ -8,12 +8,8 @@ 2.0 {64DBC670-FAC2-481D-A0E0-3B4D775B409A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 747f190..cf67bb9 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 @@ -8,12 +8,8 @@ 2.0 {0C798FB6-34BF-4197-AA0E-0800181B8E45} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3254c54..2fc8109 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 @@ -8,12 +8,8 @@ 2.0 {45272C6A-7DEF-422A-B3B7-52C4746D5B1D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3b35d89..29c9fae 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 @@ -8,12 +8,8 @@ 2.0 {9A49CAAC-5E28-4475-BC1F-8BA1B9E999FC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72ae7f7..97c95bf 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 @@ -8,12 +8,8 @@ 2.0 {A6C49C29-BD23-4564-91B7-968BE5E34265} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d1ef2b5..1e0368c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj @@ -8,12 +8,8 @@ 2.0 {4B38908A-FCC8-4F1C-853E-AB21F9AA1360} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 488bf85..ebc0478 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj @@ -8,12 +8,8 @@ 2.0 {2CC272A3-8730-4FF8-91B6-A73D6AA7978D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e1b237..e5fdec9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj @@ -8,12 +8,8 @@ 2.0 {2637E314-B16C-440D-9604-93E240720049} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e7bd5d..ef3cbde 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj @@ -8,12 +8,8 @@ 2.0 {080C313F-7B4A-4258-AC75-EE444F9E2FCA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6879db..bc7010e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj @@ -8,12 +8,8 @@ 2.0 {3E24A354-39F8-45EB-AD75-2A5550E11C3E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b8817e8..eb5a465 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj @@ -8,12 +8,8 @@ 2.0 {544383DE-F284-4664-9E08-40D5B3597B12} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e2de8b4..ee0a50b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj @@ -8,12 +8,8 @@ 2.0 {38E45B61-90A6-470E-AAA8-A0FDA13D6E7E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bdba394..e1f579d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj @@ -8,12 +8,8 @@ 2.0 {F3C60ECA-A5E7-478E-9CA7-6C71DB965B82} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c6b76c8..46b533d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj @@ -8,12 +8,8 @@ 2.0 {FAC860EF-3CCD-44C9-B1C3-C0578F8C71F4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cc51e64..a6fdb47 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj @@ -8,12 +8,8 @@ 2.0 {FF8C611B-C071-4576-B41D-687D62B14530} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3d1334e..bccd046 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj @@ -8,12 +8,8 @@ 2.0 {06A83189-481B-4203-9EC5-57188005EF54} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a62ea8d..032e5d6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj @@ -8,12 +8,8 @@ 2.0 {6449AF25-EE12-4317-A4A6-0678FE363346} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8af051f..cc2f06f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj @@ -8,12 +8,8 @@ 2.0 {7211B39F-6B28-4929-9BE1-A151E52F9531} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e7ded39..4e25866 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj @@ -8,12 +8,8 @@ 2.0 {099D2BD1-0891-4F9A-82F6-2D92FEEF2E72} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 770ca50..5ef66fb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj @@ -8,12 +8,8 @@ 2.0 {1066B4D7-163A-4FF7-BE27-A2E3E689D5F4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 83527b9..430fdb0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj @@ -8,12 +8,8 @@ 2.0 {69461DB0-1462-4AEB-A891-B03E7F1E0EAF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ebc5941..92aad2b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj @@ -8,12 +8,8 @@ 2.0 {14DB2210-9F88-4341-8A84-824049CE04C6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8855f9f..d653404 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj @@ -8,12 +8,8 @@ 2.0 {8B10F37F-3AD1-4158-A7D5-4DA2086DC12C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ae539f6..f351c3e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj @@ -8,12 +8,8 @@ 2.0 {320804D0-53D4-4799-95CF-AE10C670C032} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f577b28..53fedea 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj @@ -8,12 +8,8 @@ 2.0 {644FEF8A-38C9-40A6-8067-6746B1FD9309} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9b75874..e97c311 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj @@ -8,12 +8,8 @@ 2.0 {4ED2C098-36DB-41CE-AA04-EDF02F1D63B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cc9b086..8d4efcf 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj @@ -8,12 +8,8 @@ 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 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 6862d24..6cbab1e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj @@ -8,12 +8,8 @@ 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 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 bccacaf..61f0c9a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj @@ -8,12 +8,8 @@ 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 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 375f41a..5c43a36 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj @@ -8,12 +8,8 @@ 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 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 7e9009f..8246056 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj @@ -8,12 +8,8 @@ 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 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 30a72d1..3f52b65 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj @@ -8,12 +8,8 @@ 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 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 625ae8a..778140e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj @@ -8,12 +8,8 @@ 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 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 e8d8091..d29bcb1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj @@ -8,12 +8,8 @@ 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 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 e8af3de..c15b0e3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj @@ -8,12 +8,8 @@ 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 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 3898656..32c9c19 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj @@ -8,12 +8,8 @@ 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 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 4a54157..cb789fe 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj @@ -8,12 +8,8 @@ 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 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 4ca4f70..0d6b51c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj @@ -8,12 +8,8 @@ 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 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 c03fca2..8bd9284 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj @@ -8,12 +8,8 @@ 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 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 3dbcff8..c490196 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj @@ -8,12 +8,8 @@ 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 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 f5b0094..9f3b037 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj @@ -8,12 +8,8 @@ 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 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 8964826..692fcd8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj @@ -8,12 +8,8 @@ 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 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 122f0af..588e565 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj @@ -8,12 +8,8 @@ 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 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 eff87d0..4e5d155 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj @@ -8,12 +8,8 @@ 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 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 cbcd0f6..14bfc08d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj @@ -8,12 +8,8 @@ 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 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 0bdba5e..c5811de 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj @@ -8,12 +8,8 @@ 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 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 d2bd055..3acc670 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj @@ -8,12 +8,8 @@ 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 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 b78ade6..6eeaa7b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj @@ -8,12 +8,8 @@ 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 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 2a0695b..79ef3e6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj @@ -8,12 +8,8 @@ 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 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 c3a5cee..711a551 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj @@ -8,12 +8,8 @@ 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 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 523a196..57b7c5b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj @@ -8,12 +8,8 @@ 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 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 c7ffb46..5e9ecef 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj @@ -8,12 +8,8 @@ 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 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 71aabe0..2b7714d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj @@ -8,12 +8,8 @@ 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 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 4d66a8f..b5fa4ce 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj @@ -8,12 +8,8 @@ 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 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 fd2fedf..43a237c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj @@ -8,12 +8,8 @@ 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 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 a764a65..6328338 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj @@ -8,12 +8,8 @@ 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 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 d207127..497b9b4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj @@ -8,12 +8,8 @@ 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 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 6d72998..8781e99 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj @@ -8,12 +8,8 @@ 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 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 a94aebc..5cdd0e7 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 @@ -8,12 +8,8 @@ 2.0 {80F3A588-555A-4075-8360-9203E5F99AC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7a31c19..afffaee 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 @@ -8,12 +8,8 @@ 2.0 {C6F29CCA-DE86-40C5-885D-3914F5D5751E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5172b6e..cdbda0d 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 @@ -8,12 +8,8 @@ 2.0 {2E883F72-1D4F-4636-84BE-3BBDD60B592D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a454676..babf714 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 @@ -8,12 +8,8 @@ 2.0 {016189CD-6895-44C3-8441-DA074A996004} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 56268a7..f104ecc 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 @@ -8,12 +8,8 @@ 2.0 {6449D13D-837E-4072-95F8-54227372136D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7aef9d6..36f3420 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 @@ -8,12 +8,8 @@ 2.0 {6632E517-7D60-492F-A9AA-64ABA4120E1B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 45f62ad..04ea21c 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 @@ -8,12 +8,8 @@ 2.0 {62A6CD3D-7157-47A6-88D0-42C3C57879F6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4ef1f2e..b64f918 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 @@ -8,12 +8,8 @@ 2.0 {56EF1248-EA5E-4F16-AD09-D48CDE467CC1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 56ea04a..8de67ab 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 @@ -8,12 +8,8 @@ 2.0 {43AB92CB-19B3-4D71-837E-49A2300C5F11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fca4a21..cf7f4e0 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 @@ -8,12 +8,8 @@ 2.0 {35A22E14-307A-4221-AADB-06F74A77FB42} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fb92dc3..d67c04a 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 @@ -8,12 +8,8 @@ 2.0 {8767FA06-4489-404B-AB3C-C45C50EC5D25} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 37e9ee0..298737a 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 @@ -8,12 +8,8 @@ 2.0 {CE813D5E-3B67-4077-9014-BAD9D5757D57} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f9e7e17..81ef195 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj @@ -8,12 +8,8 @@ 2.0 {B2F82E87-534F-417A-8709-B0B6EDF67E40} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d032771..882e5f8 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj @@ -8,12 +8,8 @@ 2.0 {363A0211-B3EB-4E66-B939-B1742AF9B9D8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5b950d9..640a3de 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj @@ -8,12 +8,8 @@ 2.0 {6CCCACCF-B1F4-4B6D-9593-F4FB8765FCF7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 854d7d2..3d1123e 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj @@ -8,12 +8,8 @@ 2.0 {9291DC28-F3E6-42C4-B2ED-924385BF29DD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ad88ef7..0978445 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj @@ -8,12 +8,8 @@ 2.0 {7A73F51B-46FA-437C-956D-4B493763B0F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5bb1ce5..611acff 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj @@ -8,12 +8,8 @@ 2.0 {06FEE6BC-4C9E-466F-B7AD-E001F307EACE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1acd273..2149fe4 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj @@ -8,12 +8,8 @@ 2.0 {22E3B002-7E30-4262-98DE-88544DD5DFBA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9370d26..555495e 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj @@ -8,12 +8,8 @@ 2.0 {28EB62C0-5DA9-4C86-BB8D-AC3C03F49CF4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f1a7e27..6e3e791 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 @@ -8,12 +8,8 @@ 2.0 {0C67E548-6B13-4924-A623-41991D858EC8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e60492..1e21589 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 @@ -8,12 +8,8 @@ 2.0 {DDB15059-8EA0-4B82-B1BF-CACBC0F701A4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 acd35c8..fb2e4ba 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 @@ -8,12 +8,8 @@ 2.0 {9E953E11-B967-4E15-ACF3-8DB5F0822D8A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9dd6d41..2a2bbb9 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 @@ -8,12 +8,8 @@ 2.0 {A4EE7FAD-4E8B-4EB7-83F3-08A81C35A561} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e56c63..159e707 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 @@ -8,12 +8,8 @@ 2.0 {548A85F7-5474-483F-A5F8-57E8B4238642} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0fe358e..9ceccad 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 @@ -8,12 +8,8 @@ 2.0 {F1B079F4-6571-4462-861C-3600D5A324CD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eebf6c3..4abeaac 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 @@ -8,12 +8,8 @@ 2.0 {FFC760C1-42D8-45F4-A2EC-025DEDE7D681} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bde0112..eb1f4ac 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 @@ -8,12 +8,8 @@ 2.0 {C1076745-44FF-46F8-A6C6-E469BFE9E409} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 25fef68..c2a121b 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 @@ -8,12 +8,8 @@ 2.0 {8A767943-C04E-4E9B-81E6-F41A49E027B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cf6a120..9f3eea0 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 @@ -8,12 +8,8 @@ 2.0 {A42F4CA1-C37A-4D2F-A2DD-DF2CDFB12F14} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4e8f7bb..bcc0b8d 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 @@ -8,12 +8,8 @@ 2.0 {4E84BE82-9496-4CE1-8DE6-0646E93A65BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a8237d2..58fc997 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 @@ -8,12 +8,8 @@ 2.0 {DC245710-E244-4AAD-840A-4F19DEBDBC98} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96cb392..5f015b5 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj @@ -8,12 +8,8 @@ 2.0 {366CFD9E-E7FE-4A50-B6A0-1345D1BD061C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e8eeec4..a425880 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj @@ -8,12 +8,8 @@ 2.0 {F907FD44-6193-4A3D-8452-92CEAF46B919} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj index d140c28..5edf08a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj @@ -8,12 +8,8 @@ 2.0 {9C7255CB-FAF3-4B44-B731-FF2F69ACD90E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj index c38dc9d..2e96ef5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj @@ -8,12 +8,8 @@ 2.0 {6D9B4FCD-99DB-4E67-B499-BEE99CD4CA24} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj index d110598..c2994db 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj @@ -8,12 +8,8 @@ 2.0 {FF49C039-4515-478E-A148-6A28A1AC38D9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj index ac200f1..142ef51 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj @@ -8,12 +8,8 @@ 2.0 {9AEB6984-FCD8-4E39-BC16-805B1C8BD43A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj index 7f502b6..cbc6ada 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj @@ -8,12 +8,8 @@ 2.0 {1A9C53C6-CEA3-49D6-9345-4F6016899183} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj index a68ca28..efeb864 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj @@ -8,12 +8,8 @@ 2.0 {B09ED5F8-CCC7-4612-9041-0D10B8132ECB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj index bfad9ec..1db8a62 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj @@ -8,12 +8,8 @@ 2.0 {42630210-72E2-463F-8507-49F4D78E60C9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj index b046fb5..1c5d738 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj @@ -8,12 +8,8 @@ 2.0 {D4059AFB-8FD9-48C0-AFA8-8532933DA9B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj index fc24790..9093233 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj @@ -8,12 +8,8 @@ 2.0 {FF308555-4509-40A5-B990-66378FC9BE3F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj index 39d2a07..5c8a760 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj @@ -8,12 +8,8 @@ 2.0 {DA444D4F-EB7F-48C1-8F9F-8E69B5D7A7EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj index 13d44c3..a23fc2e 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj index 99aef9f..8d85ff8 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj index 8e5ee89..fa3e24d 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj index 1661728..6ead698 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj index 776abee..f1c16f7 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj @@ -8,12 +8,8 @@ 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 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 90837b6..c9191d5 100644 --- a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj @@ -8,12 +8,8 @@ 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 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 1b0dbde..7dbf75a 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 @@ -8,12 +8,8 @@ 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 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 ef35b69..0026801 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bc7fcfd..9e59f6a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6c535e2..ae79c7d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ea774ec..c3a2f8b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1a083c9..bf06e6b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3750c12..84d7c7d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b3d36d1..5db78dd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 23ebdac..498e419 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a5a0c09..9e95679 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 be98ace..ff8ad78 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ad74681..85fa901 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1817c02..96d3776 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 319aa08..ff4e1aa 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 de4d567..0e5c30d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e0b9ae..ac4fa6d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2add155..fd58d94 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fc805b7..3099840 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ab905c9..ac55999 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 139373e..3b06f88 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 57dadae..449aa07 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2b13204..6cd6a8b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ea7d0df..a9f2ac3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4626bb4..cee893b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b586be7..c306add2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fb06db3..05b68f8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e6dd1fe1..ed77bb0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5275015..b89fddc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b45d86e..a25b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f7f84d3..07908cf 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6802f53..7a5e7d7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 49165bb..8d1b459 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3b2e32b..6752ad3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 52a0fdb..ecb302a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8026218..120535c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 735a4b7..9fb284f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 42bfc01..c62d118 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 40ffc22..eca17c6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a120567..a9a23a8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6d05885..2bb8b31 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7e7d957..b65032f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2d0cd34..791da45 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a9467d3..0d321e0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4dc0ff0..130e8d7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 aea1fb4..0851e35 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c048156..c12d4fd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e54e2d..f1b73f0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5e7c1f4..d12e911 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 dae82f3..535ed3e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 13e2cda..4e63680 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1d1106c..6944878 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4ef62fe..df6ceb9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8646241..6ebce06 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fbfd371..b4754a2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1a50b2e..7957146 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 99cff39..745ef8a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 074b164..fe6f23c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 49b4005..7dde954 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a90c27c..e1e8040 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6081e6b..5dd9c75 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 53bd609..6de116b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 67d9357..4d854b2 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 @@ -8,13 +8,9 @@ 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 ..\..\ true - 7a9bfb7d BuildOnly 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 f07edd6..340f711 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ea3953c..40bfb4e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 11c3138..14539a8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b14c7ee..4e649c8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 250d9db..c3d0fb3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3cebb50..edf94ab 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f89941c..e894f92 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0346e4d..f28cb6f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 531bfed..09aeb3b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f7a23e0..c9be326 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 18ccb7a..c9ec139 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5713899..17df7a7c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2ea7214..e8c9bc5 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3fe8053..e6d76be 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 40fefe4..6d8a693 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7e0115b..6d23722 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d9ef42a..b93b64a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f1180f3..ed3ffce 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b0ee119..88367c5 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 16ab9a3..4c3f4c2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8beb90d..5b0ef24 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f7c8709..e2ea440 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bf83bc8..ace606c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5b6bddc..0c18dfe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3a9f207..649260d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ceb98b7..4ad8356 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4129b40..396dbd2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c994cdf..6911970 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9aa1519..4b8b305 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 39058e4..0e0635e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ea04b23..8ad51d7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 975f37e..dbdb479 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8bf139d..e33acda 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 732219b..f3bd7a2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 292d074..c41802f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b5873a8..48847fd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1d12181..10bc8bb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2151825..8b31db9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ee3df72..f418068 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bbe1e87..4fb1889 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 254d1c7..65e5eac 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9e0e59e..67f5689 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fca3744..fc03605 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ba78908..dcba079 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 584a11f..9376925 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1509805..89d255a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d9088aa..4eb7ae9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f4a8056..2a1f33d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3812245..682f4ee 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1bb9910..d37be93 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 18290c5..ec0b9c7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5c7c53e..acd3074 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a2b46a7..19349a2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 cbb74d7..ed009ba 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 34161417..bb3b82f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9223f57..576e252 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3e28c61..c0d0b02 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d97ef20..11f906b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 26a5b83..8a7d413 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8e60c3a..b9f0a11 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c67572c..78dcf58 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 726a808..4165864 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ecf09d5..8db8a4a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e209942..2d57747 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e0b9ae..ac4fa6d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fc805b7..3099840 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 139373e..3b06f88 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9a2410e..db28288 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 567d99a..b09d841 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a74c5e7..2877963 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ee11ff7..b805f29 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6dad2f6..64eb637 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b273c04..086c739 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3bf0952..4d83704 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5c050f4..c10c34b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9a3e648..6b13a0f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3cb15ba..55cd301 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c808183..0f0ec5f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2b13204..6cd6a8b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9a83ad5..afb7a73 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 84d6d9d..c955b89 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5cb8fa2..0da4346 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5f5e183..fd4dd80 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0eda356..655e848 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 12e3e1c..06d7c30 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 831680a..48da5bc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 60871c2..2cb5f69 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d014f52..ff1d9b8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 18a7215..bc0c9ef 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5a6521d..343554e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 59090cb..be54d7e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3d62810..fb5cc9c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4faf2fb..589b3c7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 86be1c1..1631c2e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bb53f68..2ec3d88 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b8cbaec4..bb306ce 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bf02e2d..1f862b3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 161f261..e26af50 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 718c0a3..87b9cfd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 85b192f..d44be7f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1f24503..1eb0200 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6fcd686..af695cf 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3ea0df1..53ce39f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ef71a01..f874332 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 65d7ede..3f96642 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 @@ -8,12 +8,8 @@ 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 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 6537fc4..3b3b9bd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9df8d08..da401a0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 dab8248..a0c35f6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0cb194d..bc5bdfb 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 @@ -8,12 +8,8 @@ 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 true true 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 1e8e3a3..ead86de 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b2f01fe..4f9aa4b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 195254b..ab162f2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e42f5b..f4efa45 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 aef7ce66..9f01eed 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4603391..8155af8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2f5f789..5445804 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 754593f..7037c7b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8cebbad..e14b07f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f8cefdb..8955887 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e9357a6..e1126d2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b45d86e..a25b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 45038dc..49bafed 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b11e493..5b61304 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 84f301e..be7765f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6553b4b..efdd449 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f79466a..8f702ae 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4a6e83e..907dfe9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7079d62..191ec79 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5c8b58d..cf728dd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3347545..815e80d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 49165bb..8d1b459 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a739f60..4f787ce 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b30f21b..611606e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d5e6cc1..2e5c5b6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7eac6f4..f146d31 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d39f1d9..3313e3d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3470497..5ebff5f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3c3990f..e9d4294 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 aee2e80..7b67d2b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c5e63d6..c06d383 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 83ca497..f4f6fa2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0860382..53f41ec 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 872432d..1139ec0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1592b74..04d4d7d 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 @@ -8,12 +8,8 @@ 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 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 3067a85..ae98b35 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 @@ -8,12 +8,8 @@ 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 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 10d0be2..5b7a951 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 @@ -8,12 +8,8 @@ 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 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 3d2909e..f9e3557 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 @@ -8,12 +8,8 @@ 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 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 03b8670..97142f6 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 @@ -8,12 +8,8 @@ 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 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 209852d..3c532f7 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 @@ -8,12 +8,8 @@ 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 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 b388607..3bab5db 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 @@ -8,12 +8,8 @@ 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 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 498ddda..837d1ab 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 @@ -8,12 +8,8 @@ 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 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 50c42fb..d73fe70 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 @@ -8,12 +8,8 @@ 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 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 d2f8715..ebd3b60 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 @@ -8,12 +8,8 @@ 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 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 742c108..9102d3e 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 @@ -8,12 +8,8 @@ 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 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 b52869a..2cfed0e 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 @@ -8,12 +8,8 @@ 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 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 247fd12..8a4f8a6 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 @@ -8,12 +8,8 @@ 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 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 d73ccf8..beee8f8 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 @@ -8,12 +8,8 @@ 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 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 7659f37..046144c 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 @@ -8,12 +8,8 @@ 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 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 205be65..cea2f08 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 @@ -8,12 +8,8 @@ 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 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 c40882d..c503940 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 @@ -8,12 +8,8 @@ 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 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 3539126..67c6087 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 @@ -8,12 +8,8 @@ 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 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 1bf9cdc..b371f75 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 @@ -8,12 +8,8 @@ 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 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 bd9312f..57e4643 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 @@ -8,12 +8,8 @@ 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 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 3cf6647..adb9dbe 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 @@ -8,12 +8,8 @@ 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 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 69a3bb2..0e00ba3 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 @@ -8,12 +8,8 @@ 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 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 65927bd2..c043d89 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 @@ -8,12 +8,8 @@ 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 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 894c313..ba21e50 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 @@ -8,12 +8,8 @@ 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 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 431aa54..94f8daf 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 @@ -8,12 +8,8 @@ 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 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 e82d0a5..a6caf45 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 @@ -8,12 +8,8 @@ 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 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 c0fe870..d6d4ff8 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 @@ -8,12 +8,8 @@ 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 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 f42aba5..0d56cb1 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 @@ -8,12 +8,8 @@ 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 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 e6ee7de..9dd6ee8 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 @@ -8,12 +8,8 @@ 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 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 a902ec9..2eb1398 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 64753a7c..3ff1bf8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e8e29d..49feabb 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 @@ -8,12 +8,8 @@ 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 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 30946dd..a9e4f42 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 @@ -8,12 +8,8 @@ 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 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 c2d3f95..75aec95 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 @@ -8,12 +8,8 @@ 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 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 43ee3f0..75f5144 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 @@ -8,12 +8,8 @@ 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 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 9ddeaac..4e4556c 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 @@ -8,12 +8,8 @@ 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 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 8774f9f..5376cb2 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 @@ -8,12 +8,8 @@ 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 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 b506ddf..f24b134 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 @@ -8,12 +8,8 @@ 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 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 2ad88e0..753cade 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 @@ -8,12 +8,8 @@ 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 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 ab6938a..0a243ae 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 @@ -8,12 +8,8 @@ 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 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 189ee13..4223ee9 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 @@ -8,12 +8,8 @@ 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 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 9bf9673..153cf59 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 69ce888..5a5155a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 889743e..1b19713 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 @@ -8,12 +8,8 @@ 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 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 6382f2a..47c80ba 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 @@ -8,12 +8,8 @@ 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 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 03d4d36..5d94d79 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 @@ -8,12 +8,8 @@ 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 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 25729a2..76a1bc7 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 @@ -8,12 +8,8 @@ 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 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 faec28a..0b3c05c 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 @@ -8,12 +8,8 @@ 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 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 6745a83..abc0510 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 @@ -8,12 +8,8 @@ 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 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 6e79e89..113fd44 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 @@ -8,12 +8,8 @@ 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 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 1162ba8..9bfee26 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 @@ -8,12 +8,8 @@ 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 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 8aec542..b03337d 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 @@ -8,12 +8,8 @@ 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 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 2880539..df11390 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 @@ -8,12 +8,8 @@ 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 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 dc3196a..d35c08e 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 @@ -8,12 +8,8 @@ 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 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 71c6e20..9762a00 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 @@ -8,12 +8,8 @@ 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 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 dfa9bf4..ce060a0 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 @@ -8,12 +8,8 @@ 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 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 91ec63f..2b600ac 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 @@ -8,12 +8,8 @@ 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 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 b539f6e..6f10be2 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 @@ -8,12 +8,8 @@ 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 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 52ae601..2d1266b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e75b497..0c0109a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b9d3541..ba680eb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 05bc628..35b7ca4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 27bd558..2672342 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7a818e0..b76f5ea 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2bd7974..47ede0a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5bb1982..ff29d16 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 638d00f..1a4250b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a810a8b..e65227b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1020244..e356538 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e07b9f2..97dc77f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2591e2b..f5a7f02 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0f285ad..8ecedd7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 58e8041..6fa85b0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f9fafa0..a585d3c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7689ad2..76ee4dc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 39ecad1..dce4ead 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f5e724a..07cf6ef 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1b008a6..b379c67 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 165d0e2..9d21629 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b763a50..265ca1fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7deb489..94fef9a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e157c7b..dcd2d00 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b54b32a..5497b42 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bf0c3cb..5f3d73d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 037f255..343a450 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0a1e571..367ee8d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 029ccb4..d52a1fc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f6b5d6f..31f42ff 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 46a636c..28f2349 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2223a73..6c10be6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 49e250c..79b50b0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b180bfe..7da09da 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 66bb129..c225e93 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3fdf0e3..6fd6529 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5f848be..9c5f2b2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e0b74ec..ff11b99 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e54e2d..f1b73f0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d182cfc..938f70a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e5b94e2..5a61531 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 47b16dc..ba48c0f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6a6a0cd..7690a4a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 92ef27d..f8c95c4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bf15d87..23ab776 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 cbe1353..cb4e947 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4cd8185..238785f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 70a9558..6843aff 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d271ccd..d6f6b06 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 92d7b1f..693021a 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 @@ -8,12 +8,8 @@ 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 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 3b80e80..df63c91 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6d3eb5f..b8b6f82 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 84d5ea2..589774c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4ef62fe..df6ceb9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3818310..682fa06 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 64ac8fa..0bb553e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 31a092a..cc32060 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f4e93f3..b1df5ed 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 230a24b..8853e06 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3116019..f5839ff 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6d6f1b8..63c2055 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7d564ed..c5f1ab4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 12dea78..176f39a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 85dc37c..ed38e54 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d6bc8ed..b21265b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 97856e3..4f06e64 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c9358a2..42e9075 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 136dde5..f04b21f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c983cb5..843d8f2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 958f9ba..960d7c8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 614b4b4..aea4614 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 24baa5a..530d4bc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5e24f5f..b348503 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 68adc2e..c84640e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 166be48..e19c42c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9f15a1b..d7c4f36 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 26c8366..a7cbaa1 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 74a75e8..0670937 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 483ca5d..82b998f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9882d91..8e8d819 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 45a9a87..a698dc0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9479559..1df25d9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 39dd1c6..8338c5b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 97b129a..1469e3b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d555556..62d5cc6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6236a74..b423a7b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fbd8ee1..2f547d6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 044085c..6b3b5e1 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8a65273..e58ce99 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5bcc6f7..ab09c3c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 01ef7ba..b325149 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c447a14..db4b3bb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9cc6d93..048d376 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 de667dd..d105458 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 50e9db8..b1505e3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 739eb82..2ee5e47 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 65f1445..2fbd494 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7d31827..2ce307e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 074b164..fe6f23c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 36003a5a2..d4841ee 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 85df9f1..e235d94 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e6cd002..e6d058d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9142b21..c5d78ae 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d true 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 b403244..b6bac80 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e05d97..2918d94 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c5e95af..b25d593 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3d4259e..a70915d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8082c4d..5e737d2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e79d483..066de1b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0714eff..884dcfd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e2c02fb..0cc6241 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 19ca3aa..c03828c1 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3446c20..03d2c96 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f2f4703..639ff42 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8b4d88b..244a0a2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ce7cf2f..f305e99 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c9022a6..00eeeeb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7f70611..b96a649 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f05136e..bf0d4cc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 37e098f..917ebc6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8f95d7d..c460fa9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 70fab593..7459c64 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 09cc44f..d21ab8b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3700a57..5b2ce27 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f38479c..a39cb0e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1c6f374..a1edb64 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 93910fd..4673af4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 783d809..298ca81 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fc3f87d..396c6cf 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3442ebf..5a2b28a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f4734d3..eacc196 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 de61722..5268da9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 dfdb732..4d23af9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f716710..43fb676 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 56d91e4..96df13c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a061f18..997e74c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 17ad5ef..f21e82f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1f8b9c4..7833729 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 165d0e2..9d21629 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b763a50..265ca1fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0eacf29..d2c6ecd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 faef87e..ada5a4a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d27b4f7..ac9af0a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d3001c3..4f91979 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 016b658..121d464 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b6ed9a5..4d04884 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3c7b0d4..504c6d7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d9a5d0a..02e142e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0e4bd34..28a2a4d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fe6a890..1fefd84 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 be6bc6f..999f9cc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6f6b1c0..0fdec88 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 cd5a437..594497c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b15ec07..7c063ab 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ed9363a..06d06db 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 14ecdcb..96b153d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8e74a06..7540a73 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f306c9e..5d11aa5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj @@ -8,12 +8,8 @@ 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 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 ab5ce44..0890b75 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj @@ -8,12 +8,8 @@ 2.0 {5286AA16-A28B-4619-8842-73A9D89234B1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0447022..e49867d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj @@ -8,12 +8,8 @@ 2.0 {C6E13C6A-929B-413F-8D38-80F3E5E94A0E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eab374d..adee3ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj @@ -8,12 +8,8 @@ 2.0 {F1242903-9B22-4575-BEB9-D0300420705F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 53000cc..4707625 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj @@ -8,12 +8,8 @@ 2.0 {7F5BAD59-A81B-4154-BD8F-3F78F97D8255} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6d7a81..b991d11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj @@ -8,12 +8,8 @@ 2.0 {2FF2EEFB-5E2B-47DB-A4A8-E52EB641DC49} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e0d0c15..85f5722 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj @@ -8,12 +8,8 @@ 2.0 {D70C99ED-C081-4812-9B65-9B32B12ADC2C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 df76e58..888a4289 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj @@ -8,12 +8,8 @@ 2.0 {229C7705-C14C-455D-9D7B-BED5F44DA541} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b9e8d3e..c482bcb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj @@ -8,12 +8,8 @@ 2.0 {8F624618-F2BC-4CF6-A29C-F55B62508180} Exe - Properties - 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/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj index 4fe4700..a9eb734 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 @@ -8,12 +8,8 @@ 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 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 9b75f5c..adb15b0 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 @@ -8,12 +8,8 @@ 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 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 d1d46c6..3924cea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj @@ -8,12 +8,8 @@ 2.0 {F6030F53-7EA9-4F85-93EE-583C70D4E382} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5bb1f2f..8df4a9a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj @@ -8,12 +8,8 @@ 2.0 {9E5B5249-574A-4DF1-8FEC-CEB6BBEC7F44} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40417a6..030cfde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj @@ -8,12 +8,8 @@ 2.0 {383D2C5A-0D0D-461F-AC9E-16AC87A1EE41} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 41453f0..6dbdbe8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj @@ -8,12 +8,8 @@ 2.0 {EB3126F9-9BAD-4402-B05C-D4911647914D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96e745a..7b4b7a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj @@ -8,12 +8,8 @@ 2.0 {0DE45EAD-6D45-4C9B-95D7-7B42478D3271} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d4a155a..0513a1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj @@ -8,12 +8,8 @@ 2.0 {04507495-DE8E-4FDE-98BF-323CE49114CC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 811cd2e..7adbe3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj @@ -8,12 +8,8 @@ 2.0 {DBFA497E-DB71-4362-8A35-9F0A8A5B99B1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8bfef72..8088f88 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj @@ -8,12 +8,8 @@ 2.0 {6D59C069-4635-4971-9C44-C0FD0AB478FE} Exe - Properties - 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/Methodical/Arrays/lcs/_speed_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj index dfb16e2..c10f0fe 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 @@ -8,12 +8,8 @@ 2.0 {7F2BE09E-FB70-4867-8510-92CB72423557} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d8a90c6..9e084b7 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 @@ -8,12 +8,8 @@ 2.0 {CFCB5240-B25C-4731-B438-901AA0A46CA3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0781217..a724a4c 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 @@ -8,12 +8,8 @@ 2.0 {08D7A761-C3C5-41DA-8EDD-73FDDA2141E0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 301fcf5..8f095dd 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 @@ -8,12 +8,8 @@ 2.0 {2047CED4-FC91-4429-9FA3-B1AA18B92617} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 69bd42d..3393219 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 @@ -8,12 +8,8 @@ 2.0 {6113EE4E-E070-4A64-B6DA-9C0D81D5FF67} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4b142aa..ef5b8a1 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 @@ -8,12 +8,8 @@ 2.0 {7FA818E6-43F9-4064-8D14-7A3ECF71EC4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 029e84c..abbc42e 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 @@ -8,12 +8,8 @@ 2.0 {72BE06E8-0A10-4BC4-A79C-1D09D825AC7D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3988809..d81e01f 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 @@ -8,12 +8,8 @@ 2.0 {1A8C3540-503A-4515-9D4A-174F2E7D970B} Exe - Properties - 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/Methodical/Arrays/lcs/_speed_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj index 60d8522..c9a80d6 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 @@ -8,12 +8,8 @@ 2.0 {D81C1BBD-C6DC-4C88-B0CF-1F4AFA212D15} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2659474..0b01e84 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 @@ -8,12 +8,8 @@ 2.0 {BA2B856D-9A08-423B-A166-43DF59F3C357} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6c0aa30..597add1 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 @@ -8,12 +8,8 @@ 2.0 {D8DDFB16-E394-4CF8-9C7D-60EDA36C0DD6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 676a1b9..9a0cead 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 @@ -8,12 +8,8 @@ 2.0 {9CE7B008-52BD-4C42-A786-0319CD610C78} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3368f75..55e190f 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 @@ -8,12 +8,8 @@ 2.0 {0950132C-BFC2-4F19-8125-07CE50FA340F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74b7b65..ff427fb 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 @@ -8,12 +8,8 @@ 2.0 {44AD9943-B0B1-4DD8-877E-CC3CB6A0D735} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 47f5c13..1c36bf7 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 @@ -8,12 +8,8 @@ 2.0 {3170D5EE-2113-4606-ABAB-B3B2B95D0395} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d399ba7..3a54686 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 @@ -8,12 +8,8 @@ 2.0 {F5D42974-3541-42FB-9C75-3770270E5D94} Exe - Properties - 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/Methodical/Arrays/misc/_dbgarrres.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj index fa99e14..4644a76 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj @@ -8,12 +8,8 @@ 2.0 {EEC386C8-76E2-4D97-8D5F-11413554DA38} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 be49281..7c61bd6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj @@ -8,12 +8,8 @@ 2.0 {BA6C694F-CA16-4648-A162-19928FEA4AB7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3a16109..7b686ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj @@ -8,12 +8,8 @@ 2.0 {2A8C2287-CDC7-429C-8AD6-5076A13E7AB8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68b49b3..6816ea5 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 00b7d5a..00447a8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e1383c7..eff5f74 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 @@ -8,9 +8,7 @@ {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d Full false 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 edb9a2c..eb30a65 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 @@ -8,12 +8,8 @@ 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 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 4287204..a681cd3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b423dde..d68177d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8146da4..3329579 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 @@ -8,12 +8,8 @@ 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 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 ca42afc..c0e9b50 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 @@ -8,12 +8,8 @@ 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 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 0bef04c..774b66d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 733c0d5..126257c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e66b7a0..3fb2beb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c1b0423..42861a0 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 @@ -8,9 +8,7 @@ {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe {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/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj index 985aa37..f2f0747 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 @@ -8,12 +8,8 @@ 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 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 0995105..0809947 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 65e6288..8712882 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0efadc0..fd5851a 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 @@ -8,12 +8,8 @@ 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 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 a177ee8..d632d37 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 @@ -8,12 +8,8 @@ 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 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 ca38fc2..e2619f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj @@ -8,12 +8,8 @@ 2.0 {376F7141-6564-4FCA-8B5B-1FAF03C0FBB6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 95a901e..63cf92c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj @@ -8,12 +8,8 @@ 2.0 {52B653E7-69BC-4FD4-B124-A673C88BB72E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 22c6e59..e3cf562 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj @@ -8,12 +8,8 @@ 2.0 {859EDDFE-5EDE-4772-888F-27000A56AA11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b9ca5cf..056271c 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 @@ -8,12 +8,8 @@ 2.0 {B5006B72-624F-496F-A429-4AE7E50AEB82} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ab8e4dd..c23969c 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 @@ -8,12 +8,8 @@ 2.0 {F92F1679-95B9-488E-A378-7ADF531B2D01} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb7a97b..161d423 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 @@ -8,12 +8,8 @@ 2.0 {C8051056-1A85-4BEF-9408-3EAB51DCF52E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0d414fd..533f532 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 @@ -8,12 +8,8 @@ 2.0 {E07778FA-E591-4470-BD28-FBA0B45C880F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 28abcf3..ee59fbb 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 @@ -8,12 +8,8 @@ 2.0 {5A836F00-9458-403C-A88F-D974F2B39F61} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 419f3aa..5a82c2c 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 @@ -8,12 +8,8 @@ 2.0 {B04EBCD4-E07A-461A-9ACF-922288EF3917} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 59b4cc3..490b10a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d61a45c..6e559fb 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ba895dd..0ac691a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d7d3b4c..b3c6cc3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 195863f..664f087 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ae5a7f1..6deb0cd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b63c0af..0ab9bca 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3efbd52..04a893d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c2d99f9..2f98ce8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 550a325..5d3e201 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 52ca643..79afd6a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a4e3da8..bb56661 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 846240f..3050cc6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5a6d272..05f4b54 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 da2d994..40befd8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 486ae24..9877449 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4a796e5..404c5fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c752022..e33206c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 58e96f3..12bb794 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0cc746f..3cfbc20 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b1f9f31..e0dd970 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 @@ -8,12 +8,8 @@ 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 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 b7b6ae2..c12f77a 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 @@ -8,12 +8,8 @@ 2.0 {6EAF444E-55CF-473C-99E0-38176828C2D6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0ea629d..53e32be 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 @@ -8,12 +8,8 @@ 2.0 {10E5D6DB-A089-4539-8A17-6216BD6F98B8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 30e8412..2a8a7f9 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 @@ -8,12 +8,8 @@ 2.0 {4FAD1625-EF71-4917-9F1F-ED9ABFFB934C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 112e479..f32a18b 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 @@ -8,12 +8,8 @@ 2.0 {C84C8426-642F-4DFD-BF02-7A6E9F708756} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 afbae33..a893ec9 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 @@ -8,12 +8,8 @@ 2.0 {14163169-6FB4-4A2B-8A4A-A021D006D717} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72d930a..d116b6a 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 @@ -8,12 +8,8 @@ 2.0 {7D321758-1C83-4DB3-B51D-27F6FA57AE64} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ac4b60d..e08ef5e 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 @@ -8,12 +8,8 @@ 2.0 {16967885-D7D0-4D58-AF6B-00F5FC54EC1B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c970651..ebcd935 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 @@ -8,12 +8,8 @@ 2.0 {7B540E45-BDAB-46BC-8657-D6CBCBE61831} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b1e6a73..da0bf3a 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 @@ -8,12 +8,8 @@ 2.0 {293FE611-8ECE-473A-913C-7CF09977A544} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 136dc31..7e43326 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 @@ -8,12 +8,8 @@ 2.0 {A6038A0C-F7A9-4511-A080-22E10146CFF4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 214643e..15089196 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 @@ -8,12 +8,8 @@ 2.0 {F482BF92-E9C2-4B1D-9E42-EADBAAC53B30} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f17f775..7f64ac9 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 @@ -8,12 +8,8 @@ 2.0 {F743004C-99B4-4580-80AE-33EA97834AB9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2439b1a..d80d87e 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 @@ -8,12 +8,8 @@ 2.0 {364B851D-D4FF-4F6A-AF3B-96D8CDD71360} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b760bd2..f706238 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 @@ -8,12 +8,8 @@ 2.0 {12E16CD9-7ECB-44CE-ADEB-93783A7FCE13} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 92daea2..3a1acd2 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 @@ -8,12 +8,8 @@ 2.0 {21007222-B4B1-49D7-9AE6-D9A4C915A20A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f0cebff..c9b953e 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 @@ -8,12 +8,8 @@ 2.0 {A01D75F2-4784-4CF8-BA88-23BC63F3CB0A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 274c0c5..6cc763e 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 @@ -8,12 +8,8 @@ 2.0 {83C230E5-DE57-4F98-90A2-5E434A64071E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f32ab7..8bf26d4 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 @@ -8,12 +8,8 @@ 2.0 {019B6706-6421-4BFA-BC71-9CF043491C3B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8bab969..3e98ba1 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 @@ -8,12 +8,8 @@ 2.0 {70351EE6-B46D-45D4-81BB-E48E359D49A8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f6e4756..4a9f696 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 @@ -8,12 +8,8 @@ 2.0 {FA9A66F5-886D-46E8-AC9B-0CA8E67D6CBD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8aceee4..741dad7 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 @@ -8,12 +8,8 @@ 2.0 {F1F45941-0CB1-4C86-A9C0-22B751B4EC4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b247662..5c5acfe 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 @@ -8,12 +8,8 @@ 2.0 {B9707CEE-08FE-4DA8-9ED1-0CD2326A6390} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4a6d5ed..8ff1f07 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 @@ -8,12 +8,8 @@ 2.0 {BFAEC7EF-E209-4F9B-BB90-FFA58678A253} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ee46906..4eae3cb 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 @@ -8,12 +8,8 @@ 2.0 {11C1B849-E442-4D5E-A0A7-AA0B30F2247B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4d1a589..e9eb101 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 @@ -8,12 +8,8 @@ 2.0 {149D8B69-2B5C-4F25-8853-991A4BF08DB4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2d7a0d8..e022e39 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 @@ -8,12 +8,8 @@ 2.0 {5269AD90-8679-4AEA-8C2A-906CDA9F056F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 450f971..d5a3e25 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 @@ -8,12 +8,8 @@ 2.0 {2C65FE18-0E3B-44B0-9BB7-E8254C06A3C9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8b4e093..a7f9068 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 @@ -8,12 +8,8 @@ 2.0 {9B133BDC-48C6-4E11-906C-FDEAF818309F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8b57a01..28acfd8 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 @@ -8,12 +8,8 @@ 2.0 {38B47509-08E5-4BEE-B112-14528D0C48F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e91a29..85db11a 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 @@ -8,12 +8,8 @@ 2.0 {A30B47AA-3D05-47ED-86E6-836946DBE693} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4c89ea7..bf2ab3e 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 @@ -8,12 +8,8 @@ 2.0 {1CDEC76B-6206-4094-85C9-6447D3DFDFDA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4fd140b..d2b45f3 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 @@ -8,12 +8,8 @@ 2.0 {089F5E49-9BEF-4F72-852F-E13C1A8E91F4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2490bb1..f656f8b 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 @@ -8,12 +8,8 @@ 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 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 e6a93db..b85f82b 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 @@ -8,12 +8,8 @@ 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 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 673016a..3880432 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f1a4917..3a21db4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1300a19..14b43a1 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 baee334..2a552f6 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 @@ -8,12 +8,8 @@ 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 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 28cefd9..5e76400 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1ab5d94..e58591e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b8da91a..58bbcb8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f18c203..0c55bcc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6194b70..cebfc95 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 @@ -8,12 +8,8 @@ 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 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 fba3757..f8f35ee 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 @@ -8,12 +8,8 @@ 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 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 c523b5d..bd84485 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f3ee2d2..5cdcd99 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9825a80..b10ac53 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 716ccb8..1459966 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 @@ -8,12 +8,8 @@ 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 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 421f2e3..ef1e230 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b2cc6b2..ac4e169 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e62026e..bd7e9db 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5ee8af0..4d50c29 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2c8f8a0..894fa72 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 @@ -8,12 +8,8 @@ 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 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 f8a6152..5d7b801 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d48d739..703d92e 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 @@ -8,12 +8,8 @@ 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 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 1543970..80fcc8b 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 @@ -8,12 +8,8 @@ 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 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 906473a..ee396cf 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 @@ -8,12 +8,8 @@ 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 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 0a6d3b6..8394f06 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c0170c4..2336dee 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 @@ -8,12 +8,8 @@ 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 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 27152d4..416c4be 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f9e0cad..75968f3 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 @@ -8,12 +8,8 @@ 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 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 914cba8..7040a5b 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 @@ -8,12 +8,8 @@ 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 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 4c6e51f..5ec049f 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 @@ -8,12 +8,8 @@ 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 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 2015389..1f5998f 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 @@ -8,12 +8,8 @@ 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 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 87dfb18..b100f86 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 @@ -8,12 +8,8 @@ 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 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 f85218a..5a20017 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 @@ -8,12 +8,8 @@ 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 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 7e1f5e2..3064836 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 @@ -8,12 +8,8 @@ 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 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 819bde1..e570bdd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7593643..c1e8e3a 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 @@ -8,12 +8,8 @@ 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 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 fbfca01..5d3bf50 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 @@ -8,12 +8,8 @@ 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 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 350926e..69112d0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d42a6ae..c516e6f 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 @@ -8,12 +8,8 @@ 2.0 {1078159A-0ADF-4196-8910-17C460B6B9C4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 00bf3a7..c747cc5 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 @@ -8,12 +8,8 @@ 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 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 dddaed4..a28fa93 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 @@ -8,12 +8,8 @@ 2.0 {32EFE30D-5B7F-4660-8F73-F1D533004FCD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 026c12d..7027d90 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3dfc9fb..fad6120 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 @@ -8,12 +8,8 @@ 2.0 {BB4C7E4F-77AB-4E77-97D0-3195E414DF66} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3bc973e..0441583 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 @@ -8,12 +8,8 @@ 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 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 730e031..7618c35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4f80087..5b7941f 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 @@ -8,12 +8,8 @@ 2.0 {E1EFF632-5803-4922-8556-047D321ACDD6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 daf7e3b..bb1e2f7 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 @@ -8,12 +8,8 @@ 2.0 {DD3CD0A1-DF96-4AD5-B363-94E216361C80} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 57af162..2503096 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 @@ -8,12 +8,8 @@ 2.0 {B3A065CE-BEAE-4A30-AEF3-83E45D4C8569} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5c56c1e..8545a97 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 @@ -8,12 +8,8 @@ 2.0 {61121819-B7F9-474B-85EB-040490EF3D0A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a46439f..cb1e682 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 @@ -8,12 +8,8 @@ 2.0 {D3F0D5C2-219B-4E50-9C1C-BEAE2E2A9587} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e512097..c599f15 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 @@ -8,12 +8,8 @@ 2.0 {B3E6268C-05E7-4BEC-8D4C-B471DC6946E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 60b1153..54e7d9c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 df498fc..a6ca409 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 @@ -8,12 +8,8 @@ 2.0 {7BD9A24F-20E4-4515-9514-0029E4A485C0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b97370c..29d59bf 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 @@ -8,12 +8,8 @@ 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 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 4584a11..a38a946 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 @@ -8,12 +8,8 @@ 2.0 {E6A3B5BF-331D-4B40-8993-CDCFB9E8F181} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c6b85d1..6f72c98 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 921488f..18b1e02 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 @@ -8,12 +8,8 @@ 2.0 {50E37C5A-A812-4C7B-8299-C5A973E99C91} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 290d39a..d45796a 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 @@ -8,12 +8,8 @@ 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 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 d17c92c..e3fadd3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f9e0cad..75968f3 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 @@ -8,12 +8,8 @@ 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 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 2015389..1f5998f 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 @@ -8,12 +8,8 @@ 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 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 f85218a..5a20017 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 @@ -8,12 +8,8 @@ 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 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 7593643..c1e8e3a 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 @@ -8,12 +8,8 @@ 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 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 ff7e969..3097fbd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c46674a..5b03c77 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8c442ee..6bb3b87 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 @@ -8,12 +8,8 @@ 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 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 f18c203..0c55bcc 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5c4b4655..e3ff2b8 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 @@ -8,12 +8,8 @@ 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 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 58816fd..2cbc728 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 @@ -8,12 +8,8 @@ 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 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 61c7c63..3bdcabf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9e8d4cf..7db1010 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 eff8433..0daa127 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 @@ -8,12 +8,8 @@ 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 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 52c538f..cdd2688 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2eea296..35ef960 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 @@ -8,12 +8,8 @@ 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 true 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 b3bc37b..9d66998 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 @@ -8,12 +8,8 @@ 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 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 6f3f0e0..d374868 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 @@ -8,12 +8,8 @@ 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 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 ec856d0..7638fae 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 @@ -8,12 +8,8 @@ 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 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 f2662d8..0293498 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 @@ -8,12 +8,8 @@ 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 true 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 6626dcb..5349549 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 @@ -8,12 +8,8 @@ 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 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 6f3f0e0..d374868 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 @@ -8,12 +8,8 @@ 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 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 ec856d0..7638fae 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 @@ -8,12 +8,8 @@ 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 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 984f06d..ad551ad 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 @@ -8,12 +8,8 @@ 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 true 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 4da29eb..d9ec87c 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 @@ -8,12 +8,8 @@ 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 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 a20eb0a..d946ce5 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 @@ -8,12 +8,8 @@ 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 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 e695c6b..f54a8fe 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 @@ -8,12 +8,8 @@ 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 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 4a5eb56..8affc67 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 @@ -8,12 +8,8 @@ 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 true 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 db326af..9d6f58c 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 @@ -8,12 +8,8 @@ 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 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 a20eb0a..d946ce5 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 @@ -8,12 +8,8 @@ 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 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 e695c6b..f54a8fe 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 @@ -8,12 +8,8 @@ 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 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 3b11343..4c19a9e 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 8548e8b..28047bd 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f0f2afc..3e02647 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj index 8c86270..23cc107 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj index b9aecee..cd7df5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj @@ -8,12 +8,8 @@ 2.0 {B15721F4-238B-4A65-9C72-57FB609402A1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj index b7a6aa7..ac7bb44 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj index 4d55ee3..f787300 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj @@ -8,12 +8,8 @@ 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 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 798f999..f8507a8 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 @@ -8,12 +8,8 @@ 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 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 8fcd27b..d96b4b0 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 @@ -8,12 +8,8 @@ 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 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 168660e..a371a58 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 @@ -8,12 +8,8 @@ 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 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 85e0bd9..17f55d6 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 @@ -8,12 +8,8 @@ 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 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 c05bed0..0248ae2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9be1fb9..0791478 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b71eac4..8fa7753 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 @@ -8,12 +8,8 @@ 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 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 6742a5a..1f95d2c 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 @@ -8,12 +8,8 @@ 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 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 48e2732..6ab83d6 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 @@ -8,12 +8,8 @@ 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 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 9686bc9..dfc8d95 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 @@ -8,12 +8,8 @@ 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 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 80ff790..6a30cc6 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 @@ -8,12 +8,8 @@ 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 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 e742ed9..993a0ba 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 @@ -8,12 +8,8 @@ 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 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 e7d7f74..f7104c7 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 @@ -8,12 +8,8 @@ 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 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 c1ecc03..8e9fdde 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 @@ -8,12 +8,8 @@ 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 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 376d830..c3fbffb 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 @@ -8,12 +8,8 @@ 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 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 c20de40..5a6f4d3 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 @@ -8,12 +8,8 @@ 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 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 299d2cf..d641c8a 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 @@ -8,12 +8,8 @@ 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 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 a2c774d..c094e4d 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 @@ -8,12 +8,8 @@ 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 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 c2b6ba4..ca80731 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 @@ -8,12 +8,8 @@ 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 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 9d29235..40deb2b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1933675..70e6ef8 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f3e9655..48e5e7c 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 @@ -8,12 +8,8 @@ 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 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 6d76050..7fa5f8d 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 @@ -8,12 +8,8 @@ 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 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 30a4997..ea41ab4 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 @@ -8,12 +8,8 @@ 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 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 e2e09b9..feba791 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 @@ -8,12 +8,8 @@ 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 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 2ae3777..29b3299 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 @@ -8,12 +8,8 @@ 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 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 4198558..c4a0561 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 @@ -8,12 +8,8 @@ 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 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 4ac10b2..606b840 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 @@ -8,12 +8,8 @@ 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 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 12b8722..7b683d9 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 @@ -8,12 +8,8 @@ 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 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 882ebdf..836c303 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 @@ -8,12 +8,8 @@ 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 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 bfcf11a..3065537 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 @@ -8,12 +8,8 @@ 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 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 a5019a4..5154ba6 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 @@ -8,12 +8,8 @@ 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 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 12d16a2..d33dc2c 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 @@ -8,12 +8,8 @@ 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 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 47ae291..73152db 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 @@ -8,12 +8,8 @@ 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 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 6f389b3..fec0915 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 @@ -8,12 +8,8 @@ 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 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 6f462b9..ba9ac58 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 53bc3c8..e607c2c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 10b5da1..7179c55 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 @@ -8,12 +8,8 @@ 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 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 64ce203..58e4a03 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 @@ -8,12 +8,8 @@ 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 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 bb00cf2..0267da7 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 @@ -8,12 +8,8 @@ 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 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 1a602b0..4feafd5 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 @@ -8,12 +8,8 @@ 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 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 83ae048..97e43ad 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 @@ -8,12 +8,8 @@ 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 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 deccfee..603a0ec 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 @@ -8,12 +8,8 @@ 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 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 a53778c..84ae2c9 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 @@ -8,12 +8,8 @@ 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 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 b670ffc..cd2664f 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 @@ -8,12 +8,8 @@ 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 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 9f8136d..b63829f 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 @@ -8,12 +8,8 @@ 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 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 8a140d2..31a4718 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 @@ -8,12 +8,8 @@ 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 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 1f55bb3..306ec9d 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 @@ -8,12 +8,8 @@ 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 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 512f09e..43aecc0 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 @@ -8,12 +8,8 @@ 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 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 c0f79d7..530b251 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 @@ -8,12 +8,8 @@ 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 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 ebc70d9..f009a69 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9c2f56c..d5f43ad 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 67240ee..032563a 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 @@ -8,12 +8,8 @@ 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 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 89c85ab..266aaf5 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 @@ -8,12 +8,8 @@ 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 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 7b58a73..6a3af5f 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 @@ -8,12 +8,8 @@ 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 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 f3ea0e1..9eaa95d 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 @@ -8,12 +8,8 @@ 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 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 2299f6e..4e46571 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 @@ -8,12 +8,8 @@ 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 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 de62224..cb4f5ad 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 @@ -8,12 +8,8 @@ 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 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 2bfb9fc..4dc2549 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 @@ -8,12 +8,8 @@ 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 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 60c1f6f..61b1b6a 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 @@ -8,12 +8,8 @@ 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 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 e55fdb4..cb44a44 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 @@ -8,12 +8,8 @@ 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 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 df7f3c4..cec25b1 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 @@ -8,12 +8,8 @@ 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 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 c67c512..5c53dc2 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 @@ -8,12 +8,8 @@ 2.0 {BD5B9A20-29E1-4CBA-8933-7E3C79A5529D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 87f5ce8..c1c906e 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 @@ -8,12 +8,8 @@ 2.0 {73C9B4AC-39C5-4DED-BC68-AA03CD41072A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dcb4951..027f308 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 @@ -8,12 +8,8 @@ 2.0 {BD949E3E-C280-48EE-8184-87DAC8A703DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 914228f..005bcb3 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 @@ -8,12 +8,8 @@ 2.0 {20B43D32-9F6E-4CBF-AAD7-81DC2CC8A4A7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e525f0..6318485 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 @@ -8,12 +8,8 @@ 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 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 bcacc96..5a7af8f 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 @@ -8,12 +8,8 @@ 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 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 f39fd58..abdd192 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 @@ -8,12 +8,8 @@ 2.0 {7E653F52-E821-4AD7-84B9-FBD13E0C1308} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0449de6..e6837f9 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 @@ -8,12 +8,8 @@ 2.0 {B414C4D2-2F6A-4CEF-814E-BA9DC7DB7C8F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ab57951..67267c1 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 @@ -8,12 +8,8 @@ 2.0 {A57CD20C-BC08-49F1-88CD-AB3609C76C68} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 866a70a..d256519 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 @@ -8,12 +8,8 @@ 2.0 {387A2A16-9BD0-4E49-B934-9F725CEB810E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9c4134a..3a08822 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 @@ -8,12 +8,8 @@ 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 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 41f0cf7..aff40c2 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 @@ -8,12 +8,8 @@ 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 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 0e22bca..bdf64b1 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 @@ -8,12 +8,8 @@ 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 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 aa8e1c7..3070dfd 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 @@ -8,12 +8,8 @@ 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 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 807feec..50978eb 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 @@ -8,12 +8,8 @@ 2.0 {F4BF21B1-69E1-48F6-9AC8-0465F3B5798B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 661830f..3b6f922 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 @@ -8,12 +8,8 @@ 2.0 {8AA2DDC3-5BB2-4F35-A020-8106C20CF8FA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96f3ce8..4568c2f 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 @@ -8,12 +8,8 @@ 2.0 {765B8DAE-C0A8-4247-B89C-A945693622D6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9d5d4ed..91b4d68 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 @@ -8,12 +8,8 @@ 2.0 {AF9518E2-1C16-44D2-AD0D-6D72786BCD06} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ef9f896..02c33cf 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 @@ -8,12 +8,8 @@ 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 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 bbd6b55..0a3c916 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 @@ -8,12 +8,8 @@ 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 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 8b287d8..92803dd 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 @@ -8,12 +8,8 @@ 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 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 2e7fb76..bf0d834 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 @@ -8,12 +8,8 @@ 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 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 02744d8..611b38e 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 @@ -8,12 +8,8 @@ 2.0 {0A6812BB-B1ED-4946-985A-59D6BA337C02} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 26a48eb..f560c57 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 @@ -8,12 +8,8 @@ 2.0 {C75CD0A5-EC50-4758-934C-6556DB3ABB56} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 148a62a..8ccb483 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 @@ -8,12 +8,8 @@ 2.0 {7522C319-7E9C-4FF6-BA8B-4AFD82505F11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a7af3d8..000be6e 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 @@ -8,12 +8,8 @@ 2.0 {5D3D87C1-CFFE-4C30-B840-166734802351} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 655c394..0097499 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 @@ -8,12 +8,8 @@ 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 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 5b3dba5..b97d22f 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 @@ -8,12 +8,8 @@ 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 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 ff6a51d..b3f7d18 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 @@ -8,12 +8,8 @@ 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 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 1165ffa..fb1b666 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 @@ -8,12 +8,8 @@ 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 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 0b83e1e..a7891c8 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 @@ -8,12 +8,8 @@ 2.0 {066648D8-5CC3-4237-B749-6EEF50933525} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1cb2614..9c6ca65 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 @@ -8,12 +8,8 @@ 2.0 {55B6A522-0226-4155-8C65-07876D6A9860} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 44b2170..6ff0946 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 @@ -8,12 +8,8 @@ 2.0 {2D5ECCEC-4287-4CDA-BC4C-7232A0F61449} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3e6272b..55f7ce1 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 @@ -8,12 +8,8 @@ 2.0 {0AAAF581-8DA8-43B4-AEF0-66F55292813E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 be71791..bc54bbc 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 @@ -8,12 +8,8 @@ 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 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 b04a52b..eab0c3a 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 @@ -8,12 +8,8 @@ 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 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 598a4d4..7015fe4 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 @@ -8,12 +8,8 @@ 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 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 7dc0530..4434176 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 @@ -8,12 +8,8 @@ 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 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 b93fad5..c97b58f 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 @@ -8,12 +8,8 @@ 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 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 dd5dfd6..920e96a 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 @@ -8,12 +8,8 @@ 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 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 16234f0..844015d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj @@ -8,12 +8,8 @@ 2.0 {0DA8CCC7-53D6-4F33-B6DE-D56A54B57B37} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 260a132..0ceaf90 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 @@ -8,12 +8,8 @@ 2.0 {CDB2B955-A5B9-4C92-A9CD-66421A10C575} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4fef145..80d3025 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 @@ -8,12 +8,8 @@ 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 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 f83f97b..9f3d9bd 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 @@ -8,12 +8,8 @@ 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 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 e0760b3..81b6702f 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 @@ -8,12 +8,8 @@ 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 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 8fb212c..d187945 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 @@ -8,12 +8,8 @@ 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 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 24fda63..ef11707 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 @@ -8,12 +8,8 @@ 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 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 12ee4bc..1351548 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 @@ -8,12 +8,8 @@ 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 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 6bea6b7..665e68a 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 @@ -8,12 +8,8 @@ 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 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 f126626..993e4be 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 @@ -8,12 +8,8 @@ 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 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 b86596e..899a1d6 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 @@ -8,12 +8,8 @@ 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 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 52745dc..2facc18 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 @@ -8,12 +8,8 @@ 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 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 a0b9e93..de63a7a 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 @@ -8,12 +8,8 @@ 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 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 920eedc..9e025c9 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 @@ -8,12 +8,8 @@ 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 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 025430b..4a34346 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 @@ -8,12 +8,8 @@ 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 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 fe9c1ad..30f9f04 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 @@ -8,12 +8,8 @@ 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 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 d443e58..f00f79f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj @@ -8,12 +8,8 @@ 2.0 {D4A7F6E3-10FB-4289-9889-559C58A9CE82} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b785269..331b951 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 @@ -8,12 +8,8 @@ 2.0 {85F10744-5D68-401F-95B0-11D9434FF153} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5bf37d3..f399f81 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 @@ -8,12 +8,8 @@ 2.0 {C34ABC48-FC7E-478E-B148-06E3BF70B638} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 028727b..5da5dc3 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 @@ -8,12 +8,8 @@ 2.0 {65CC7212-A80C-4176-A942-2F9747772F31} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e40c6a6..699e196 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 @@ -8,12 +8,8 @@ 2.0 {F8CCECEF-F7D4-4E88-9CBB-3FF27E856D5A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c00342..4051d42 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 @@ -8,12 +8,8 @@ 2.0 {951998CF-8BF0-4660-B2E1-F5E7B9CAE775} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bbcf24f..2c9678f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj @@ -8,12 +8,8 @@ 2.0 {8B3226D1-019E-4374-9D7A-984AFF660832} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c6b4b9a..1b810e7 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 @@ -8,12 +8,8 @@ 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 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 1f75b0f..6a5db07 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 @@ -8,12 +8,8 @@ 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 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 f96e154..365374c 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 @@ -8,12 +8,8 @@ 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 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 b65402d..0f02c42 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 @@ -8,12 +8,8 @@ 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 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 6dbf024..68281ca 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 @@ -8,12 +8,8 @@ 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 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 5c99789..af020fb 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 @@ -8,12 +8,8 @@ 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 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 882bd9c..01866e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj @@ -8,12 +8,8 @@ 2.0 {8F545EB4-16C4-4561-A7FA-30D9A9504E2D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6ff2a33..ffe8db9 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 @@ -8,12 +8,8 @@ 2.0 {6423E198-6E4C-4FE3-87D3-A14586D1E7E1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 184e560..64c7c5d 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 @@ -8,12 +8,8 @@ 2.0 {612EEF55-B933-4F56-9203-6387DB3755F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 395d64c..61a1d32 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 @@ -8,12 +8,8 @@ 2.0 {04DCE5F5-545D-4326-AAE7-8B3311248AA3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6fa615d..85acd79 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 @@ -8,12 +8,8 @@ 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 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 79489cb..77896a7 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 @@ -8,12 +8,8 @@ 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 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 867cea0..37ce8b5 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 @@ -8,12 +8,8 @@ 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 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 511536d..5fa69ae 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 @@ -8,12 +8,8 @@ 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 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 1af93d1..718a602 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 @@ -8,12 +8,8 @@ 2.0 {E73AE81F-2BB2-4BA4-A99F-6E9AEEBAFB19} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 77ff647..2ee20d2 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 @@ -8,12 +8,8 @@ 2.0 {20860BEB-89DA-4119-B82E-C7DD5994E92F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e697359..32b21ce 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 @@ -8,12 +8,8 @@ 2.0 {9050A814-D15D-4F3E-9259-54803F85FE63} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 380cf09..52bd6ea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj @@ -8,12 +8,8 @@ 2.0 {098FBD79-0E99-4E2D-B67B-1C0C977A3EAA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d38ea74..ee22da1 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 @@ -8,12 +8,8 @@ 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 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 84dda96..fee288b 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 @@ -8,12 +8,8 @@ 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 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 ae8152e..3093e3d 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 @@ -8,12 +8,8 @@ 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 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 c813bca..89421ea 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 @@ -8,12 +8,8 @@ 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 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 56fc998..2722e5b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj @@ -8,12 +8,8 @@ 2.0 {CA007CA9-CD94-4D2A-B45E-B4FFB36C56DE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1b62fff..98aa572 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 @@ -8,12 +8,8 @@ 2.0 {2896F75C-65F5-489C-99ED-C651B1CF438B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 95c087a..dd38c09 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 @@ -8,12 +8,8 @@ 2.0 {2755A058-AF1D-4DDA-85A0-D69E5A96D298} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 56e502e..37a6a25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj @@ -8,12 +8,8 @@ 2.0 {95B46689-1DF6-4292-93C6-783B238750CD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 87d1d72..261b6a1 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 @@ -8,12 +8,8 @@ 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 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 6def5a3..11e35d7 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 @@ -8,12 +8,8 @@ 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 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 d3d0063..57ba497 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 @@ -8,12 +8,8 @@ 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 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 4880eef..2d50985 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 @@ -8,12 +8,8 @@ 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 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 ac699b2..dc05af4 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 @@ -8,12 +8,8 @@ 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 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 45094ec..e0cdcfb 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 @@ -8,12 +8,8 @@ 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 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 d3742b4..f59438c 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 @@ -8,12 +8,8 @@ 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 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 4dcad36..b0e64bf 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 @@ -8,12 +8,8 @@ 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 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 668331e..7189149 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 @@ -8,12 +8,8 @@ 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 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 1470320..963eb60 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 @@ -8,12 +8,8 @@ 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 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 ae2d8c4..de3cd55 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 @@ -8,12 +8,8 @@ 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 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 8028575..f41b611 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 @@ -8,12 +8,8 @@ 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 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 5a21c16..4b1f010 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 @@ -8,12 +8,8 @@ 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 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 54f926e..1dbab3b 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 @@ -8,12 +8,8 @@ 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 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 0058635..ee95630 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 @@ -8,12 +8,8 @@ 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 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 b3b8e1f..6131be6 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 @@ -8,12 +8,8 @@ 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 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 7799c9c..c6e338c 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 @@ -8,12 +8,8 @@ 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 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 a269b60..8f3e922 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 @@ -8,12 +8,8 @@ 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 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 58411f3..4e1e343 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 @@ -8,12 +8,8 @@ 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 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 96ca6df..c1f175c 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 @@ -8,12 +8,8 @@ 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 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 64de873..b9b5e80 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 @@ -8,12 +8,8 @@ 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 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 1caf1e8..fc6d333 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 @@ -8,12 +8,8 @@ 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 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 ac9646f..187115d 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 @@ -8,12 +8,8 @@ 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 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 9755d19..54e5a01 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 @@ -8,12 +8,8 @@ 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 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 264506f..c3a0234 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj @@ -8,12 +8,8 @@ 2.0 {D4376443-7B4E-4592-BA55-2C95E2313BB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 22b5729..c3f0777 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 @@ -8,12 +8,8 @@ 2.0 {3D1C981E-82C6-4479-BA4A-9E498F8968F2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3dd28dd..5fbb86d 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 @@ -8,12 +8,8 @@ 2.0 {52239498-7DBD-47B6-8C86-33D3928D305E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dbedbaf..19880b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj @@ -8,12 +8,8 @@ 2.0 {D579DF0E-44A5-4B01-B354-2F6C269EFEC5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 51f0674..7f26429 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 @@ -8,12 +8,8 @@ 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 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 68a4502..415b7c7 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 @@ -8,12 +8,8 @@ 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 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 4b1aac8..f55c54d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0dc67c7..b39ffe3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 265dce6..973faed 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 747fff0..44a564e 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 @@ -8,12 +8,8 @@ 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 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 e73fc54..14cc954 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 @@ -8,12 +8,8 @@ 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 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 b92d793..1b57acf 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 @@ -8,12 +8,8 @@ 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 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 96620cc..508be5c 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 @@ -8,12 +8,8 @@ 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 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 cf49b24..84d26c7 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 @@ -8,12 +8,8 @@ 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 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 a5d6f84..988fa81 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 @@ -8,12 +8,8 @@ 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 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 9f3a472..6ef608f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 702968f..f27a645 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 @@ -8,12 +8,8 @@ 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 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 effdd5b..50cb8f1 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 @@ -8,12 +8,8 @@ 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 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 fe8b0fa..24235f8 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 @@ -8,12 +8,8 @@ 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 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 6a320a1..d32dfd6 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 @@ -8,12 +8,8 @@ 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 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 8781bb6..9cb69a5 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 @@ -8,12 +8,8 @@ 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 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 b50d2a6..f5bfd96 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8368b2a..f101455 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 29a5a29..c9b5f44 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f2af489..cd0fc38 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 @@ -8,12 +8,8 @@ 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 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 5761736..1f75018 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 @@ -8,12 +8,8 @@ 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 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 50dcabc..988f6d5 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 @@ -8,12 +8,8 @@ 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 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 e01d81d..39aed6b 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 @@ -8,12 +8,8 @@ 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 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 a8eb21e..2eafec2 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 @@ -8,12 +8,8 @@ 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 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 0e081ff..4c7c3b6 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 @@ -8,12 +8,8 @@ 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 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 234fe75..3c9d9a7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3501f92..24b16cf 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 @@ -8,12 +8,8 @@ 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 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 3be2375..a68851f 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 @@ -8,12 +8,8 @@ 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 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 766f845..1be49a7 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 @@ -8,12 +8,8 @@ 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 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 079f3e5..80a4de7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj @@ -8,12 +8,8 @@ 2.0 {281E6D84-DD28-44CF-9007-218767F38CEA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d2b6c6a..a09a06d 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 @@ -8,12 +8,8 @@ 2.0 {CF2FB203-4A66-40D3-B3DE-4563FA349CF6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eec83b2..9485793 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 @@ -8,12 +8,8 @@ 2.0 {67E8AF36-6FD6-461E-96BD-A539C62B21CA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40b9d61..0e59c8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj @@ -8,12 +8,8 @@ 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 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 b1eae9a..8b3c843 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj @@ -8,12 +8,8 @@ 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 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 40b9d61..0e59c8d 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 @@ -8,12 +8,8 @@ 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 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 b1eae9a..8b3c843 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 @@ -8,12 +8,8 @@ 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 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 2140a59..6046cfb 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 @@ -8,12 +8,8 @@ 2.0 {3FF8F7D5-8EA6-4BE7-AD41-02F2D123CA86} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e7afb3..d5ff631 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 @@ -8,12 +8,8 @@ 2.0 {CF43C188-347D-48F9-A579-DA44539A0FF9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4bb1877..f0749cf 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 @@ -8,12 +8,8 @@ 2.0 {C5003221-20FB-4B11-ADFF-9B74AB85E644} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7119571..5d8797d 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 @@ -8,12 +8,8 @@ 2.0 {48D2ADCC-1F30-4048-9D7D-DB2EAE996DC0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 04981a9..4a3fafa 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 @@ -8,12 +8,8 @@ 2.0 {27EF2574-85F6-4344-A8FB-53FF676B2B35} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a34c674..a99afe7 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 @@ -8,12 +8,8 @@ 2.0 {1CDEFA2A-BEAF-446E-9A37-9831CA8B98EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2cd0818..e3d9002 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 @@ -8,12 +8,8 @@ 2.0 {5A1A4F68-E0EF-4C86-A2DD-B4B51D2AE5B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a56f0cc..748a625 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 @@ -8,12 +8,8 @@ 2.0 {B1777F72-B4F9-4163-934D-01C5FE94C3A0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7cf78eb..dc749d0 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 @@ -8,12 +8,8 @@ 2.0 {85C3782E-2BC8-47F1-A8FC-A281D38E2E2E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e64825e..61d86b4 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 @@ -8,12 +8,8 @@ 2.0 {5E080301-62C6-473A-A81E-B6CA4660D910} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6fc36b8..c8f1564 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 @@ -8,12 +8,8 @@ 2.0 {4C6B201D-B3CB-4532-90CC-BD168C55245B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c946772..86b08a4 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 @@ -8,12 +8,8 @@ 2.0 {E3B35BC3-48A5-49CF-A7AF-6482668C7925} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7ea6879..ea48e7b 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 @@ -8,12 +8,8 @@ 2.0 {616C74B4-061C-4397-B353-55EFA946A066} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7154edb..28c2ccb 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 @@ -8,12 +8,8 @@ 2.0 {43052CE7-B86C-4348-A8DF-F36649824AF2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 70bd89b..eb7c917 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 @@ -8,12 +8,8 @@ 2.0 {208C8119-B194-4496-B8CE-10792F48127B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0590e5d..ae210d7 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 @@ -8,12 +8,8 @@ 2.0 {83836C23-C48E-43D3-B4FE-D6B87038B4F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 85ee851..b757d43 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 @@ -8,12 +8,8 @@ 2.0 {E5A4BD61-B9C8-4C55-9255-6C4034266B8A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cd1c6ca..eb7d633 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 @@ -8,12 +8,8 @@ 2.0 {DA85578A-95B0-46E2-9B6A-9CC632F47468} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f04f512..f983b45 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 @@ -8,12 +8,8 @@ 2.0 {EB1A58D0-1CDF-4E38-A034-E8E5E8BBE6CC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c31ced9..9623319 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 @@ -8,12 +8,8 @@ 2.0 {1AAF5C25-41EC-4C6C-B284-D5DAA8717974} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6ffb762..eb4f327 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 @@ -8,12 +8,8 @@ 2.0 {EC6BB7AB-E35B-49FB-833B-25C2E06EE333} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2f146d2..fdc2c4c 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 @@ -8,12 +8,8 @@ 2.0 {5E0080D5-E089-4F8D-A052-AFA19F3FEB95} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0448392..ac613d6 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 @@ -8,12 +8,8 @@ 2.0 {2FDB1ADC-FBFF-43D4-927C-DA5349A245A2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 023825e..3a51c8e 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 @@ -8,12 +8,8 @@ 2.0 {59FAFAB9-B2D5-4357-92F2-07529D10D29E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9bb7f20..3617878 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 @@ -8,12 +8,8 @@ 2.0 {B32B89B4-2FA0-4AB6-B8F6-088B6158262E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3516446..3b4cd0f 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 @@ -8,12 +8,8 @@ 2.0 {0CB356F0-5EEB-46EA-BA75-E44007B6A527} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 63f4de9..b3fdb96 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 @@ -8,12 +8,8 @@ 2.0 {10344C2D-626F-4D00-81AE-600152A08826} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a9f180c..7616be6 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 @@ -8,12 +8,8 @@ 2.0 {C6695D0A-0449-45C2-9410-0FA0467594FE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68a0e6d..8089330 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 @@ -8,12 +8,8 @@ 2.0 {0B8DD1B0-EB2A-413A-A338-E77E7A9F0DFB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1e5331b..56be401 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 @@ -8,12 +8,8 @@ 2.0 {4DDE0784-48C0-43D0-9104-A3819391E088} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 efbefa3..b91e945 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 @@ -8,12 +8,8 @@ 2.0 {00A82ED2-1BB9-4D92-BB6A-59D4C0516345} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5f9df64..8754769 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 @@ -8,12 +8,8 @@ 2.0 {4551976E-9FCA-4CEA-BEC7-A6932A2AB122} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 222eafd..a7c9bad 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 @@ -8,12 +8,8 @@ 2.0 {56492795-B082-4C4D-9754-DA229027FA72} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 344b0bd..1d408b9 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 @@ -8,12 +8,8 @@ 2.0 {E850C367-E4F9-45CF-AD86-003E3147B8B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9516f0f..9d9fafc 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 @@ -8,12 +8,8 @@ 2.0 {525ADEB5-7FAF-48B4-B400-65FD55F513A8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 88a4c6d..c85a112 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 @@ -8,12 +8,8 @@ 2.0 {7600B247-46FE-42D8-B836-802F3D554EA6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2c59f8a..6842698 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 @@ -8,12 +8,8 @@ 2.0 {29866FDB-13E5-4263-8C83-C1281A60CFC8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 06853d5..c77d003 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 @@ -8,12 +8,8 @@ 2.0 {A2046A98-4DCF-41E9-8C9A-3255762568BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d54f5ae..1a91def 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 @@ -8,12 +8,8 @@ 2.0 {9C47B01D-2DFC-4AA7-A048-F9F330D758E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5434b50..2344414 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 @@ -8,12 +8,8 @@ 2.0 {0B668A23-0B4D-40CD-A1DC-4790A3C9F66D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 553db6f..ea720ec 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 @@ -8,12 +8,8 @@ 2.0 {6761286C-C56B-4249-BB07-12F71A3560E6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 90a0462..5bad8dd 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 @@ -8,12 +8,8 @@ 2.0 {A14EB7B1-D53D-413B-A605-308B16365797} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f160636..8104f07 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 @@ -8,12 +8,8 @@ 2.0 {483F68B7-0346-4C1D-BFD8-2438CDA4E216} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f9ce502..deb0f24 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 @@ -8,12 +8,8 @@ 2.0 {AC13ED14-FCED-40A6-A689-87B847A71A44} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 edc3817..cfd919e 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 @@ -8,12 +8,8 @@ 2.0 {8144FE5F-7A00-43F6-8F40-C33951625630} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f875c6cf..e9092ce 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 @@ -8,12 +8,8 @@ 2.0 {DC15F043-3742-4CFB-9DC7-4FF57E75A8F8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 772a71f..a2b8a35 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 @@ -8,12 +8,8 @@ 2.0 {273951C4-81A9-4326-BF46-31D56CA3B416} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ad99a90..ef9246d 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 @@ -8,12 +8,8 @@ 2.0 {0D30946A-1C07-4347-9C85-E62D017B6F58} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9cd97f4..40ab592 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 @@ -8,12 +8,8 @@ 2.0 {1F808F80-1B46-476A-8129-60B93DAE2301} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 212e56e..9f250c1 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 @@ -8,12 +8,8 @@ 2.0 {4473117B-E775-4328-8F5D-B6AB38774AB2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 14d8a63..ae54e98 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 @@ -8,12 +8,8 @@ 2.0 {FF309582-6138-4A73-B058-C5DD57C5E796} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4a4e8c7..609c85c 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 @@ -8,12 +8,8 @@ 2.0 {AB9A667E-75FC-41E7-B521-CE80A3340C39} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ec5d761..ae2255a 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 @@ -8,12 +8,8 @@ 2.0 {8E846AE6-E1DF-4F5B-8A53-7B706BB27A2B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1289664..639abda 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 @@ -8,12 +8,8 @@ 2.0 {299750E6-91B0-4E77-BEEB-1AB96761D860} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 335d68f..7331809 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 @@ -8,12 +8,8 @@ 2.0 {76CBC4E9-4702-4709-B739-FC928AEE879B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 95c1179..d21c2df 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 @@ -8,12 +8,8 @@ 2.0 {3AB92143-46C6-4678-83CA-08998544B96A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ca6437a..63c87fa 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 @@ -8,12 +8,8 @@ 2.0 {6F9533F8-AD41-4AB2-91FB-3C8EEC2BB301} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 88c7aab..20b94bf 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 @@ -8,12 +8,8 @@ 2.0 {BFB05742-010A-43FC-999C-6BBE0E195108} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1445387..b3172fd 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 @@ -8,12 +8,8 @@ 2.0 {C5E60D76-6428-472C-A893-234B58ABC3A7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3d22626..138cda7 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 @@ -8,12 +8,8 @@ 2.0 {2FEDB07F-3F15-458C-BDE8-A0AC979F0F12} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 31aa59d..7de12b4 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 @@ -8,12 +8,8 @@ 2.0 {DB357669-6C23-4F7E-933F-677B2B83023D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 13a1fd9..45d0850 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 @@ -8,12 +8,8 @@ 2.0 {B346CE86-77B4-46BB-9D1E-0206B64F2210} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0437573..c6de66f 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 @@ -8,12 +8,8 @@ 2.0 {4A4C968D-35A0-4577-A68F-BD0122B53C68} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96f286e..f51316e 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 @@ -8,12 +8,8 @@ 2.0 {F625B760-9258-4469-BB48-D9458E67612D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b7bb1cf..1faf8a2 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 @@ -8,12 +8,8 @@ 2.0 {878B4003-5746-4FD8-AB71-576EB6747746} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 29c09f2c..ece6546 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 @@ -8,12 +8,8 @@ 2.0 {798CDBA4-CC8E-494D-AC4A-B892A10FFD70} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2048cb1..d958219 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 @@ -8,12 +8,8 @@ 2.0 {D1795849-657A-4479-B5A3-F20431C63A72} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb93d9d..1792072 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 @@ -8,12 +8,8 @@ 2.0 {D657916B-CBC0-4D16-B28D-C01E9A5AA79E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4f8f8a7..3a591b4 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 @@ -8,12 +8,8 @@ 2.0 {7E2D7EC3-19A1-4214-8B3C-F018D3F98183} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3758da8..601d19b 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 @@ -8,12 +8,8 @@ 2.0 {6BA02F9B-6421-4C6A-BB95-66BFD09CE3DB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e7764e4..0274081 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 @@ -8,12 +8,8 @@ 2.0 {7BC300A1-FD27-4485-9E8E-E065E82F6393} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 161ee9a..c510d81 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 @@ -8,12 +8,8 @@ 2.0 {83885718-D3DC-4E70-AC83-6D0A83891D35} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 abb8139..c932c95 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 @@ -8,12 +8,8 @@ 2.0 {07A629B8-C886-4581-BBDD-E02F27834E7D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 251b819..077e973 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 @@ -8,12 +8,8 @@ 2.0 {0B6A35C1-A609-4C38-BF28-8B91393FFD96} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 39151a5..931e480 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 @@ -8,12 +8,8 @@ 2.0 {290E6251-A87B-4D85-A45D-8036E1B2499F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bde0ed2..0f39e74 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 @@ -8,12 +8,8 @@ 2.0 {DBA3CBE0-5201-4FA5-B75E-641110A8667C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cb951f8..f4feede 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 @@ -8,12 +8,8 @@ 2.0 {5AA71946-DB07-4B6A-9BAE-596BED827F8D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3046c66..fed365c 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 @@ -8,12 +8,8 @@ 2.0 {B423676C-EB2B-491A-B464-BD7DA461079A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4dca443..71f5ae2 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 @@ -8,12 +8,8 @@ 2.0 {7B091221-8500-461F-8AB8-0C446D4BB605} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 43c6c8a..74ca8cf 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 @@ -8,12 +8,8 @@ 2.0 {A6FF0C69-0661-48FA-A17F-C874A0F1EA05} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8910463..35bfca2 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 @@ -8,12 +8,8 @@ 2.0 {391BE933-E506-48E6-AD43-866852E16602} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 136afb1..1b03306 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 @@ -8,12 +8,8 @@ 2.0 {708E31E2-7DDD-42D7-8DC9-8E32514A006B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9af9d83..b722409 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 @@ -8,12 +8,8 @@ 2.0 {28F14B2C-CEC1-42D8-8D57-55F97AEDB1FF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2914f53..b152d7e 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 @@ -8,12 +8,8 @@ 2.0 {32B9796D-5D11-4642-8DE0-45C149041059} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 03ff6a2..f800997 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 @@ -8,12 +8,8 @@ 2.0 {5539D57F-8648-4E7A-91A2-2A2A06C538AA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cce2e1f..e53f5b1 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 @@ -8,12 +8,8 @@ 2.0 {5845BCDB-8A8F-43C2-B67F-2B272709F6DB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4dd6f90..1ecd749 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 @@ -8,12 +8,8 @@ 2.0 {507762C5-DC51-47AB-AADB-5B44ABE0B01B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b685d3d..c4a82a2 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 @@ -8,12 +8,8 @@ 2.0 {BD7E4344-FEE5-43C9-A9BD-43F75583C030} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 92e3105..99cf696 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 @@ -8,12 +8,8 @@ 2.0 {8D6BD55F-B624-4C3B-8A46-5C4E8509B7F2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5bcc208..4e3a39c 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 @@ -8,12 +8,8 @@ 2.0 {4D7B3353-6E2F-4B1F-9C71-C67109413257} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 afb6b5b..2fb4c93 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 @@ -8,12 +8,8 @@ 2.0 {BB32D37C-444E-4D1A-8F78-D3A8A05BE042} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1cdec9d..c120d28 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 @@ -8,12 +8,8 @@ 2.0 {E847FF15-94E0-46F8-AC9B-9337D5433F82} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ec51e65..0511890 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 @@ -8,12 +8,8 @@ 2.0 {151EC427-404B-4583-950C-10DCB25FFB8B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ca953dc..6df0b17 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 @@ -8,12 +8,8 @@ 2.0 {666A1E0A-7B7E-4FEA-A709-89B8106126B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 681763b..2f59a99 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 @@ -8,12 +8,8 @@ 2.0 {949C72E3-78EF-4A5F-A435-B6A9178FC764} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fb35e0d..91b2f54 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 @@ -8,12 +8,8 @@ 2.0 {C6ED996E-FDC0-4019-A4F5-6B6E464CBF29} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e84b194..b8e21ab 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 @@ -8,12 +8,8 @@ 2.0 {11D2FD2E-5CAD-4EAF-9D73-BD6A52705FF0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f7d0347..0734385 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 @@ -8,12 +8,8 @@ 2.0 {65F673F3-86E3-4876-A411-A51B45D54F85} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bb54f94..2f18874 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 @@ -8,12 +8,8 @@ 2.0 {23702DA7-B13D-41CD-B371-C85937BF8120} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 64ad58e..ac5d114 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 @@ -8,12 +8,8 @@ 2.0 {FD0D2C89-B029-4737-B625-93523ADBA96E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6ca28bb..8ede464 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 @@ -8,12 +8,8 @@ 2.0 {A356404D-40C5-4839-843B-B3D23B38F4F6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fde5333..e035c8d 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 @@ -8,12 +8,8 @@ 2.0 {91860B28-9EE4-48DA-94F5-E4A82FF8FDD3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 04f76ce..b10eefc 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 @@ -8,12 +8,8 @@ 2.0 {7513BC5A-BB00-4FF2-8F92-2AD6B9FDDE71} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f0cbb6d..073e3df 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 @@ -8,12 +8,8 @@ 2.0 {1A799F59-EED6-41DA-9952-B2999E4548C9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9ad5d9d..77e5443 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 @@ -8,12 +8,8 @@ 2.0 {F68BF4F7-67E8-402E-9818-C2B7F4CE9DA8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d78127a..cf2926f 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 @@ -8,12 +8,8 @@ 2.0 {E712666D-E63C-4FB8-99A6-B690ECEC64E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea969dd..eb1e4da 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 @@ -8,12 +8,8 @@ 2.0 {C69F3959-C027-439B-B851-253BBCF71E0C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 558aa50..9757627 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 @@ -8,12 +8,8 @@ 2.0 {20DD6027-635F-409C-8313-6A6E89AE71C6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bb9c4e1..e08b62a 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 @@ -8,12 +8,8 @@ 2.0 {D54ADABB-D3D3-4A05-BCF0-20ADC9417D75} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cfa35f8..7afc5e4d 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 @@ -8,12 +8,8 @@ 2.0 {211C7C2F-8474-4BA6-B46E-DA820B1992B5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 97fcb1c..e4a7bfa 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 @@ -8,12 +8,8 @@ 2.0 {2798FCA2-258E-4E32-BB71-95518A239579} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 99a4c15..e5d833c 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 @@ -8,12 +8,8 @@ 2.0 {37B10A10-D699-4CB0-A5C0-B5A949AC2304} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2867c7d..7fe67f9 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 @@ -8,12 +8,8 @@ 2.0 {8AAC1E98-E824-4F45-9976-B6C45573EA79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3d646f9..efdd900 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 @@ -8,12 +8,8 @@ 2.0 {8D757677-B479-4E9E-9FCC-9FE05FBC6093} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d7f0ec3..9ab6303 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 @@ -8,12 +8,8 @@ 2.0 {C00BD68E-BF60-4A02-9386-C0D811E1098A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 777c525..6079608 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 @@ -8,12 +8,8 @@ 2.0 {A0A700E5-A48E-4F89-B247-C2150472B1FD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b1c2605..c55291b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj @@ -8,12 +8,8 @@ 2.0 {842BD77D-3500-409C-B61C-B48C4203CD79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d0c1980..444bdf2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj @@ -8,12 +8,8 @@ 2.0 {9790CB17-0DF1-4405-BBC0-3FCB6F3EACEA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c899a99..b8985c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj @@ -8,12 +8,8 @@ 2.0 {6FB5F31D-7D7E-4708-8454-4BDA558499B6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9cfbbc1..e586e46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj @@ -8,12 +8,8 @@ 2.0 {51B02585-4E58-47F9-A0AC-1A71E48B8D40} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c887b6e..6427e96 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 @@ -8,12 +8,8 @@ 2.0 {746ED3A3-E1C1-4815-961F-217A95876E08} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 353f6ec..5999594 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 @@ -8,12 +8,8 @@ 2.0 {1BBBFC8D-B37F-4E7B-A93F-AA2834EFBA69} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7d1c055..ad7715f 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 @@ -8,12 +8,8 @@ 2.0 {055505F2-8161-4968-82CF-BB5DAC090C81} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3e927b1..3070853 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 @@ -8,12 +8,8 @@ 2.0 {03FC92DA-B0B0-4211-AFF9-77CEF912942E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f367218..a4e41fc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj @@ -8,12 +8,8 @@ 2.0 {9FF725EF-6847-445D-AB69-343E35543CAB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2cf0a8f..5d935ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj @@ -8,12 +8,8 @@ 2.0 {4C61F1D5-4F0A-44F5-80F5-322E39CAB963} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3149ef6..f70eb1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj @@ -8,12 +8,8 @@ 2.0 {BF401ADD-7FF7-4218-B172-2AA4CB11B05B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 07f9fe7e..4019fdc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj @@ -8,12 +8,8 @@ 2.0 {500FBE98-A9F7-4958-948D-D161E96796B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e7ac6c..8cfaf94 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 @@ -8,12 +8,8 @@ 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 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 af12825..c7d4cb5 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 @@ -8,12 +8,8 @@ 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 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 25bfdc0..afa20f4 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 @@ -8,12 +8,8 @@ 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 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 99383f1..760c264 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 @@ -8,12 +8,8 @@ 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 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 5d7ae4d..a14e642 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 @@ -8,12 +8,8 @@ 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 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 1b330ee..3c25912 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 @@ -8,12 +8,8 @@ 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 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 da976d8..a2dfb7d 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 @@ -8,12 +8,8 @@ 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 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 bb52836..07c216a 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 @@ -8,12 +8,8 @@ 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 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 1841af0..55c498e 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 @@ -8,12 +8,8 @@ 2.0 {BDBE2A19-B492-4181-8CAA-A4CEA53AD4EC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e8c75e6..b7287bd 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 @@ -8,12 +8,8 @@ 2.0 {60BD58AE-B377-4AA5-82F3-49484A8A995A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 05d1637..31ac4a7 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 @@ -8,12 +8,8 @@ 2.0 {068F2B0A-443C-491D-87E0-89A4D9F12923} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a31c16f..b71805c 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 @@ -8,12 +8,8 @@ 2.0 {4574F673-D343-4EA2-A466-6B9424620B3E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 85d3b3f..6d91bb3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 197c097..0f44ddbd 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d3bfa84..ada9c4b 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 @@ -8,12 +8,8 @@ 2.0 {A22C5171-CE93-4AD1-A614-53ECB5AB6F99} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1e0d9f3..e42fbac 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 @@ -8,12 +8,8 @@ 2.0 {8F6D34BF-B0BC-4A54-884E-46BAD7906979} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 36bc28d..653b29e 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 @@ -8,12 +8,8 @@ 2.0 {37B4859A-768F-49D4-992B-74F745A1B76F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c72a09a..2499957 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 @@ -8,12 +8,8 @@ 2.0 {FF25E2F8-8DA6-4FEC-8DFB-A907C8C09894} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cfe0125..bf3811e 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 @@ -8,12 +8,8 @@ 2.0 {93353512-05DF-470D-9E61-EC736AED7CBB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bd927e8..300803b 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 @@ -8,12 +8,8 @@ 2.0 {D43FA9C7-1EAA-4A51-9527-0497780EE28C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 97161f7..0b2f22e 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 @@ -8,12 +8,8 @@ 2.0 {14556421-C88D-4570-BE8F-9BF7AA9C3EAA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a225f46..ae442fd 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 @@ -8,12 +8,8 @@ 2.0 {6FAAAEF7-86D7-4A66-9BBE-172C84D4C06F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1137c3d..499cccd 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 @@ -8,12 +8,8 @@ 2.0 {C16861BF-4E41-4938-B299-23ACACC9BD4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0917e7f..e502953 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 @@ -8,12 +8,8 @@ 2.0 {5B8C8DB2-163F-4BD0-85BD-D6828FFAB94B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ad88972..26cdcb2 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 @@ -8,12 +8,8 @@ 2.0 {B4C7EC4E-86E7-4971-936A-E026CD1030FA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8aa58eb..7e2e610 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 @@ -8,12 +8,8 @@ 2.0 {ABD48F8F-3E3B-4338-B0A8-D99474BA2115} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0166b8c..e915ae0 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 @@ -8,12 +8,8 @@ 2.0 {D01798FD-2762-4684-B994-5A9E62401B09} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b9db2ba..7dde617 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 @@ -8,12 +8,8 @@ 2.0 {1614BCF8-1A48-4FD5-AB31-66025E4C87C0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cac48fd..84941a4 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 @@ -8,12 +8,8 @@ 2.0 {47409D5E-6F2A-4B6D-8E81-DBAB8D43EF1F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d18c9e..b8898ca 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 @@ -8,12 +8,8 @@ 2.0 {3E236884-A6EF-4B33-9FFC-D42E4B012405} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d0f008c..91d4471 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 @@ -8,12 +8,8 @@ 2.0 {494A94F6-1F88-4F43-BCB9-98C1EDD78E4A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ddb51d0..0b2e6ff 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 @@ -8,12 +8,8 @@ 2.0 {FDBE563E-D93F-4AB0-9437-DCB690A9DAAF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f151a05..82d68e7 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 @@ -8,12 +8,8 @@ 2.0 {AC25B4EE-B099-488B-9A81-CCC51080D5C7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 13dbeca..0c8413c 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 @@ -8,12 +8,8 @@ 2.0 {E33CA01E-20FC-48A3-817C-1B199F30D03B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6c43dd1..a82ddb7 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 @@ -8,12 +8,8 @@ 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 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 b740ea8..e11cbd2 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 @@ -8,12 +8,8 @@ 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 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 72e5923..14af1dc 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 @@ -8,12 +8,8 @@ 2.0 {00E7B256-7EE2-439D-B96E-0C294CC1B3FD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c72de00..36f9dbb 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 @@ -8,12 +8,8 @@ 2.0 {CFAAAF11-8C97-4ED2-A398-08444A50486A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f950896..4303016 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 @@ -8,12 +8,8 @@ 2.0 {1DB4EE50-5094-47D6-9D94-061E10DF69D5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3ec522f..ace5f87 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 @@ -8,12 +8,8 @@ 2.0 {E9CCED78-232F-4EB5-90A1-023A41274B58} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 506dc54..28d5f70 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 @@ -8,12 +8,8 @@ 2.0 {1E5221ED-2048-4FC9-BA16-00F38544CC72} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d43438..f8693836 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 @@ -8,12 +8,8 @@ 2.0 {50A016ED-8DE8-4C0D-B25D-2100B4914DEE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 20cdef1..9fcbfcf 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 @@ -8,12 +8,8 @@ 2.0 {FB579738-9498-4881-A32C-694CF37A697C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 41f2ff3..e1e4769 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 @@ -8,12 +8,8 @@ 2.0 {4FF01844-7091-4256-8188-DDD701C6F87E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 963af25..4b32a5f 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 @@ -8,12 +8,8 @@ 2.0 {3756C837-8E90-43EA-B4F3-E075AF783EB0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4949e9d..331fdf8 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 @@ -8,12 +8,8 @@ 2.0 {954ADAD4-8861-47A3-A106-510F631315DB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d5eed59..f1a71f4 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 @@ -8,12 +8,8 @@ 2.0 {F8FB7B02-E03F-4AD9-8EEC-25203B57A827} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4bb9575..7584031 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 @@ -8,12 +8,8 @@ 2.0 {20171FF8-DDE1-4FF1-90A8-F8EC281EC68D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c4517eb..90b7e83 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 @@ -8,12 +8,8 @@ 2.0 {06D2A7DD-028F-458A-8D54-C3D3B3F638C0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74d620e..e885cf6 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 @@ -8,12 +8,8 @@ 2.0 {1B4E9C42-7E89-4763-B701-AC4BBE830565} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8cc8540..0ba27ea 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 @@ -8,12 +8,8 @@ 2.0 {3002F383-353A-4535-A7F6-A175A4CEF8DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 217e51f..4b2983e 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 @@ -8,12 +8,8 @@ 2.0 {C7EABAB6-FB6B-4F66-A55D-98CB9E47BEC8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b83d20a..a653013 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 @@ -8,12 +8,8 @@ 2.0 {C08249C3-EB5D-4BB2-B5AF-58C16A215FC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8ed6f73..d13a470 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 @@ -8,12 +8,8 @@ 2.0 {29929866-FBAF-4C45-8B0F-AF635A9AC1EA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 39aa3d2..90fa94a 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 @@ -8,12 +8,8 @@ 2.0 {03A68991-465F-4E1A-8DBF-3D61A31122BD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2ffd442..86ceff9 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 @@ -8,12 +8,8 @@ 2.0 {20435EF0-4C67-4BE5-9B88-DF1E227D67E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 be23d8b..c75e5b0 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 @@ -8,12 +8,8 @@ 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 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 a03d368..d3b7b1f 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 @@ -8,12 +8,8 @@ 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 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 4299ae3..6f901d7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj @@ -8,12 +8,8 @@ 2.0 {C846EFEF-EE6C-4946-9DBA-6756578415B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2134023..b73a519 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj @@ -8,12 +8,8 @@ 2.0 {75D77419-B86B-47F0-A331-9A760698C35E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0703596..3f62cd8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj @@ -8,12 +8,8 @@ 2.0 {390610BA-E35C-4473-9D6C-990DDCBDE4F7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2c4529b..3f5eba1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj @@ -8,12 +8,8 @@ 2.0 {CDA2AA0A-A390-4A54-BD6B-1981FB8A87D8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e1a014..0c0a14f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj @@ -8,12 +8,8 @@ 2.0 {422EF5C6-E6D3-4025-BF58-BAD9F965D51F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 37699a0..35f46c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj @@ -8,12 +8,8 @@ 2.0 {581F9C7A-C9E9-479B-A17F-51C578150103} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 551520f..6d10aee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj @@ -8,12 +8,8 @@ 2.0 {ED117AC3-B0A9-4BEA-9D54-10E0E61CE4B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cc6ef71..d9d9def 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj @@ -8,12 +8,8 @@ 2.0 {C6BAFF05-7D71-4AD0-967A-6B4FAC410969} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 df408e9..9745eb6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj @@ -8,12 +8,8 @@ 2.0 {BB8AAFEE-9654-4F6B-A96E-734766D317D2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 840a5be..ef5f388 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj @@ -8,12 +8,8 @@ 2.0 {A26D4F08-414D-4444-BD5B-A786D1E1BB65} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 52aa55a..73cc281 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj @@ -8,12 +8,8 @@ 2.0 {1F9F89B9-793D-45F8-B231-560CE321E8C3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ebd89e5..3c183379 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj @@ -8,12 +8,8 @@ 2.0 {54FAA905-87B2-434F-890B-E78091C1DE6C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cd6a766..e9bd39b 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 @@ -8,12 +8,8 @@ 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 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 9eef221..57bc275 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 @@ -8,12 +8,8 @@ 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 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 812262b..fd685a8 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 @@ -8,12 +8,8 @@ 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 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 d406b7f..376126d 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 @@ -8,12 +8,8 @@ 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 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 270544e..94a0004 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 @@ -8,12 +8,8 @@ 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 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 76d69e6..39d4628 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 @@ -8,12 +8,8 @@ 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 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 b841067..3029d46 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 @@ -8,12 +8,8 @@ 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 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 17db1e4..d0f5263 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 @@ -8,12 +8,8 @@ 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 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 84b13e4..3061106 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 @@ -8,12 +8,8 @@ 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 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 9d9a76f..341c88c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4ed808e..1437775 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7e463cc..9d8dcf6 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ebdf621..aec7313 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f00885e..f76575d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b1ab4ce..4ff856a 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 @@ -8,12 +8,8 @@ 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 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 0bae87d..e0b8f0f 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 @@ -8,12 +8,8 @@ 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 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 6b33c89..bf6d86a 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 @@ -8,12 +8,8 @@ 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 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 a7d1c02..19aa798 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 @@ -8,12 +8,8 @@ 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 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 3bb69b9..69ceeb4 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 @@ -8,12 +8,8 @@ 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 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 8b7cb8f..6b4e706 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 @@ -8,12 +8,8 @@ 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 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 6ae5a69..c708eff 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 @@ -8,12 +8,8 @@ 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 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 6378296..833b5b3 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 @@ -8,12 +8,8 @@ 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 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 0d81c74..63417cc 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 @@ -8,12 +8,8 @@ 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 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 41ef1f4..c564c1f 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 @@ -8,12 +8,8 @@ 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 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 edc790c..bde57b0 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 @@ -8,12 +8,8 @@ 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 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 ba0ccd7e..7c9519f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0a1418a..bb0b258 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6729fd4..8f23dae 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 91c6969..d366a27 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ec1b199..74effe9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 aa40872..9b84082 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 @@ -8,12 +8,8 @@ 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 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 7b5754e..c59c23f 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 @@ -8,12 +8,8 @@ 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 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 ddaa751..5261655 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj @@ -8,12 +8,8 @@ 2.0 {0210D570-2CBA-4A6A-A0BB-60391314F05F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 da4e812..0816797 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj @@ -8,12 +8,8 @@ 2.0 {FC774CEF-FA61-4FEF-969D-7FB656BAD931} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 49c5e30..59b8e4f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj @@ -8,12 +8,8 @@ 2.0 {A04473DD-EF02-4686-831E-054DF9F91F86} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c44ebb8..d6d00f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj @@ -8,12 +8,8 @@ 2.0 {3DB52B16-4BC3-4024-BD75-4A1AD2D35A24} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 43e223b..1b8d06e 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 @@ -8,12 +8,8 @@ 2.0 {A6802642-229E-47CC-B42F-CB135E4A38DF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c11cbb1..339ed88 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 @@ -8,12 +8,8 @@ 2.0 {2D5CB3E4-495B-423D-9367-58E2D85CB165} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c863891..d5f18c8 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 @@ -8,12 +8,8 @@ 2.0 {E19A0C27-4003-4051-8641-053AFA2AE532} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5cf7ca3..1299a1b 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 @@ -8,12 +8,8 @@ 2.0 {39B71F50-20FB-4615-990A-E9B5E7F7DCEF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e28a9b0..5d5f832 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 @@ -8,12 +8,8 @@ 2.0 {F399B587-ED92-4DD3-8588-F5FDD3931FFD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1668eec..ab6a72e 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 @@ -8,12 +8,8 @@ 2.0 {2E9D0279-8DA5-4A78-897E-5BF16E421F17} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 721949f..9a41cde 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 @@ -8,12 +8,8 @@ 2.0 {2B10E9B2-A2B8-4662-AED1-C4353AE14C05} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9d43b6e..c2abcf7 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 @@ -8,12 +8,8 @@ 2.0 {DCF0DE1B-E454-4D9F-99B2-DEC173E0D33A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c4e9b92..20da792 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 @@ -8,12 +8,8 @@ 2.0 {22F86E3D-039E-47B9-A0CB-401AE8E5DBC8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 16814a6..afe15bb 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 @@ -8,13 +8,8 @@ 2.0 {0CF8DB4B-6F3B-48FA-8CAB-443E456CE5C3} Exe - Properties - 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/Methodical/VT/etc/_dbghan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj index 6928c17..fd37515 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj @@ -8,12 +8,8 @@ 2.0 {C1CC2BDD-95C8-4068-A276-B2DB9C8D5546} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 84d0567..63a27ba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj @@ -8,12 +8,8 @@ 2.0 {CD132095-6E35-4B16-8F9B-5FB76FCBE6B6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 04c07e4..0e7cb65 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 @@ -8,12 +8,8 @@ 2.0 {05A739C9-5067-4BF8-926E-C257FBAA633D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cc9b23f..bbe9c86 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 @@ -8,12 +8,8 @@ 2.0 {FD5ADA5A-418C-4FD2-AEFE-E3D39370656D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ab96033..63516f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj @@ -8,12 +8,8 @@ 2.0 {E07BAD61-4DCB-47AB-BD0D-34D7D6611349} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fad6394..2e9d997 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj @@ -8,12 +8,8 @@ 2.0 {45D704E0-EC36-4EF7-B5D9-39CE0C8F1B4A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 249211c..3303967 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj @@ -8,13 +8,8 @@ 2.0 {D5A83968-CF00-4ED6-A999-2602996AA234} Exe - Properties - 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/Methodical/VT/etc/_il_dbghan3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj index a624ccf..b1cf0fe 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 175d1a8..71be783 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 cc91033..fb24869 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 68b8587..3a6ba7e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d0291b3..8047002 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 63c1131..ce917e3 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a5b09a5..87ba981 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bf27313..d116b6b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c870d35..5ff629b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 5f401a26..847d8ff 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 e563e80..1cd1cd7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 15d9dbb..2bf9eb2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 792d6ed..a8ae388 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 589108e..090ac54 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 dcd265b..84a5ee5 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 @@ -8,12 +8,8 @@ 2.0 {B77D7828-B6CF-4A16-8551-066928F5E80D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e5c9b82..7ec8612 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 @@ -8,13 +8,8 @@ 2.0 {8336D84D-D521-4061-A011-0D4D9982CAC4} Exe - Properties - 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/Methodical/VT/etc/_relhan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj index 053a9c1..662320f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj @@ -8,12 +8,8 @@ 2.0 {41ACB02B-620E-43B1-99A5-FC49DE6EFCCF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f5aba7e..2e8e618 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj @@ -8,12 +8,8 @@ 2.0 {C458785F-D6EB-4E20-960E-96E0F1495CB2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 50736e7..58612b1 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 @@ -8,12 +8,8 @@ 2.0 {13744560-2695-4724-B54C-82FA972B0BC6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a7f8b6d..d6791c4 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 @@ -8,12 +8,8 @@ 2.0 {A93771DA-825C-4897-A8B5-D643BCFACE90} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8c818dd..4952eae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj @@ -8,12 +8,8 @@ 2.0 {D9E1DF21-AD46-4D01-9623-34894A90943F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d2d61f..0109492 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj @@ -8,12 +8,8 @@ 2.0 {FD02985C-E4C5-430A-8714-E4B1A6EC9789} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3caa503..b0b398d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj @@ -8,13 +8,8 @@ 2.0 {923A6EA0-9F8F-456A-871A-E46039B1B678} Exe - Properties - 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/Methodical/VT/etc/_speed_dbgctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj index e63bdc1..ecff133 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 @@ -8,12 +8,8 @@ 2.0 {76655B3D-67E1-41D3-A2B0-E03E77D36656} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 129dfc3..2b1acc4 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 @@ -8,13 +8,8 @@ 2.0 {CFB1BFEE-DDB0-432F-9023-C887120AEF26} Exe - Properties - 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/Methodical/VT/etc/_speed_dbghan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj index 7f20c35..8668285 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 @@ -8,12 +8,8 @@ 2.0 {CEF603D3-5C1A-47CC-B808-A31C0687209B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fd821fd..258c6c0 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 @@ -8,12 +8,8 @@ 2.0 {028A8292-C8D2-4B63-8304-A8E36F244279} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e599cde..a142369 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 @@ -8,12 +8,8 @@ 2.0 {94028362-0517-43DA-B3E8-ED474B0A9A59} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 480bcfa..39edcdb 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 @@ -8,12 +8,8 @@ 2.0 {DA55CD67-0F1C-4D32-8C12-183B8371D7CC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fabd5ca..d6aae16 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 @@ -8,12 +8,8 @@ 2.0 {D362D233-C560-4023-B68A-93162C984D17} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ee14a88..d3f8ac8 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 @@ -8,12 +8,8 @@ 2.0 {FD64267A-0AF0-4A6C-926D-65FAAA94834E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fe395b6..97be5fe 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 @@ -8,13 +8,8 @@ 2.0 {C47FB2CB-75F2-492A-A994-72F4AAD2445B} Exe - Properties - 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/Methodical/VT/etc/_speed_relctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj index 8375304..cb1698e 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 @@ -8,12 +8,8 @@ 2.0 {84F2A622-1F52-4BE8-9607-C52BF18222E8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 398ab83..592c20a 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 @@ -8,13 +8,8 @@ 2.0 {48CA2642-7AD4-42FE-BB59-535B0FE8CF02} Exe - Properties - 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/Methodical/VT/etc/_speed_relhan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj index 325e434..419b7a3 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 @@ -8,12 +8,8 @@ 2.0 {76E37BB2-870B-45D1-81D5-B1248EC522F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7f6799c..0b6506d 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 @@ -8,12 +8,8 @@ 2.0 {C1D19880-4EA9-4D47-ADB2-F3020BB36614} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 776a9fd..a72f05a 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 @@ -8,12 +8,8 @@ 2.0 {B6648448-C527-4F11-8B86-F419064B576F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9fff9d4..e5a6767 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 @@ -8,12 +8,8 @@ 2.0 {DB1F1802-281D-434E-ADF2-F7DA2708BB23} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c76664a..1c003d2 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 @@ -8,12 +8,8 @@ 2.0 {1703781B-A132-48C1-8D83-9418150E5EC3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 54374e9..392bf77 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 @@ -8,12 +8,8 @@ 2.0 {21433341-8435-4758-8874-8B69D3197855} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7563fec..817c22f 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 @@ -8,13 +8,8 @@ 2.0 {F1165E77-B017-43EF-BAD6-B694420E2DF9} Exe - Properties - 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/Methodical/VT/etc/gc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj index 4916862..f858d0f 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 @@ -8,13 +8,8 @@ 2.0 {4818E0D2-FDE7-4760-B73A-D6771454AFFE} Exe - Properties - 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/Methodical/VT/etc/nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj index 282daea..11babc3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj @@ -8,13 +8,8 @@ 2.0 {5AD68D22-B586-4782-8C8D-18733CEBE41F} Exe - Properties - 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/Methodical/VT/identity/_dbgaccum.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj index 36d8fe8..a03e664 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj @@ -8,12 +8,8 @@ 2.0 {C7A9C579-E424-44E2-9A2F-29B4D4DEE717} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ebf9268..0cffb1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj @@ -8,12 +8,8 @@ 2.0 {F956F618-3908-4B72-90A2-E5C95A568BE5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 52f0723..3951bc3 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 @@ -8,12 +8,8 @@ 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 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 c0c904a..ce6c832 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 @@ -8,12 +8,8 @@ 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 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 3e637ee..257adf7 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 @@ -8,12 +8,8 @@ 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 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 24dbb19..0316517 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 @@ -8,12 +8,8 @@ 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 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 d9108ac..ef7667a 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 @@ -8,12 +8,8 @@ 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 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 fc92ad9..6abff95 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 @@ -8,12 +8,8 @@ 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 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 f1b5148..b01fcbe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj @@ -8,12 +8,8 @@ 2.0 {0EDD9DAA-5C28-416B-93D6-649F5F53F3BA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 755d2e5..f1bfc1f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj @@ -8,12 +8,8 @@ 2.0 {2804A906-6AE0-475A-BCD0-B4431927593F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5223236..2ab6734 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 @@ -8,12 +8,8 @@ 2.0 {7A5F6CF8-A8B2-450C-BC84-1DC24CEE9112} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7dd74c1..08acf32 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 @@ -8,12 +8,8 @@ 2.0 {8B475B38-3649-4F42-851C-0CD105D39443} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 539db26..256da98 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 @@ -8,12 +8,8 @@ 2.0 {271F3C97-79B6-4540-B7A5-206695AF763E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cda6316..c4305cf 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 @@ -8,12 +8,8 @@ 2.0 {9AC8C788-6AA5-46E2-B55B-0F933D9DE13F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8e001d1..20b4edb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj @@ -8,12 +8,8 @@ 2.0 {4832AD20-C18B-4DA6-BA24-1BBC091A9EDF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 543b955..3d3bdae 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 @@ -8,12 +8,8 @@ 2.0 {88478773-3195-4E44-827C-70217D768587} Exe - Properties - 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/Methodical/VT/port/_il_dbghuge_gcref.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj index db544ca..6032cf9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 67f8d04..a3c6bc0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8a580c7..7862013 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj @@ -8,12 +8,8 @@ 2.0 {48C681B9-8B9F-4192-85B7-5D355AB3BA22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3400b28..3d3a359 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 @@ -8,12 +8,8 @@ 2.0 {D6144DFE-A510-468B-AF81-5DFCDB51A82F} Exe - Properties - 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/Methodical/VT/port/_speed_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj index 63e0253..89cf834 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 @@ -8,12 +8,8 @@ 2.0 {A655F286-8C9E-4C53-943C-A1917175368C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 152ef3d..2647d49 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 @@ -8,12 +8,8 @@ 2.0 {722FBB70-33CC-4C7F-ABD0-7BEABA4998C6} Exe - Properties - 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/Methodical/VT/port/_speed_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj index 2ea6b21..08d71c0 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 @@ -8,12 +8,8 @@ 2.0 {365C9C3D-367B-4905-82DD-4424A041F001} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 079a4d2..ea59123 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 @@ -8,12 +8,8 @@ 2.0 {71429F1A-06E7-4830-AD79-B13611080D3F} Exe - Properties - 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/Methodical/casts/SEH/_dbgcast_throw.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj index 6f66b4e..a7e3454 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 @@ -8,12 +8,8 @@ 2.0 {45913162-0814-48BD-BB47-A3FC01EB66A1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb50aae..d3223e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj @@ -8,12 +8,8 @@ 2.0 {53999106-094B-4E18-BA77-D8498D398376} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7a87341..f190bfe 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 @@ -8,12 +8,8 @@ 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 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 c8558cd..aecec76 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 @@ -8,12 +8,8 @@ 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 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 f934990..0e846bb 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 @@ -8,12 +8,8 @@ 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 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 b825b25..fa7618c 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 @@ -8,12 +8,8 @@ 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 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 9419d9e..b02b5a9 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 @@ -8,12 +8,8 @@ 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 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 35b475a..f865bf5 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 @@ -8,12 +8,8 @@ 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 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 10ef407..5e85a0d 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 @@ -8,12 +8,8 @@ 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 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 5ea78863..8d8b1b9 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 @@ -8,12 +8,8 @@ 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 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 3cefd45..87642f2 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 @@ -8,12 +8,8 @@ 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 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 59838a2..bf13f3a 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 @@ -8,12 +8,8 @@ 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 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 d45ca00..4b5a269 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 @@ -8,12 +8,8 @@ 2.0 {AAEADD3D-8607-40C0-B852-FE268A309DC8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1518617..d07dabe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj @@ -8,12 +8,8 @@ 2.0 {87F222B0-EE89-41DB-A9ED-0123DDF67749} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c4d30d2..df974a9 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 @@ -8,12 +8,8 @@ 2.0 {57F6C5A7-D8BF-4FBC-BB97-1677B71445B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 95f90b7..ec115db 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 @@ -8,12 +8,8 @@ 2.0 {C189A69F-0DDC-4415-8733-7BCC228293F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 94e5721..eae2256 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 @@ -8,12 +8,8 @@ 2.0 {21FC3929-FA6C-4DF7-90A7-637A45E3ADC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fbc745f..6945132 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 @@ -8,12 +8,8 @@ 2.0 {4179CA63-8CD0-445C-83E1-64E534A0E471} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 43227b7..42784c6 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 @@ -8,12 +8,8 @@ 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 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 09a2b56..f73215d 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 @@ -8,12 +8,8 @@ 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 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 8a3c11c..2ec1cd4 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 @@ -8,12 +8,8 @@ 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 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 648bcfd..8cc78b6 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 @@ -8,12 +8,8 @@ 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 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 6c82449..1a1c34c 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 @@ -8,12 +8,8 @@ 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 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 7df12b4..e575588 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 @@ -8,12 +8,8 @@ 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 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 8786d70..1829929 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 @@ -8,12 +8,8 @@ 2.0 {EC462D6D-429B-4032-9C16-8124B636F52E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 658984d..99a69d8 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 @@ -8,12 +8,8 @@ 2.0 {47DB4011-8390-4971-A4B0-614D877753E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d7d10f9..3ace65a 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 @@ -8,12 +8,8 @@ 2.0 {CFD0A615-8DFB-4BE7-9447-8B40B669F358} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 82edd11..ebea600 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 @@ -8,12 +8,8 @@ 2.0 {2EB2B920-3D17-4DEA-9C7F-5619728AC09F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 52fdc02..424199d 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 @@ -8,12 +8,8 @@ 2.0 {A72CD380-2512-44A5-8B6D-A3B3E293C6CD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0d80e9a..f6c510b 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 @@ -8,12 +8,8 @@ 2.0 {96B72BE7-8B3F-44F5-B80C-F57BE0B395DB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5707fd2..30c1146 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 @@ -8,12 +8,8 @@ 2.0 {57B8E571-4E72-4C73-B538-8AADCAB3C0DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 61d47a2..b26d705 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 @@ -8,12 +8,8 @@ 2.0 {87F99B82-CC31-4C2B-B516-E4FF5B14850B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 87bfa6f..36e5e22 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 @@ -8,12 +8,8 @@ 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 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 63a3f72..2061aea 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 @@ -8,12 +8,8 @@ 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 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 39a3a52..6ea269d 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 @@ -8,12 +8,8 @@ 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 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 3669c1a..6e5867c 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 @@ -8,12 +8,8 @@ 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 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 e269c74..7650c93 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 @@ -8,12 +8,8 @@ 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 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 41d4ed9..f4f72ff 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 @@ -8,12 +8,8 @@ 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 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 199a3c0..b4eeae3 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 @@ -8,12 +8,8 @@ 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 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 766319b..9cf0c19 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 @@ -8,12 +8,8 @@ 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 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 285ca2f..632a4fc 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 @@ -8,12 +8,8 @@ 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 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 39b9524..91137d6 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 @@ -8,12 +8,8 @@ 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 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 9556591..e0903e0 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 @@ -8,12 +8,8 @@ 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 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 4517210..8e4ec8a 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 @@ -8,12 +8,8 @@ 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 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 c44157c..8e9f139 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 @@ -8,12 +8,8 @@ 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 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 ccd1bb1..0b92fd6 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 @@ -8,12 +8,8 @@ 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 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 b0205d9..0515191 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 @@ -8,12 +8,8 @@ 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 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 40f31f3..57489c8 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 @@ -8,12 +8,8 @@ 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 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 3a8d428..1eace08 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 @@ -8,12 +8,8 @@ 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 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 e91a124..1d8fc84 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 @@ -8,12 +8,8 @@ 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 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 6817fb2..f0c71bc 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 @@ -8,12 +8,8 @@ 2.0 {EBF644A9-39CC-438A-BA2C-C5442D126964} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 37c951e..54ccde7 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 @@ -8,12 +8,8 @@ 2.0 {2C09812A-1591-447F-94C5-F33FB0346B4B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ee39be0..17b5f20 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 @@ -8,12 +8,8 @@ 2.0 {5A8FDFCD-343D-481D-8488-0143733DD0C7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 037dc5d..bab0b1f 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 @@ -8,12 +8,8 @@ 2.0 {D5CFB37E-ECFE-444A-B190-F51ABA65B445} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 960bc7b..67978a8 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 @@ -8,12 +8,8 @@ 2.0 {B0FF97B0-F7C0-426E-9824-9DC7E3DD80D9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4befc55..a0103db 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 @@ -8,12 +8,8 @@ 2.0 {2384630F-557C-4F9E-8E89-0BFB6C3C2FAD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b7873576..88d2a6d 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 @@ -8,12 +8,8 @@ 2.0 {7A51F8A9-E6EE-4DDE-BAF6-B7C1B3D9540D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2ea5c0b..816a074 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 @@ -8,12 +8,8 @@ 2.0 {AC027E46-2C6D-4A35-970C-89AEC7BDAB30} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1b51cd7..e2c767f 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 @@ -8,12 +8,8 @@ 2.0 {D7CD98E8-0C64-461C-8F01-65AA36A6C96C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 813ae8b..0c9efb1 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 @@ -8,12 +8,8 @@ 2.0 {610C682C-0742-4385-AB31-C5ECD325FE18} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 931d8a0..fcb3222 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 @@ -8,12 +8,8 @@ 2.0 {4F03B20F-FF85-47CC-98D0-9FA1019DD791} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e1ee1a2..07ab388 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 @@ -8,12 +8,8 @@ 2.0 {8BD76585-0793-42D2-8C56-44BD7FAEA618} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 948a768..7ae1b75 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 @@ -8,12 +8,8 @@ 2.0 {4AFCCDF9-E134-47CE-BC3D-5D6F87887FE5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 be7d774..985d030 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 @@ -8,12 +8,8 @@ 2.0 {E013FA53-3402-4527-A67C-BCAF01906006} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a613e7e..51a94d6 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 @@ -8,12 +8,8 @@ 2.0 {96242A32-C8B7-443A-8CA7-2834487DDD4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 529850b..b516ce5 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 @@ -8,12 +8,8 @@ 2.0 {BC757971-447D-476E-A471-FB7AD31F05D5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c98c821..bb9451b 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 @@ -8,12 +8,8 @@ 2.0 {0A6D1692-4BB7-4AE0-8201-69789E8DCF71} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f876281..ac4a068 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 @@ -8,12 +8,8 @@ 2.0 {F1E5382F-1EFE-425F-AE94-EE6E3ECF170F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2568659..747ef07 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 @@ -8,12 +8,8 @@ 2.0 {2549CAA4-4472-4788-A01E-ADF8AC8E50DD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 70c51b7..6ef08fa 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 @@ -8,12 +8,8 @@ 2.0 {8D3F8332-7C3A-4539-8D78-D908D9715214} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 28b0ed2..f8627aa 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 @@ -8,12 +8,8 @@ 2.0 {9A448D03-472D-4B82-BBFF-A9067F38DDC0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d095460..495a1b8 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 @@ -8,12 +8,8 @@ 2.0 {17062F31-5AA0-44BE-A095-F70ACDA913EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 48d8cf5..686f010 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 @@ -8,12 +8,8 @@ 2.0 {CD5A8A91-8FDE-4446-9EE5-59AD78F28E1E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72af01a..c2f8cd2 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 @@ -8,12 +8,8 @@ 2.0 {A6275C7C-33EE-4265-B0A0-79A03D5C9160} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3b3afa7..20e931d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj @@ -8,12 +8,8 @@ 2.0 {CF86105B-1DC7-44E0-87EE-76F509A7423D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40dc4be..0e06ff8 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 @@ -8,12 +8,8 @@ 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 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 3719e0a..1df0357 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 @@ -8,12 +8,8 @@ 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 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 47f5abb..e2943f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj @@ -8,12 +8,8 @@ 2.0 {73978DEA-5BFF-4F42-A98B-53C49110A405} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 77c556c..9587acb 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 @@ -8,12 +8,8 @@ 2.0 {9A8E4763-D08B-4C38-B529-3051062FF267} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 111036e..9d3959f 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 @@ -8,12 +8,8 @@ 2.0 {C2DB220F-1880-43CB-92D2-F6D5EAD79F4E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b62a50a..e0c4d90 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 @@ -8,12 +8,8 @@ 2.0 {73592109-1E40-4998-ABD4-B067DC8743C5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fb4be72..13be096 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 @@ -8,12 +8,8 @@ 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 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 e21213e..6b7efe8 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 @@ -8,12 +8,8 @@ 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 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 e6f14d1..2f43f9b 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 @@ -8,12 +8,8 @@ 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 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 bed4f21..7b1d759 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 @@ -8,12 +8,8 @@ 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 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 790668d..4909ff3 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 @@ -8,12 +8,8 @@ 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 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 8e6e98f..247e1e6 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 @@ -8,12 +8,8 @@ 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 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 b9d8836..63b7a23 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 @@ -8,12 +8,8 @@ 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 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 3ebca6d..cd65fb8 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 @@ -8,12 +8,8 @@ 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 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 dfe8938..7cfc5e1 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 @@ -8,12 +8,8 @@ 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 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 9530a9b..1a0c049 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 @@ -8,12 +8,8 @@ 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 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 393836f..b47be6a 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 @@ -8,12 +8,8 @@ 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 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 0153937..45b6ad7 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 @@ -8,12 +8,8 @@ 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 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 b587cf6..ec0f6f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 daf0ffe..1fd96b0 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 @@ -8,12 +8,8 @@ 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 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 6519fdc..3f39103 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 @@ -8,12 +8,8 @@ 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 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 7653780..a4ba170 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 @@ -8,12 +8,8 @@ 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 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 3709e5a..2b154e4 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 @@ -8,12 +8,8 @@ 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 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 1fdaa22..898735c 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 @@ -8,12 +8,8 @@ 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 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 d11a2f0..ce85361 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 @@ -8,12 +8,8 @@ 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 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 51cb58c..53dd943 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 @@ -8,12 +8,8 @@ 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 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 0a5f12e..5d3ec23 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 @@ -8,12 +8,8 @@ 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 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 5b6bd1d..c5ed9a1 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 @@ -8,12 +8,8 @@ 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 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 cbb2134..46a6915 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 @@ -8,12 +8,8 @@ 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 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 047fbd6..52b499d 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 @@ -8,12 +8,8 @@ 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 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 d9230be..f9f464e 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 @@ -8,12 +8,8 @@ 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 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 e410211..0800c8c 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 @@ -8,12 +8,8 @@ 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 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 c45d269..bd502ce 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 @@ -8,12 +8,8 @@ 2.0 {8C128213-9AA8-4025-8EE7-6FDF47DD544A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d8b8de..d00ec7b 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 @@ -8,12 +8,8 @@ 2.0 {4DFBCA5D-68C7-4512-A880-079C2C6074E1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a29187c..bca9c93 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 @@ -8,12 +8,8 @@ 2.0 {C696F969-2AA1-4289-8576-CAAB8748F4C3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b17050e..9fcbb15 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 @@ -8,12 +8,8 @@ 2.0 {CDEE2A91-3E85-4BD8-8E66-63C827EBED8D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dcbf22e..9aa74d3 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 @@ -8,12 +8,8 @@ 2.0 {47AF9833-5788-4D1A-BF71-1902E8B9BE59} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4156fae..6c5fa66 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 @@ -8,12 +8,8 @@ 2.0 {0FF10F1C-0C7D-4CD8-8A14-21C6E488B8E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 93c343c..e49f712 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 @@ -8,12 +8,8 @@ 2.0 {89AE94AA-DF13-41D6-9673-1FBCA7727162} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0e1bf10..e0aa79f 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 @@ -8,12 +8,8 @@ 2.0 {41992141-0B64-4EB2-B3D2-35CCB92CEB8A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 77178e9..fb839b4 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 @@ -8,12 +8,8 @@ 2.0 {54A922D9-D2B1-4969-A811-1EBE820FB5BF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5b28408..d6bceca 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 @@ -8,12 +8,8 @@ 2.0 {F9740EEE-763B-4CDE-AE92-5876DF3E9468} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e6a1c93..d9526d0 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 @@ -8,12 +8,8 @@ 2.0 {1847231C-A265-425B-B58B-9B8FDA2B0783} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 195e8fe..a610bef 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 @@ -8,12 +8,8 @@ 2.0 {3E123581-790A-4E86-A7AC-0A09F790B058} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a62d6af..a6f7fa6 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 @@ -8,12 +8,8 @@ 2.0 {821703F9-4217-4040-B5BB-F1002E4949B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d7c935b..f5ff7f3 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 @@ -8,12 +8,8 @@ 2.0 {E4D96FB0-C02E-4475-A719-FA7B65195C81} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 209e752..0fc2142 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 @@ -8,12 +8,8 @@ 2.0 {09F506EA-4CBB-40BF-8A7E-68F9870996BA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f72d6b9..2cb8c05 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 @@ -8,12 +8,8 @@ 2.0 {96D54F48-B900-4CA4-AA41-D6195774E529} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 160e875..cfb4ec7 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 @@ -8,12 +8,8 @@ 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 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 c01aa61..df32de7 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 @@ -8,12 +8,8 @@ 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 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 cafeba3..ceaf0ed 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 @@ -8,12 +8,8 @@ 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 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 2332ede..7075c8a 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 @@ -8,12 +8,8 @@ 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 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 0209692..2a67fac 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 @@ -8,12 +8,8 @@ 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 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 70bedf8..4e89cc2 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 @@ -8,12 +8,8 @@ 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 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 ee02040..69f0224 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 edbaf1e..7fe3db7 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 @@ -8,12 +8,8 @@ 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 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 75a9866..252f493 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 @@ -8,12 +8,8 @@ 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 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 3071431..5e027d4 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 @@ -8,12 +8,8 @@ 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 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 05127a2..3061d0c 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 @@ -8,12 +8,8 @@ 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 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 185ccab..88f5d3f 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 @@ -8,12 +8,8 @@ 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 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 78d7b49..bf962cc 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 @@ -8,12 +8,8 @@ 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 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 e83182b..78e776a 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 @@ -8,12 +8,8 @@ 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 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 eaa1ab7..a145fa2 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 @@ -8,12 +8,8 @@ 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 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 919a169..675b475 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 @@ -8,12 +8,8 @@ 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 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 04be53e..914b376 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 @@ -8,12 +8,8 @@ 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 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 462bd10..a96e535 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 @@ -8,12 +8,8 @@ 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 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 302f84c..147f1b0 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 @@ -8,12 +8,8 @@ 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 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 f26b097..f1503d4 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 @@ -8,12 +8,8 @@ 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 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 5d2460f..7e39668 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 @@ -8,12 +8,8 @@ 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 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 c40597b6..3fe213b 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 @@ -8,12 +8,8 @@ 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 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 03de2f2..8bedd64 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 @@ -8,12 +8,8 @@ 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 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 1fbe5ca..abfa1ce 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 @@ -8,12 +8,8 @@ 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 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 7db03ed..e91c1e3 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 @@ -8,12 +8,8 @@ 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 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 b80f1b3..f7058b3 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 @@ -8,12 +8,8 @@ 2.0 {8074FD34-7426-4CCC-B82F-98FFC649E91B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c8e9405..33f9863 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 @@ -8,12 +8,8 @@ 2.0 {C2414151-E272-4E72-B8F8-E735C686BEFA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6de341c..ead5675 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 @@ -8,12 +8,8 @@ 2.0 {4533D06F-382E-49F3-9486-B41E12EA2378} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1402edf..553c654 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 @@ -8,12 +8,8 @@ 2.0 {8687A72B-5DF2-498C-8A8C-CD5A7856D42D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cea9d4a..ce1ecde 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 @@ -8,12 +8,8 @@ 2.0 {05D8DDDA-6741-4FFC-BB91-629E45A29E46} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2f7adf7..bf4a3ec 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 @@ -8,12 +8,8 @@ 2.0 {0EA524F7-EB60-4BA2-8FA3-D3E474EC8D07} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 66ae1d1..92fce07 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 @@ -8,12 +8,8 @@ 2.0 {DD2256C6-B7D6-4239-98A9-A63E694E93E2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 69f9c80..5e3777d 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 @@ -8,12 +8,8 @@ 2.0 {0F5F1532-DDC8-4803-A39F-102F65ACD806} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2fb477a..e14d524 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 @@ -8,12 +8,8 @@ 2.0 {2731E7B8-7BF4-4BA1-9B33-0CCEAB9D6F57} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7fb46a5..e75f0f2 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 @@ -8,12 +8,8 @@ 2.0 {8CE48E50-0F9E-4DA2-87C3-2645659C8379} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a4a7a9e..746c61c 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 @@ -8,12 +8,8 @@ 2.0 {D212F6AA-8309-4C7D-BAFC-E52A3CF1C9AD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 04293a4..808634e 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 @@ -8,12 +8,8 @@ 2.0 {B25A0F5B-8C27-42BE-AA4A-F124D958A6D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a1dc254..5ac4d74 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj @@ -8,12 +8,8 @@ 2.0 {1B2250BC-AB60-4AD2-97D3-BD9BD5782F80} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5633a21..b088860 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 @@ -8,12 +8,8 @@ 2.0 {76A2BDAD-760E-45AE-A7A9-9778753092B9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8d2915c..ebc7cf0 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 @@ -8,12 +8,8 @@ 2.0 {FA9512A5-92B8-4508-8579-2B0568155602} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 907ef99..4926a42 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 @@ -8,12 +8,8 @@ 2.0 {AD35C91C-EC29-4560-AC15-60CAFFC639D7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e439b4..61c3cd2 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 @@ -8,12 +8,8 @@ 2.0 {1C0ECCFA-6538-4E2A-8111-BA9F110B5B7C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6c378c2..40c70ff 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 @@ -8,12 +8,8 @@ 2.0 {22C1826A-A04D-4669-983E-6679BDEBC5E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bd89659..564831e 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 @@ -8,12 +8,8 @@ 2.0 {363331BD-4648-4BC9-99C2-D63044C13C83} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9f35c16..0af8847 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 @@ -8,12 +8,8 @@ 2.0 {4A81DA45-79DE-4101-96F1-8FF12227DFDC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c0cab4f..71cbdba 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 @@ -8,12 +8,8 @@ 2.0 {C28A4049-C64B-48EC-A7C8-0823F4167308} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0bd0797..b3b34f6 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 @@ -8,12 +8,8 @@ 2.0 {5354026F-2CCB-4547-A33E-D80FA0615FF2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 58cb368..67fc72b 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 @@ -8,12 +8,8 @@ 2.0 {50C047DC-A854-4B09-9D8C-61121ADF7B81} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 227822c..9887e34 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 @@ -8,12 +8,8 @@ 2.0 {9E197F07-4741-4FE5-B984-AD5D866B5B39} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ff06fb1..00075b6 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 @@ -8,12 +8,8 @@ 2.0 {BE12D59E-CEEE-4697-98E1-119F292F7894} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fe9a760..fcce321 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 @@ -8,12 +8,8 @@ 2.0 {BA9F8921-34FF-4A6C-85BD-8E448730BF9E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 165186f..d93a3e2 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 @@ -8,12 +8,8 @@ 2.0 {2EC60DDE-4C5D-47BD-BE04-07092EC947F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fe8bddb..536c40d 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 @@ -8,12 +8,8 @@ 2.0 {D44E25B4-A4BD-438A-B8F4-3DAC4EB0E636} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e9b9eb9..62716e7 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 @@ -8,12 +8,8 @@ 2.0 {B756347C-04AE-45B1-A646-9E0BB01F23E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 27e8a41..e1f04bf 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 @@ -8,12 +8,8 @@ 2.0 {ED48DE69-3A2B-4BF4-85DE-B02E168D331F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c20ee9..7ced749 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 @@ -8,12 +8,8 @@ 2.0 {CD6EA305-5025-431B-910D-93512B81AA30} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a974289..79ba57b 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 @@ -8,12 +8,8 @@ 2.0 {D48A27DA-5609-4218-A5D9-87C9E7B621FE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1b0c458..0a5b9a4 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 @@ -8,12 +8,8 @@ 2.0 {9E44E821-9E0A-4024-8700-474B370765D7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d3cebe4..f3d8e0c 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 @@ -8,12 +8,8 @@ 2.0 {47398E20-1072-4B0C-8FA1-C81F53620699} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5ee8b89..d934091 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 @@ -8,12 +8,8 @@ 2.0 {2FE13806-29EA-496E-AB35-6880A97D04C5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3fae81a..d0caf8d 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 @@ -8,12 +8,8 @@ 2.0 {4CBA35C7-C345-43A4-BF80-F8C7B5147330} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f10f7eb..9ae9b0d 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 @@ -8,12 +8,8 @@ 2.0 {638BCF07-6BC4-488A-AC49-B7DD3BDF3691} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1d04843..52538c5 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 @@ -8,12 +8,8 @@ 2.0 {E838E359-9791-4399-B90D-08BCF7B6759A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9389bf2..831998f 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 @@ -8,12 +8,8 @@ 2.0 {29A6979F-FF0F-4E64-B484-39512815C58A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 004ebde..26354bf 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 @@ -8,12 +8,8 @@ 2.0 {3480389B-CAEC-4077-843B-A915E8DE6CCF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b49adf6..e184efc 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 @@ -8,12 +8,8 @@ 2.0 {6CD3C00E-D38B-4884-B16E-99C0DB0D0832} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6725541..dd90d25 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 @@ -8,12 +8,8 @@ 2.0 {071C86E8-527E-4DEF-9547-C71212A776DE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e96da16..39bbb66 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 @@ -8,12 +8,8 @@ 2.0 {95E53FE5-6FEC-46D2-A05F-3740B5096693} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1bd046c..dc3e631 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 @@ -8,12 +8,8 @@ 2.0 {AB8065FD-01A2-4791-9044-E26FF8C97DD3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6462081..2282d47 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 @@ -8,12 +8,8 @@ 2.0 {019C42A8-9635-40FC-BC6A-EE2C41996E83} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a480152..8f528fb 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 @@ -8,12 +8,8 @@ 2.0 {56FF3771-7CDF-4828-AEB0-9EEDACA09346} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d77df48..cb885fd 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 @@ -8,12 +8,8 @@ 2.0 {78774AFC-E717-4828-BB45-B910295200A4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 beaf3df..9603b9c 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 @@ -8,12 +8,8 @@ 2.0 {9FA1B6E9-A5E1-4E52-9390-954820DCDC72} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 594e87b..f335541 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 @@ -8,12 +8,8 @@ 2.0 {1B4BDABC-C8D4-4FAE-814F-1B67E39B5156} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 41bc028..083979e 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 @@ -8,12 +8,8 @@ 2.0 {85CEC9BA-18F4-42C0-B3A8-BCDF2E68858B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c1520d..d8b45e1 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 @@ -8,12 +8,8 @@ 2.0 {599FE2AC-4FD2-464A-8CBF-D26B0746D73F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 632eacc..b70bdc88 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 @@ -8,12 +8,8 @@ 2.0 {3312A13F-DED5-47B2-8166-160B156E0E39} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a1e0cd5..ce78296 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 @@ -8,12 +8,8 @@ 2.0 {6B94184B-A46A-4121-BD93-C653CEC64E88} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b2d3399..81e256e 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 @@ -8,12 +8,8 @@ 2.0 {7D41599D-2F6B-4127-B75B-CAB27E34BB9F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1df4532..7e01629 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 @@ -8,12 +8,8 @@ 2.0 {EF75F79F-9FC5-4366-A962-D4CC5797E9FC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 738fa72..e0c2d53 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 @@ -8,12 +8,8 @@ 2.0 {8D598B51-ED43-4661-BC93-E5FE26557F53} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a36b8eb..9a548ef 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 @@ -8,12 +8,8 @@ 2.0 {BB17B9FB-D73C-415F-86F6-E07093C6EAFA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 36d135f..8973679 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 @@ -8,12 +8,8 @@ 2.0 {191A3D78-6BF7-4244-8000-F9444CBD9323} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e69f42..c0b9809 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 @@ -8,12 +8,8 @@ 2.0 {E3A3179F-0DC9-4D61-B1E0-5EA062EDCFF7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3457274..c323544 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 @@ -8,12 +8,8 @@ 2.0 {B798D96F-A8DA-42F8-A91F-5CF606557041} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9bfb46f..ef57fe7 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 @@ -8,12 +8,8 @@ 2.0 {D9ECFCBB-D8B0-4D14-8059-9D105BE2AF6B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f19cc4..fec8015 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 @@ -8,12 +8,8 @@ 2.0 {50EF1878-1A99-4A7D-AB2A-48253984442C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd9aa9f..0e44715 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 @@ -8,12 +8,8 @@ 2.0 {935AC2CD-FBCF-4261-BA6F-4E61FA59F610} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2fc368a..3d60f5a7 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 @@ -8,12 +8,8 @@ 2.0 {919C114C-F977-45F0-9877-BFA66D3EA063} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2daccc3..370027f 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 @@ -8,12 +8,8 @@ 2.0 {AC48EED6-19D5-475D-BEB9-2E884F027A7A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0f95423..cd9f4f4 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 @@ -8,12 +8,8 @@ 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 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 2cf81f6..b7b35fa 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 @@ -8,12 +8,8 @@ 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 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 813f66a..6cbdc46 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 @@ -8,12 +8,8 @@ 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 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 cb604cb..bde50fe 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 @@ -8,12 +8,8 @@ 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 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 c32ca21..e804516 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 @@ -8,12 +8,8 @@ 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 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 87ffd11..322a16a 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 @@ -8,12 +8,8 @@ 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 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 aae5a63..f75fce8 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 @@ -8,12 +8,8 @@ 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 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 e8f36ad..5dc7966 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 @@ -8,12 +8,8 @@ 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 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 84f2d5b..a6e0db5 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 @@ -8,12 +8,8 @@ 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 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 6ca76e9..41c46fa 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 @@ -8,12 +8,8 @@ 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 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 407b779..0b063f8 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 @@ -8,12 +8,8 @@ 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 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 6d9a533..c3a906b 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 @@ -8,12 +8,8 @@ 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 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 80b7f88..5441e60 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 @@ -8,12 +8,8 @@ 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 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 7727ef2..c1248f1 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 @@ -8,12 +8,8 @@ 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 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 c18083d..0c154cb 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 @@ -8,12 +8,8 @@ 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 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 cbcecd7..95ef606 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 @@ -8,12 +8,8 @@ 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 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 92f5d36..4d8bce7 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 @@ -8,12 +8,8 @@ 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 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 ddfdaa0..7560cdd 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 @@ -8,12 +8,8 @@ 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 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 31a3f04..96c9db3 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 @@ -8,12 +8,8 @@ 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 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 44e05f5..a273dea 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 @@ -8,12 +8,8 @@ 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 true 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 0cdfdac..e311d99 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 @@ -8,12 +8,8 @@ 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 true 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 e32f962..8b5d40d 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 @@ -8,12 +8,8 @@ 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 true 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 66f4573..5c78ab2 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 @@ -8,12 +8,8 @@ 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 true 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 5bae978..46ef135 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 @@ -8,12 +8,8 @@ 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 true 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 c88c1f5..dd220b7 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 @@ -8,12 +8,8 @@ 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 true 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 5b146c4..af10ad4 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 @@ -8,12 +8,8 @@ 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 true 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 fc52ff8..65a80c7 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 @@ -8,12 +8,8 @@ 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 true 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 a0e84ca..472d03b 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 @@ -8,12 +8,8 @@ 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 true 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 42ee4a1..9d6378e 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 @@ -8,12 +8,8 @@ 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 true 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 4cba0bd..07be6ed 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 @@ -8,12 +8,8 @@ 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 true 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 b1468a9..8187832 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 @@ -8,12 +8,8 @@ 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 true 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 6cf3f41..5b31714 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 @@ -8,12 +8,8 @@ 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 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 7e92b79..6019771 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 @@ -8,12 +8,8 @@ 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 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 f3e2a20..ac63770 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 @@ -8,12 +8,8 @@ 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 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 6d3f18f..fb00274 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 @@ -8,12 +8,8 @@ 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 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 445067e..3c75e2e 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 @@ -8,12 +8,8 @@ 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 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 e38955a..c253e23 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 @@ -8,12 +8,8 @@ 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 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 7d54502..2590816 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 @@ -8,12 +8,8 @@ 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 true 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 64f3e95..6020956 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 @@ -8,12 +8,8 @@ 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 true 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 b8b87d3..dcf9113 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 @@ -8,12 +8,8 @@ 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 true 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 2202df8..4f9e568 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 @@ -8,12 +8,8 @@ 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 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 7321f45..02d3e51 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 @@ -8,12 +8,8 @@ 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 true 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 cf5bff75..bdeaaa2 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 @@ -8,12 +8,8 @@ 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 true 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 d51d005..1781f14 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 @@ -8,12 +8,8 @@ 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 true 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 35d8df4..ac49173 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 @@ -8,12 +8,8 @@ 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 true 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 abc358f..68ce992 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 @@ -8,12 +8,8 @@ 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 true 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 7c88fe4..c4fba10 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 @@ -8,12 +8,8 @@ 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 true 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 55ac546..2e820cc 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 @@ -8,12 +8,8 @@ 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 true 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 7000904..7b1873e 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 @@ -8,12 +8,8 @@ 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 true 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 24f7660..a34d02d 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 @@ -8,12 +8,8 @@ 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 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 132d5d7..bb78b11 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 @@ -8,12 +8,8 @@ 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 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 7c1e898..2efecfc 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 @@ -8,12 +8,8 @@ 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 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 b3eb256..d1179be 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 @@ -8,12 +8,8 @@ 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 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 9461e0f..32e9dbd 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 @@ -8,12 +8,8 @@ 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 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 a8ef056..50a24eb 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 @@ -8,12 +8,8 @@ 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 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 7a94e65..e1fd35d 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 @@ -8,12 +8,8 @@ 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 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 4ea30d2..a2a31c6 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 @@ -8,12 +8,8 @@ 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 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 cb763ce..55f59bc 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 @@ -8,12 +8,8 @@ 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 true 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 25c3180..7750dd8 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 @@ -8,12 +8,8 @@ 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 true 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 be2b2f1..f8dedce 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 @@ -8,12 +8,8 @@ 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 true 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 73e8178..ced9af5 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 @@ -8,12 +8,8 @@ 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 true 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 5de7205..bbc7609 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 @@ -8,12 +8,8 @@ 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 true 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 ab2ecf9..43ab4c4 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 @@ -8,12 +8,8 @@ 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 true 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 31ac2f7..dabb0ba 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 @@ -8,12 +8,8 @@ 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 true 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 539947c..c49dfee 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 @@ -8,12 +8,8 @@ 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 true 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 aabc33e..09c8819 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 @@ -8,12 +8,8 @@ 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 true 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 cb22654..2ccbe43 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 @@ -8,12 +8,8 @@ 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 true 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 707c9ab..7248d52 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 @@ -8,12 +8,8 @@ 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 true 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 5a280c3..ec183986 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 @@ -8,12 +8,8 @@ 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 true 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 950a475..41a4548 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 @@ -8,12 +8,8 @@ 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 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 03208a7..a81c69f 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 @@ -8,12 +8,8 @@ 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 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 afe231d..4e1ea56 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 @@ -8,12 +8,8 @@ 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 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 e728269..943742e 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 @@ -8,12 +8,8 @@ 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 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 8ee97f6..d480e4c 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 @@ -8,12 +8,8 @@ 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 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 39e96a0..3d3c384 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 @@ -8,12 +8,8 @@ 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 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 6fe603a..d398127 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 @@ -8,12 +8,8 @@ 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 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 9db91877..5af7c7f 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 @@ -8,12 +8,8 @@ 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 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 b784a06..7495323 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 @@ -8,12 +8,8 @@ 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 true 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 9344b2e..acb63e6 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 @@ -8,12 +8,8 @@ 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 true 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 e728765..68e3174 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 @@ -8,12 +8,8 @@ 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 true 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 7157354..bbec6b4 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 @@ -8,12 +8,8 @@ 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 true 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 1479ccc..16a0555 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 @@ -8,12 +8,8 @@ 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 true 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 5e0b774..f0c38ea 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 @@ -8,12 +8,8 @@ 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 true 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 7d85c73..a543fc9 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 @@ -8,12 +8,8 @@ 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 true 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 dee9b2a..c292939 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 @@ -8,12 +8,8 @@ 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 true 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 8ff76e7..7fb0c11 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 @@ -8,12 +8,8 @@ 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 true 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 10461d0..057399e 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 @@ -8,12 +8,8 @@ 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 true 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 68acda6..356254d 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 @@ -8,12 +8,8 @@ 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 true 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 206aded..4e3f0c2 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 @@ -8,12 +8,8 @@ 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 true 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 66cda69..0093580 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 @@ -8,12 +8,8 @@ 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 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 c456b87..a071384 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 @@ -8,12 +8,8 @@ 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 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 06ea221..0d3d5d9 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 @@ -8,12 +8,8 @@ 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 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 3214bec..cce13bd 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 @@ -8,12 +8,8 @@ 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 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 22c3bfe..5445dcb 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 @@ -8,12 +8,8 @@ 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 true 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 fa35bf0..a37b9d1 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 @@ -8,12 +8,8 @@ 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 true 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 c93ccf9..7beb7c9 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 @@ -8,12 +8,8 @@ 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 true 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 f04b662..27d8664 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 @@ -8,12 +8,8 @@ 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 true 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 1b8d5ac..8953741 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 @@ -8,12 +8,8 @@ 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 true 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 300e6ad..69e1a21 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 @@ -8,12 +8,8 @@ 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 true 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 d75ce2e..b356f92 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 @@ -8,12 +8,8 @@ 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 true 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 712f99c..07fd3b4 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 @@ -8,12 +8,8 @@ 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 true 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 fe193e7..fd875d5 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 @@ -8,12 +8,8 @@ 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 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 27f0255..6f07ae5 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 @@ -8,12 +8,8 @@ 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 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 df3d6b8..8864f5d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj @@ -8,15 +8,10 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false - 7a9bfb7d BuildOnly 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 4cf8c25..751c585 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 @@ -8,12 +8,8 @@ 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 true 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 94e33d6..8e2749d 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 @@ -8,12 +8,8 @@ 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 true 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 58f9899..2da7881 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 @@ -8,12 +8,8 @@ 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 true 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 22fb88d..c850e74 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 @@ -8,12 +8,8 @@ 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 true 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 63a45cf..019d9cb 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 @@ -8,12 +8,8 @@ 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 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 7c5148e..fe94381 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 @@ -8,12 +8,8 @@ 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 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 b870f92..47b827e 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 @@ -8,12 +8,8 @@ 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 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 26c5e08..1483d2a 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 @@ -8,12 +8,8 @@ 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 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 af869f9..c60df8f 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 @@ -8,12 +8,8 @@ 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 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 4bb1a60..4b1a399 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 @@ -8,12 +8,8 @@ 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 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 ec8ef2f..be53b78 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 @@ -8,12 +8,8 @@ 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 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 223c63a..362f9e1 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 @@ -8,12 +8,8 @@ 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 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 bd69716..075c511 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 @@ -8,12 +8,8 @@ 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 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 9f03ed9..53f7750 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 @@ -8,12 +8,8 @@ 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 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 609f5fd..b08340c 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 @@ -8,12 +8,8 @@ 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 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 7abeb97..00a8e93 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 @@ -8,12 +8,8 @@ 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 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 22ed36b..6028bed 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 @@ -8,12 +8,8 @@ 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 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 e8c6423..5750cef 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 @@ -8,12 +8,8 @@ 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 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 1797173..aa4bd5d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8cd8a75..85c9c46 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f9eca2c..ee6ba6a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3fecc93..f3c6096 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 277a9d0..3c602f3 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 @@ -8,12 +8,8 @@ 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 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 5b47f3b..9ef4ff4 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 @@ -8,12 +8,8 @@ 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 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 48ab9fa..e17122e 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4ff3a44..2569ce9 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6b776cc..cf7e74b 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 @@ -8,12 +8,8 @@ 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 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 4165688..de4f669 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 @@ -8,12 +8,8 @@ 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 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 e11395c..bc09732 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 @@ -8,12 +8,8 @@ 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 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 05ebe71..d0e41c9 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 @@ -8,12 +8,8 @@ 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 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 0eb2c96..a5b766c 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 @@ -8,12 +8,8 @@ 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 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 aac77fb..f781296 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 @@ -8,12 +8,8 @@ 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 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 8c04ac1..2018a2f 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 @@ -8,12 +8,8 @@ 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 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 d46fa21..4068ff1 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 @@ -8,12 +8,8 @@ 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 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 5346ffe..c629958 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 @@ -8,12 +8,8 @@ 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 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 5555c5d..6caf327 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 @@ -8,12 +8,8 @@ 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 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 6513a37..17691f4 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 @@ -8,12 +8,8 @@ 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 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 848bd90..16e42aa 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 @@ -8,12 +8,8 @@ 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 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 1ba67cd..868b1b6 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 @@ -8,12 +8,8 @@ 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 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 6d66172..dfc4073 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 @@ -8,12 +8,8 @@ 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 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 7163780..2b97bc2 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 @@ -8,12 +8,8 @@ 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 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 8fdbfec..50663bf 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 @@ -8,12 +8,8 @@ 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 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 f1f30b2..b6aa2c5 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 @@ -8,12 +8,8 @@ 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 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 9edd39f..d4fd7a2 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 @@ -8,12 +8,8 @@ 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 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 b7c638b..9d21ec2 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 @@ -8,12 +8,8 @@ 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 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 78f07fc..f7c9c3e 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 @@ -8,12 +8,8 @@ 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 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 9a8cde7..ca6a386 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 @@ -8,12 +8,8 @@ 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 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 fcd197a..e63267e 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 @@ -8,12 +8,8 @@ 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 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 a19a51a..912026c 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 @@ -8,12 +8,8 @@ 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 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 abf8f65..528ff71 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 @@ -8,12 +8,8 @@ 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 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 b5354a2..ebe10d2 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 @@ -8,12 +8,8 @@ 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 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 a400d48..db8d153 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 @@ -8,12 +8,8 @@ 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 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 4925d5a..d0b7d83 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 @@ -8,12 +8,8 @@ 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 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 4a1070a..c84f8db 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 @@ -8,12 +8,8 @@ 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 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 3fb9a5f..3e759d2 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 @@ -8,12 +8,8 @@ 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 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 94671d5..8b17ab2 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 @@ -8,12 +8,8 @@ 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 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 0ca5a1a..1fd46a9 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 @@ -8,12 +8,8 @@ 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 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 baddc40..bdf097c 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 @@ -8,12 +8,8 @@ 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 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 9fba217..655e765 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 @@ -8,12 +8,8 @@ 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 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 9bd28ed..42d3706 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 @@ -8,12 +8,8 @@ 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 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 c0a6e8c..72abec4 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 @@ -8,12 +8,8 @@ 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 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 f14f305..00c481f 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 @@ -8,12 +8,8 @@ 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 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 ae487f1..6c6459e 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 @@ -8,12 +8,8 @@ 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 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 e93da0c..69409d0 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 @@ -8,12 +8,8 @@ 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 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 3e50cd1..eeefe71 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 @@ -8,12 +8,8 @@ 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 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 040d809..f7d226d 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 @@ -8,12 +8,8 @@ 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 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 06af301..3a089ca 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 @@ -8,12 +8,8 @@ 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 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 954ad33..112982c 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 @@ -8,12 +8,8 @@ 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 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 cba4560..4a2776f 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 @@ -8,12 +8,8 @@ 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 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 d0e2014..82e3a30 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 @@ -8,12 +8,8 @@ 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 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 1a898e2..6355756 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 @@ -8,12 +8,8 @@ 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 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 e29e59c..958a184 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 @@ -8,12 +8,8 @@ 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 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 c8078e8c..8806b57 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 @@ -8,12 +8,8 @@ 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 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 2e33aad..8652ede 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 @@ -8,12 +8,8 @@ 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 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 8dbbbde..6d3e6ae 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 @@ -8,12 +8,8 @@ 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 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 2bd8342..8142867 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 @@ -8,12 +8,8 @@ 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 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 01f9406..1649f86 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 @@ -8,12 +8,8 @@ 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 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 4f8135c..46b1c8a 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 @@ -8,12 +8,8 @@ 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 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 5327261..8aa50dd 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 @@ -8,12 +8,8 @@ 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 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 920d0d0..30c50bd 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 @@ -8,12 +8,8 @@ 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 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 cdd77fc..6a4a854 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 @@ -8,12 +8,8 @@ 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 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 2ba3982..72fb2bb 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 @@ -8,12 +8,8 @@ 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 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 7e3c9a4..1ff35e0 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 @@ -8,12 +8,8 @@ 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 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 1b7e426..f3b3874 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 @@ -8,12 +8,8 @@ 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 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 a050bc5..4d07071 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 @@ -8,12 +8,8 @@ 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 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 bbe1123..910cee5 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 @@ -8,12 +8,8 @@ 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 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 fe89f53..04b90e8 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 @@ -8,12 +8,8 @@ 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 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 d722924..4d1f735 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 @@ -8,12 +8,8 @@ 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 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 99a2c37..3f7c870 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 @@ -8,12 +8,8 @@ 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 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 ab107d7..4c46b61 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 @@ -8,12 +8,8 @@ 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 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 9349074..11701e2 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 @@ -8,12 +8,8 @@ 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 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 fb3b756..3b7a1bf 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 @@ -8,12 +8,8 @@ 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 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 e4cb544..1e5760a 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 @@ -8,12 +8,8 @@ 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 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 2a145bb..448d280 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 @@ -8,12 +8,8 @@ 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 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 dc4be28..84d7035 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 @@ -8,12 +8,8 @@ 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 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 0125266..2e78383 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 @@ -8,12 +8,8 @@ 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 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 a6ada38..56cceb5 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 @@ -8,12 +8,8 @@ 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 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 bd57ebc..ee61946 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 @@ -8,12 +8,8 @@ 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 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 5ac4c1e..b77b009 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 @@ -8,12 +8,8 @@ 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 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 b6b1231..415aa72 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 @@ -8,12 +8,8 @@ 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 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 f8bec68..615cc88 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 @@ -8,12 +8,8 @@ 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 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 e5d9ce7..29ca27d 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 @@ -8,12 +8,8 @@ 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 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 1091ce3..56143b1 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 @@ -8,12 +8,8 @@ 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 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 7ee7804..c796876 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 @@ -8,12 +8,8 @@ 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 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 79da0c8..0ba7f69 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 @@ -8,12 +8,8 @@ 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 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 e3cfc7b..8e02815 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 @@ -8,12 +8,8 @@ 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 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 75dc394..09c600e 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 @@ -8,12 +8,8 @@ 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 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 fd5e175..8d7a660 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 @@ -8,12 +8,8 @@ 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 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 a32ae99..bf7e7ad 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 @@ -8,12 +8,8 @@ 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 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 42a9c4f..890be08 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 @@ -8,12 +8,8 @@ 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 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 b8a3e80..be80dec 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 @@ -8,12 +8,8 @@ 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 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 3bdc4ef..de70dab 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 @@ -8,12 +8,8 @@ 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 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 eb25656..bf48b69 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 @@ -8,12 +8,8 @@ 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 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 3756180..44d7898 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 @@ -8,12 +8,8 @@ 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 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 a1b7fda..de857a2 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 @@ -8,12 +8,8 @@ 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 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 70e8ef3..745a5c1 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 @@ -8,12 +8,8 @@ 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 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 7c955e8..c0e91b7 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 @@ -8,12 +8,8 @@ 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 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 634719b..7b6309e 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 @@ -8,12 +8,8 @@ 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 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 b2ad2c5..12d5c32 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 @@ -8,12 +8,8 @@ 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 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 f01c5af..d8bae28 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 @@ -8,12 +8,8 @@ 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 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 686b67d..5b2810d 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 @@ -8,12 +8,8 @@ 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 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 363b5d3..36b1c51 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 @@ -8,12 +8,8 @@ 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 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 67e03e1..bbfdec2 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 @@ -8,12 +8,8 @@ 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 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 57c8b59..6cabb8e 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 @@ -8,12 +8,8 @@ 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 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 b6e5b58..28a0715 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 @@ -8,12 +8,8 @@ 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 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 eab85a7..80bb79f 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 @@ -8,12 +8,8 @@ 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 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 ccd8d55..d1dce28 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 @@ -8,12 +8,8 @@ 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 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 0dc6138..c976aae 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 @@ -8,12 +8,8 @@ 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 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 c0e651f..1a86e5d 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 @@ -8,12 +8,8 @@ 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 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 dcf0c00..6f69c0d 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 @@ -8,12 +8,8 @@ 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 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 ea3a8dd..c3e73e0 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 @@ -8,12 +8,8 @@ 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 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 92b900f..3b9b519 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 @@ -8,12 +8,8 @@ 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 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 dc54d50..0ddf787 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 @@ -8,12 +8,8 @@ 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 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 6458ba6..4c62fcc 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 @@ -8,12 +8,8 @@ 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 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 da0deea..a366e89 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 @@ -8,12 +8,8 @@ 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 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 412929e..387a34b 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 @@ -8,12 +8,8 @@ 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 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 421d482..42c733a 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 @@ -8,12 +8,8 @@ 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 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 507bfed..4d61a28 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 @@ -8,12 +8,8 @@ 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 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 1f46020..262167a 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 @@ -8,12 +8,8 @@ 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 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 f35ab8f..434dfe2 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 @@ -8,12 +8,8 @@ 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 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 d2c317a..57deae3 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 @@ -8,12 +8,8 @@ 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 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 05dcf98..84c9832 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 @@ -8,12 +8,8 @@ 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 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 8f5f579..819c424 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj @@ -8,12 +8,8 @@ 2.0 {0FC11856-26BE-4361-B267-28CAA7BE5CAC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6acacc..6107393 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 @@ -8,12 +8,8 @@ 2.0 {B22ABFEA-9859-4C97-A166-52C420C39FEF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 66129bf..ac711dd 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 @@ -8,12 +8,8 @@ 2.0 {19C43397-A7B7-4E2D-B2F2-D302C13A0715} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 326c007..9d7b763 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 @@ -8,12 +8,8 @@ 2.0 {CC5EAFC7-EA27-485B-AD9E-D7ED67F808F0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 79550b1..cd22882 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 @@ -8,12 +8,8 @@ 2.0 {9426D669-315D-4940-BB26-EE3709A7802A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 69df803..8f5852c 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 @@ -8,12 +8,8 @@ 2.0 {0F547F76-8657-44EF-9AC0-FE81153E4B22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 75eb092..054a0fb 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 @@ -8,12 +8,8 @@ 2.0 {43996CEE-7608-49CD-A31F-68F3DD5B0C61} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2962405..d67c435 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 @@ -8,12 +8,8 @@ 2.0 {740B75E4-4B74-4735-98E3-679E181869BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 847c947..727a0f5 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 @@ -8,12 +8,8 @@ 2.0 {315270DE-3D17-4865-8217-2F4C3A3553E2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f0d02ee..3cf5d88 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 @@ -8,12 +8,8 @@ 2.0 {A1FA3C71-3005-413C-8874-2D944567215B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c29d519..5aa2499 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 @@ -8,12 +8,8 @@ 2.0 {D84625F2-F0FF-42B9-BE7F-6C3322B92970} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6853407..3323d43 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 @@ -8,12 +8,8 @@ 2.0 {9103B277-05CF-4063-8C10-9106474A2FD5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e292093..138f1b3 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 @@ -8,12 +8,8 @@ 2.0 {F8B0F993-E1A5-42AE-AF3E-F15ABEE8EC33} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e47ca81..26adb49 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 @@ -8,12 +8,8 @@ 2.0 {46F9E6BB-7EC8-402A-9D81-AD9CF6CFFA27} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 81f3c36..1d89875 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 @@ -8,12 +8,8 @@ 2.0 {6E0304C7-64F1-4099-8C16-CE91AEC08A5C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3c7bbd0..4f0509e 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 @@ -8,12 +8,8 @@ 2.0 {5EB85BED-9B18-486F-980C-1E16A15D4F35} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9cf876f..570a66c 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 @@ -8,12 +8,8 @@ 2.0 {29B438CE-3CF8-4BCC-817C-7BC806BA235C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1ba928f..22362d4 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 @@ -8,12 +8,8 @@ 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 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 d8268ab..0f92fd1 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 @@ -8,12 +8,8 @@ 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 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 00bfc4f..c237312 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 @@ -8,12 +8,8 @@ 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 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 af78ae4..d6443bb 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 @@ -8,12 +8,8 @@ 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 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 bfccbd8..ba26618 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj @@ -8,12 +8,8 @@ 2.0 {40C4B8EF-FF73-43D2-A6B6-C1591A8C83A9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f84e943..f81d81d 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 @@ -8,12 +8,8 @@ 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 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 eee8236..024e536 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 @@ -8,12 +8,8 @@ 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 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 6963ae6..0eeda11 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 @@ -8,12 +8,8 @@ 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 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 3dc8ad9..6d74a36 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 @@ -8,12 +8,8 @@ 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 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 158fe63..e09d121 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 @@ -8,12 +8,8 @@ 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 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 9ff18cd..2825de2 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 @@ -8,12 +8,8 @@ 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 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 b842284..9318261 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 @@ -8,12 +8,8 @@ 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 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 ad62074..2df3c21 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 @@ -8,12 +8,8 @@ 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 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 d494076..d536512 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 @@ -8,12 +8,8 @@ 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 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 1e956aa..34ab13f 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 @@ -8,12 +8,8 @@ 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 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 b6927dd..d51cfb0 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 @@ -8,12 +8,8 @@ 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 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 c658e7a..c75fb6a 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 @@ -8,12 +8,8 @@ 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 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 288a030..fbc30be 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 @@ -8,12 +8,8 @@ 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 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 816b9e6..9a16454 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 @@ -8,12 +8,8 @@ 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 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 c43004d..bf0b845 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 @@ -8,12 +8,8 @@ 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 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 56a38a0..c74789a 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 @@ -8,12 +8,8 @@ 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 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 4dc7b38..2cc2ef6 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 @@ -8,12 +8,8 @@ 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 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 21d007d..a56f8da 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 @@ -8,12 +8,8 @@ 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 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 ab10187..28436f2 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 @@ -8,12 +8,8 @@ 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 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 fb1003c..b385132 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 @@ -8,12 +8,8 @@ 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 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 bda0c66..8413797 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 @@ -8,12 +8,8 @@ 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 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 c3a65f0..8d560bb 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 @@ -8,12 +8,8 @@ 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 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 6386ada..23ddc6c 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 @@ -8,12 +8,8 @@ 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 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 9bd2b60..3dc25d6 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 @@ -8,12 +8,8 @@ 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 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 81dccd1..fd9a8d7 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 @@ -8,12 +8,8 @@ 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 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 6176b54..94fc513 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 @@ -8,12 +8,8 @@ 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 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 ad5cf11..f7b3a43 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 @@ -8,12 +8,8 @@ 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 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 e6630de..69e16ad 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 @@ -8,12 +8,8 @@ 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 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 45a1f2e..2ac3b12 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 @@ -8,12 +8,8 @@ 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 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 329d7be..885ce63 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 @@ -8,12 +8,8 @@ 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 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 754c5b9..f65e675 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 @@ -8,12 +8,8 @@ 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 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 9350aa7..f7fe6ef 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 @@ -8,12 +8,8 @@ 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 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 3b60f29..b5233f5 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 @@ -8,12 +8,8 @@ 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 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 c5e9add..524fec3 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 @@ -8,12 +8,8 @@ 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 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 678070b..16a0997 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 @@ -8,12 +8,8 @@ 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 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 98cdc05..cd39df9 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 @@ -8,12 +8,8 @@ 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 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 98b840c..3c298ba 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 @@ -8,12 +8,8 @@ 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 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 094582f..f35529a 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 @@ -8,12 +8,8 @@ 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 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 c550000..aec74fe 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 @@ -8,12 +8,8 @@ 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 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 408c4e0..dc9027d 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 @@ -8,12 +8,8 @@ 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 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 810fd5e..5e6a779 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 @@ -8,12 +8,8 @@ 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 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 525fa98..d281950 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 @@ -8,12 +8,8 @@ 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 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 bb89905..7fffb44 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 @@ -8,12 +8,8 @@ 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 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 e70c4dd..cafc42d 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 @@ -8,12 +8,8 @@ 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 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 34ae075..92164ce 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 @@ -8,12 +8,8 @@ 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 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 4d3e536..6d2c70c 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 @@ -8,12 +8,8 @@ 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 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 04df01a..bb98b2d 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 @@ -8,12 +8,8 @@ 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 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 9a1cd8c..ea496d6 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 @@ -8,12 +8,8 @@ 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 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 7daa1bb..30b1d4e 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 @@ -8,12 +8,8 @@ 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 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 70d7588..655c930 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 @@ -8,12 +8,8 @@ 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 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 0c3793c..25dd883 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 @@ -8,12 +8,8 @@ 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 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 a9723da..93c36ef 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 @@ -8,12 +8,8 @@ 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 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 65f1cb7..1d9cb26 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 @@ -8,12 +8,8 @@ 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 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 a32e7f5..a9322b6 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 @@ -8,12 +8,8 @@ 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 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 d7e7c71..1a7ff12 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 @@ -8,12 +8,8 @@ 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 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 ef192c2..9e0e861 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 @@ -8,12 +8,8 @@ 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 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 f612689..a89c4ac 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 @@ -8,12 +8,8 @@ 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 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 d7599a1..dfbc286 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 @@ -8,12 +8,8 @@ 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 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 f9d3135..dd60a1d 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 @@ -8,12 +8,8 @@ 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 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 aa8b5f6..3ea8241 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 @@ -8,12 +8,8 @@ 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 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 b52dfae..87ed4ff 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 @@ -8,12 +8,8 @@ 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 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 177f015..3adf406 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 @@ -8,12 +8,8 @@ 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 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 a526a18..af2792c 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 @@ -8,12 +8,8 @@ 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 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 7725048..7e062d5 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 @@ -8,12 +8,8 @@ 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 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 970f3af..9e69b86 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 @@ -8,12 +8,8 @@ 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 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 e4eac88..869f633 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 @@ -8,12 +8,8 @@ 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 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 a9a152a..ea6446e 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 @@ -8,12 +8,8 @@ 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 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 b129102..f7486cf 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 @@ -8,12 +8,8 @@ 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 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 59b2984..2daf078 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 @@ -8,12 +8,8 @@ 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 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 fdd4c77..49f3a7c 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 @@ -8,12 +8,8 @@ 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 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 3646278..e66e53d 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 @@ -8,12 +8,8 @@ 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 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 7f4be33..347880c 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 @@ -8,12 +8,8 @@ 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 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 6d0e665..cf0b15d 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 @@ -8,12 +8,8 @@ 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 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 85b804a..2f945fe 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 @@ -8,12 +8,8 @@ 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 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 6bda5ac..8f4026f 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 @@ -8,12 +8,8 @@ 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 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 fd61b6c..aac9367 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 @@ -8,12 +8,8 @@ 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 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 0ca8ac8..dba0485 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 @@ -8,12 +8,8 @@ 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 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 af63d93..6d5ec88 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 @@ -8,12 +8,8 @@ 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 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 84d9292..86d5116 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 @@ -8,12 +8,8 @@ 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 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 5b06d37..591942f 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 @@ -8,12 +8,8 @@ 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 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 675b63c..75cbd19 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 @@ -8,12 +8,8 @@ 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 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 d79bc72..5f19c39 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 @@ -8,12 +8,8 @@ 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 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 bd2fdbc..e5d6769 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 @@ -8,12 +8,8 @@ 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 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 314fe3a..e0657c0 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 @@ -8,12 +8,8 @@ 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 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 ced83f0..521c8f9 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 @@ -8,12 +8,8 @@ 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 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 9b4d9f5..36ba2da 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 @@ -8,12 +8,8 @@ 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 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 76a7462..ec5b25d 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 @@ -8,12 +8,8 @@ 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 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 93a3eb3..dc91b07 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 @@ -8,12 +8,8 @@ 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 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 4b7fd89..0672c8b 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 @@ -8,12 +8,8 @@ 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 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 733072a..ac1b7fb 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 @@ -8,12 +8,8 @@ 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 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 c46fd85..88e3f60 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 @@ -8,12 +8,8 @@ 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 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 924d0ff..5e25c5f 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 @@ -8,12 +8,8 @@ 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 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 8150e92..babf3c3 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 @@ -8,12 +8,8 @@ 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 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 6f32de8..c45fdbd 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 @@ -8,12 +8,8 @@ 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 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 ac3c7a2..84ec774 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 @@ -8,12 +8,8 @@ 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 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 1cf5b73..2d1502c 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 @@ -8,12 +8,8 @@ 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 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 4f43848..1de74cf 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 @@ -8,12 +8,8 @@ 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 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 1c04c00..6bfea5e 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 @@ -8,12 +8,8 @@ 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 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 bfb2620..6751d7e 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 @@ -8,12 +8,8 @@ 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 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 277dfea..e1944b9 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 @@ -8,12 +8,8 @@ 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 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 716f596..1f844d8 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 @@ -8,12 +8,8 @@ 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 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 0b6d03e..aadcb95 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 @@ -8,12 +8,8 @@ 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 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 2319f0d..ab27ee2 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 @@ -8,12 +8,8 @@ 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 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 1f5f708..f7d75ca 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 @@ -8,12 +8,8 @@ 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 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 fc1e1ac..f06e649 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 @@ -8,12 +8,8 @@ 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 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 183963c..eef1e13 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 @@ -8,12 +8,8 @@ 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 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 77fb9d8..b44a59b 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 @@ -8,12 +8,8 @@ 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 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 2bc3282..0c4e416 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 @@ -8,12 +8,8 @@ 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 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 1ff9702..f2f5e5d 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 @@ -8,12 +8,8 @@ 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 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 296d0ae..8e0a5b6 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 @@ -8,12 +8,8 @@ 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 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 6ee2a44..b674e37 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 @@ -8,12 +8,8 @@ 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 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 32474f2..6be68b4 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 @@ -8,12 +8,8 @@ 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 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 1aa224e..99954fb 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 @@ -8,12 +8,8 @@ 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 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 099b7a4..f9c2b09 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 @@ -8,12 +8,8 @@ 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 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 d0f2e3e..54f12d7 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 @@ -8,12 +8,8 @@ 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 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 972fb41..1730d6c 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 @@ -8,12 +8,8 @@ 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 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 f8dd93f..2b6372c 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 @@ -8,12 +8,8 @@ 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 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 2aae07b..382b88b 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 @@ -8,12 +8,8 @@ 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 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 6be75f2..00b496c 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 @@ -8,12 +8,8 @@ 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 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 3368e41..b593658 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 @@ -8,12 +8,8 @@ 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 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 46dbaae..5c70e42 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 @@ -8,12 +8,8 @@ 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 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 8959aeb..1b45f36 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 @@ -8,12 +8,8 @@ 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 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 03a62c1..1ed9030 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 @@ -8,12 +8,8 @@ 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 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 f3f4a39..8c81b4e 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 @@ -8,12 +8,8 @@ 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 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 f944749..ff25394 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 @@ -8,12 +8,8 @@ 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 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 2c14e67..97a3106 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 @@ -8,12 +8,8 @@ 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 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 f3df58f..e57a56c 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 @@ -8,12 +8,8 @@ 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 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 d68cbb0..652b252 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 @@ -8,12 +8,8 @@ 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 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 0f9d0a6..11ded02 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 @@ -8,12 +8,8 @@ 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 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 1a17baa..f87e16e 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 @@ -8,12 +8,8 @@ 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 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 6e63491..0e56ad2 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 @@ -8,12 +8,8 @@ 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 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 33d5c6e..72558f2 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 @@ -8,12 +8,8 @@ 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 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 3f8f85a..77159a9 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 @@ -8,12 +8,8 @@ 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 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 8e3a2ed..48f52f4b 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 @@ -8,12 +8,8 @@ 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 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 b9c63c6..62fcc7b 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 @@ -8,12 +8,8 @@ 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 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 5af044a..a96f127 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 @@ -8,12 +8,8 @@ 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 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 cd091bd..979561f 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 @@ -8,12 +8,8 @@ 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 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 002398e..17c8a5c 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 @@ -8,12 +8,8 @@ 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 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 1646993..5c98bea 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 @@ -8,12 +8,8 @@ 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 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 c5c1031..6b61d37 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 @@ -8,12 +8,8 @@ 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 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 25104ec..4842ff5 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 @@ -8,12 +8,8 @@ 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 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 de0c521..bf9e627 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 @@ -8,12 +8,8 @@ 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 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 c88afa6..e7ce0a8 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 @@ -8,12 +8,8 @@ 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 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 f1848e8..bcbd69c 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 @@ -8,12 +8,8 @@ 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 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 83eec64..e2b95d8 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 @@ -8,12 +8,8 @@ 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 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 9a0a7cd..3645de9 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 @@ -8,12 +8,8 @@ 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 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 b480572..a6db2a3 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 @@ -8,12 +8,8 @@ 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 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 b9be5e4..c7b5ed4 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 @@ -8,12 +8,8 @@ 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 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 01d3122..c086f91 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 @@ -8,12 +8,8 @@ 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 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 8b00e82..5f88014 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 @@ -8,12 +8,8 @@ 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 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 2b6a2a6..1cdd086 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 @@ -8,12 +8,8 @@ 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 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 4a5b05a..3413a63 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 @@ -8,12 +8,8 @@ 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 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 e6d4242..dee58d0 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 @@ -8,12 +8,8 @@ 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 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 3f6db78..1057cec 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 @@ -8,12 +8,8 @@ 2.0 {08B1F637-A1C8-49FA-88D8-FB37C4A9D9BC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9c97b04..9a1c09f 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 @@ -8,12 +8,8 @@ 2.0 {AD96E098-C723-4D1F-A3CD-54A7EA2A8DB7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bbf9cb2..3e97137 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 @@ -8,12 +8,8 @@ 2.0 {A5D8EA2C-CF59-472D-BB3B-4DD8A7DEF87E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4ec1625..6fcba18 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 @@ -8,12 +8,8 @@ 2.0 {48CBCF4D-D50D-4D56-9851-F01B935F9FA7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 86d800b..a232fd3 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 @@ -8,12 +8,8 @@ 2.0 {B7BF440F-34EC-4FE0-A3AC-440995B4E0E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5324de9..6a366ac 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 @@ -8,12 +8,8 @@ 2.0 {0EF9D522-85FC-47E7-B073-6CF7EF35D887} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 022db8e..9eb5dad 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 @@ -8,12 +8,8 @@ 2.0 {8603865F-ED03-4B83-88F4-13960697AC22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5c14694..80edc73 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 @@ -8,12 +8,8 @@ 2.0 {16CB4750-BA9A-4883-8C2D-A8B8D135FA2A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1245d48..73c659a 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 @@ -8,12 +8,8 @@ 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 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 4df0566..766fd61 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 @@ -8,12 +8,8 @@ 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 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 fab7d67..eb297e5 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 @@ -8,12 +8,8 @@ 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 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 6201e57..d364dc3 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 @@ -8,12 +8,8 @@ 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 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 3bcd406..34115ec 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 @@ -8,12 +8,8 @@ 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 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 71ea465..4bc4790 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 @@ -8,12 +8,8 @@ 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 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 4531fd1..38e2896 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 @@ -8,12 +8,8 @@ 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 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 56067e2..ae6af64 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 @@ -8,12 +8,8 @@ 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 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 8634617..04ebf13 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 @@ -8,12 +8,8 @@ 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 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 93096b0..72c4e8c 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 @@ -8,12 +8,8 @@ 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 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 6b7a0f1..6b0cfc8 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 @@ -8,12 +8,8 @@ 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 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 c258a02..324a8f1 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 @@ -8,12 +8,8 @@ 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 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 fb2bea6..f013fed 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 @@ -8,12 +8,8 @@ 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 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 70fefb4..81542af 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 @@ -8,12 +8,8 @@ 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 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 fe5d46c..5266c01 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 @@ -8,12 +8,8 @@ 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 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 c1341fd..bdb3e80 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 @@ -8,12 +8,8 @@ 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 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 5c3f3ef..30550007 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 @@ -8,12 +8,8 @@ 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 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 2824d394..8872a5e 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 @@ -8,12 +8,8 @@ 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 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 6687c72..39890b2 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 @@ -8,12 +8,8 @@ 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 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 f4562f6..304d7b8 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 @@ -8,12 +8,8 @@ 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 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 fb8e537..ed30ba9 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 @@ -8,12 +8,8 @@ 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 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 223e122..17304d9 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 @@ -8,12 +8,8 @@ 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 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 75926f7..01496fc 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 @@ -8,12 +8,8 @@ 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 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 575d509..4af13a5 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 @@ -8,12 +8,8 @@ 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 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 0f098ba..5fd7d77 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 @@ -8,12 +8,8 @@ 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 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 4ca1eeb..64f43c6 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 @@ -8,12 +8,8 @@ 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 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 07d208a..e95d9ec 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 @@ -8,12 +8,8 @@ 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 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 905933b..cae8bfb 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 @@ -8,12 +8,8 @@ 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 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 0adbe68..208c4d5 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 @@ -8,12 +8,8 @@ 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 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 ec1f50d..a889ce4 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 @@ -8,12 +8,8 @@ 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 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 1ab17a5..7a436e4 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 @@ -8,12 +8,8 @@ 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 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 0cfc8fe..d58968c 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 @@ -8,12 +8,8 @@ 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 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 a030bce..0889d94 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 @@ -8,12 +8,8 @@ 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 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 e688f40..d4592b8 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 @@ -8,12 +8,8 @@ 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 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 892c61c..789923a 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 @@ -8,12 +8,8 @@ 2.0 {979D89AA-7B08-4A81-A210-A78152FCFEC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e7c4b47..b8ee932 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 @@ -8,12 +8,8 @@ 2.0 {DABA4519-FAA5-4920-ADA9-14C97643F9E9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d3ba1e0..247e91e 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 @@ -8,12 +8,8 @@ 2.0 {E754D107-EFF0-484B-92CA-4A1813E74CF7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c95f556..eb8cd4f 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 @@ -8,12 +8,8 @@ 2.0 {B442D811-8360-4821-A993-F3370E1A4706} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2b4d7dc..ede0ef8 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 @@ -8,12 +8,8 @@ 2.0 {62F221E1-FAE2-47CE-BC47-D5E70DF062C6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bab7061..b4b1f71 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 @@ -8,12 +8,8 @@ 2.0 {B67EDCB0-EFB7-4D75-ABEE-B52D4E3D26F0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ab1087f..97fd47f 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 @@ -8,12 +8,8 @@ 2.0 {1FC52C10-A9A7-47D7-8AB2-B381FD8EF3BC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bc61c18..45de962 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 @@ -8,12 +8,8 @@ 2.0 {C1097342-3E8F-41E5-BF2F-27632CFEB916} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8dea508..a996834 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 @@ -8,12 +8,8 @@ 2.0 {A1182F90-D24D-41E5-A8B1-401CEB96EDE7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d231826..7260540 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 @@ -8,12 +8,8 @@ 2.0 {AF1DA2B8-1207-41EC-B450-CBDC4159B38A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e4c6f17..8da7d14 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 @@ -8,12 +8,8 @@ 2.0 {9B56074F-2439-4551-A6FD-1FE930CAAEB2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f9a9c0b..047f344 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 @@ -8,12 +8,8 @@ 2.0 {8A43CA3A-D78B-42F0-801B-2C9BA15BCD87} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c0fbc65..b7c611d 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 @@ -8,12 +8,8 @@ 2.0 {BC70BE71-FCC1-43E7-B0D4-6FA08ADA48F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e847e73..26b3c7a 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 @@ -8,12 +8,8 @@ 2.0 {60E2DAC3-00D4-468D-A9E8-756F7F07E792} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 37137e3..badf14f 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 @@ -8,12 +8,8 @@ 2.0 {A0191131-99CA-4D0A-BBED-0C348E5AAC98} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74facd4..d42595f 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 @@ -8,12 +8,8 @@ 2.0 {970BD1E0-DB96-45B0-8482-B04D83198210} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ccdf60b..1f0c199 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 @@ -8,12 +8,8 @@ 2.0 {68B564EC-9CB2-4937-B1B3-DF59EB44AEA7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f95dc37..20554af 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 @@ -8,12 +8,8 @@ 2.0 {B31A4B6A-8EEF-41E5-AAAD-157BE431B6A4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0051eaa..69524e0 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 @@ -8,12 +8,8 @@ 2.0 {CD736B39-3BCC-4328-A022-1958860C747C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6fe2565..b3d2bb3 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 @@ -8,12 +8,8 @@ 2.0 {4ABB8EED-D61E-41CC-8A74-1A8E35B0DB44} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 58c844f..492a16f 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 @@ -8,12 +8,8 @@ 2.0 {360AD8A0-E8A0-4627-86F5-2405ACE6B6F0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2a50947..201e71c 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 @@ -8,12 +8,8 @@ 2.0 {BB807CC1-C13E-496F-9427-760F9D24E4A5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb1c417..f204fc0 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 @@ -8,12 +8,8 @@ 2.0 {D152BC64-BF23-43D2-8599-A1B150EF901F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 957c47e..a1f71c8 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 @@ -8,12 +8,8 @@ 2.0 {606BF6D4-1A30-40FF-96DE-3ED738C9F17C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b5bbc45..57e09e1 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 94542ec..95b48e3 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d5c38bb..4d564f8 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d17f69d..86533b4 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d4d4e8b..92c34e4 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 bb9bf8e..5318d20 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 62ba863..1237990 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 5fe0a35..9beec0c 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 118a2ce..876c37f 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 2c12348..6edf4b6 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 1c22583..7ad061b 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 07e139d..796da30 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 b40d479..4d324b5 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 2305708..26a2b83 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 1db1505..5666e35 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 bf15bc4..ba40918 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 73da151..ab778c9 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 3abb814..1ae75e7 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d1e37e9..6dae13a 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 ab806ef..51f556e 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 72b8193..f7a2345 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d0d55f4..d48296f 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 0dedd42..643f250 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 fc22519..0176b16 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 5cfd1a3..d8e4489 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 14d4629..633b8b4 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 30aade9..e68bab8 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 556ac7c..ab062d2 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 160bc20..93bb796 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 f3a6ff7..3c15b74 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 7ee6c76..378a05b 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 ef56f23..484608a 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 fcc4e06..887797e 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d39acb8..f48e0a3 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 2f58043..dbcc699 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 c25081c..d934c77 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 ebee595..9ffe533 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 1f88ca4..5214f09 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 543f370..036e060 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 7ff0503..75f2b41 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 98145a4..21817bf 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 f103e26..6608bf7 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 2d8f69b..8688f2d 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 075b48f..6079025 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 168d90c..fed4f44 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 4bf12dd..06433d9 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 379ec53..8b0edfe 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 df114a9..80a82e1 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 aba41c7..d02fe03 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 f6a9a43..26690da 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 6a85fe9..6837902 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 3208856..1022bcb 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d9eff26..d2219ad 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d6b1974..ceb66a1 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 15818b1..9a2097f 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 5a3240a..3b25bbc 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 3ae9c3d..ed38ff6 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 be12491..e4f40ade 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 d981ea1..a4e5d35 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 03bc94c..8b89748 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 e3025ed..2799cd8 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 eddc85b..736ab03 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 0d599d9..4ccdd9d 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 e3cf69a..a38437b 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 @@ -8,14 +8,9 @@ 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 ..\..\ false - true - 7a9bfb7d 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 b918cdb..04c359a 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 @@ -8,12 +8,8 @@ 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 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 4119d8c..58348ae 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 @@ -8,12 +8,8 @@ 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 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 807673c3..9490c22 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 @@ -8,12 +8,8 @@ 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 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 06f8117..6189a17 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 @@ -8,12 +8,8 @@ 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 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 8ee37df..6f46181 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 @@ -8,12 +8,8 @@ 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 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 c7d467a..0eeaf28 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 @@ -8,12 +8,8 @@ 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 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 177c61f..76de06f 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 @@ -8,12 +8,8 @@ 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 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 931ad9c..046aaa4 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 @@ -8,12 +8,8 @@ 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 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 273a075..3463278 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj @@ -8,12 +8,8 @@ 2.0 {F9BF6F07-4FA2-4617-8B85-C1AF8ADE7852} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1f8ea68..8639d7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj @@ -8,12 +8,8 @@ 2.0 {CA25FE8B-ED22-4717-BCF1-9038C1025531} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6302f1e..11a9b8c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj @@ -8,12 +8,8 @@ 2.0 {E04B4FE7-3294-4E7E-A58E-3F72A2E46012} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3d152ce..c05feda 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj @@ -8,12 +8,8 @@ 2.0 {50915858-F3A0-4A59-A472-19DD972E12BD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e309d6..96e7ce7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj @@ -8,12 +8,8 @@ 2.0 {55A905BA-153E-470E-B43E-83B83F2A4076} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6bae7c2..aa3a3e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj @@ -8,12 +8,8 @@ 2.0 {25C5CB08-72E4-410B-9668-55EC29A3F014} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 da2a583..8e5d371 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj @@ -8,12 +8,8 @@ 2.0 {86D05636-6F57-464F-BA67-58052EB5D261} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 deabcb1..5a08193 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj @@ -8,12 +8,8 @@ 2.0 {9DCD37F3-0AC9-4B60-A149-C319029AB84C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5cf7114..9fe5061 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 @@ -8,12 +8,8 @@ 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 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 c21bb8e..c291e62 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 @@ -8,12 +8,8 @@ 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 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 c74f66b..c428a57 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 @@ -8,12 +8,8 @@ 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 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 8989522..3987910 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 @@ -8,12 +8,8 @@ 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 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 8b42d97..8cb0504 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 @@ -8,12 +8,8 @@ 2.0 {8FF63B36-14E7-4C4B-B099-594D645323FC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c177d20..652a7f2 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 @@ -8,12 +8,8 @@ 2.0 {9D46012C-E0C5-42DB-875E-D629CDDA6FD0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8c99613..5d63dda 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 @@ -8,12 +8,8 @@ 2.0 {11C8526B-518D-4138-9B36-779D7BC58EAB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b9a751a..6019399 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 @@ -8,12 +8,8 @@ 2.0 {8EDB1CA5-1F39-40B8-B6E0-6540D31CA266} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b21c980..441c38a 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 @@ -8,12 +8,8 @@ 2.0 {C0DC33BE-4E18-4920-85AD-2FDF6ABBD7A8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5572cef..25c38ea 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 @@ -8,12 +8,8 @@ 2.0 {E152E1B5-574E-438A-B04B-A58CB8DAB8BA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 af212e9..01ab2d2 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 @@ -8,12 +8,8 @@ 2.0 {0A0A16D6-628F-4768-BB81-DD16FEB98B7F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f87f99..d8745ee 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 @@ -8,12 +8,8 @@ 2.0 {4ABC5E77-9279-413B-9BEC-D6513A782256} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ac791e2..84bd57e 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 @@ -8,12 +8,8 @@ 2.0 {D71F6CCC-0D67-401C-916C-0529571FC431} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8887472..7b889a4 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 @@ -8,12 +8,8 @@ 2.0 {88B9A0E6-0ADB-4EB5-85A1-652233306A79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 623ed95..96c978b 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 @@ -8,12 +8,8 @@ 2.0 {68DAD312-A648-424D-A134-922AEFA15413} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 00b6ab2..eb30192 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 @@ -8,12 +8,8 @@ 2.0 {FDBD6454-A0A1-4671-8E70-FF152BD1DE77} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 303eede..fba20a5 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 @@ -8,12 +8,8 @@ 2.0 {DBC6F9F2-7364-46FE-8694-1D135DF355A0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 88a9e56..9a0c1a0 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 @@ -8,12 +8,8 @@ 2.0 {45333B47-E509-41CF-9627-4EF137D9B249} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0e11fb3..4196287 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 @@ -8,12 +8,8 @@ 2.0 {22B4CD80-3644-4D24-A67D-645FE3844927} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 05d6fbd..da1447e 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 @@ -8,12 +8,8 @@ 2.0 {0BB2EF5F-8151-46D8-BBE0-7E2A2CA1F10B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3b35c50..84c955c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj @@ -8,12 +8,8 @@ 2.0 {D699CFA0-477E-4107-8C40-FF40583040C9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f6e9d7f..ef9444f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj @@ -8,12 +8,8 @@ 2.0 {E8FD1A9F-3ABB-4A39-86E2-FCF0B1ACF637} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 25cab1c..d1c3e3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj @@ -8,12 +8,8 @@ 2.0 {867151F8-7CC6-42A8-AA43-56FAA17C5765} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68c5223..191eb37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj @@ -8,12 +8,8 @@ 2.0 {227AAE83-0144-4EFA-8578-1F9AA3EF12B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bbca0ad..4627c49 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj @@ -8,12 +8,8 @@ 2.0 {B85BA308-7EBB-4926-8ED1-9F2120FC8F71} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4734d05..e0bb19e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj @@ -8,12 +8,8 @@ 2.0 {D7CA7EF2-F816-47AA-8590-1AC0920E2C3E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 63f4871..d78e5bb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj @@ -8,12 +8,8 @@ 2.0 {0D793897-35AF-4F89-AE80-764E25987B68} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 27b7f91..437b31e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj @@ -8,12 +8,8 @@ 2.0 {B2022BE8-2907-44A4-B3F1-9608DD31E1AE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9c06f0f..d2bf264 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 @@ -8,12 +8,8 @@ 2.0 {533A348E-8B43-4135-9C11-ADC4D0A9A99B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5d86cd1..cd764e1 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 @@ -8,12 +8,8 @@ 2.0 {CA713167-3F0D-4B7B-896C-8AF75F707D7E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bf41431..023c3b1 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 @@ -8,12 +8,8 @@ 2.0 {27B2EA55-C6A3-48B8-9FC8-BB8C418BA3FB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e532c7f..1be5de1 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 @@ -8,12 +8,8 @@ 2.0 {2CF0B708-C4D5-46A9-A1D7-3201A8F1D489} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8496b2b..19b1ba6 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 @@ -8,12 +8,8 @@ 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 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 a2c85f0..628f036 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 @@ -8,12 +8,8 @@ 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 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 64d27c3..0b885b1 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 @@ -8,12 +8,8 @@ 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 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 faeb1ac..8f72146 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 @@ -8,12 +8,8 @@ 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 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 e46c651..5478bc4 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 @@ -8,12 +8,8 @@ 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 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 4a40156..7040fa5 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 @@ -8,12 +8,8 @@ 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 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 c19d943..4881cea 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 @@ -8,12 +8,8 @@ 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 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 37525b7..56b84fe 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 @@ -8,12 +8,8 @@ 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 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 a99768e..167ce9f 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 @@ -8,12 +8,8 @@ 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 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 30fd94a..7af2107 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 @@ -8,12 +8,8 @@ 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 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 3b789f5..93d80c0 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 @@ -8,12 +8,8 @@ 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 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 f145279..8d417582 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 @@ -8,12 +8,8 @@ 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 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 220fc24..d5d2ba1 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 @@ -8,12 +8,8 @@ 2.0 {9D7C6C0B-67C9-4EBA-812C-427B2747786C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 236663a..c881560 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 @@ -8,12 +8,8 @@ 2.0 {06D52326-FE15-410B-83CA-E9296A80664A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 308628a..feb60b5 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 @@ -8,12 +8,8 @@ 2.0 {50E1DFB4-FB0E-49E0-A77B-F97D4CF44ED5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c550d83..54fecf2 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 @@ -8,12 +8,8 @@ 2.0 {E44CE525-A845-4B61-95C3-4DDDCC3D1C44} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1182dde..c217d30 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 @@ -8,12 +8,8 @@ 2.0 {B201911C-100F-4BBF-AC74-37A7A6E29240} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6a0ac10..3ec461b 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 @@ -8,12 +8,8 @@ 2.0 {ADE6100D-1E8E-4E38-AC33-DEA0614EA7A0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e149a63..a44bc84 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 @@ -8,12 +8,8 @@ 2.0 {9E38776B-AA0D-4B79-AD1B-8B49628748B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a24c4714..ba65f38 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 @@ -8,12 +8,8 @@ 2.0 {E72EAA3F-8428-4A2E-A079-26519312086A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b19c0c7..41353ba 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 @@ -8,12 +8,8 @@ 2.0 {4A8F7FB2-CD5C-4FD9-A8C4-9C8195A4C871} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 10c52aa..e71cdc1 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 @@ -8,12 +8,8 @@ 2.0 {D480AED3-2286-4034-A5E2-42C7A0014DC6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 74838d2..649cd89 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 @@ -8,12 +8,8 @@ 2.0 {23D00E82-5CE3-4C54-AE96-7A2D53811791} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 497e87f..c0a454b 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 @@ -8,12 +8,8 @@ 2.0 {E17FE022-D37B-4739-BAE4-BED63DE3837F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b711fb4..ab5496c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj @@ -8,12 +8,8 @@ 2.0 {38E931AD-E0F1-4BA9-B9DA-851D242EFC37} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 deb14ef..3734510 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj @@ -8,12 +8,8 @@ 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 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 350b168..aee0682 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj @@ -8,12 +8,8 @@ 2.0 {C0AF51C0-3FCE-4328-8121-6592E9E8AC18} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eb7c8ba..fec62f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj @@ -8,12 +8,8 @@ 2.0 {0252FB51-FEFA-4CF1-9EF3-5EB35C554372} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d40819a..ef14f4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj @@ -8,12 +8,8 @@ 2.0 {9B5AD16F-BD22-4238-B2D6-4257177929A5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dcfa35f..b6b9036 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj @@ -8,12 +8,8 @@ 2.0 {57A93F23-5D4F-4B04-B0BD-78C0470733B6} Library - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d BuildOnly false 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 214a2d4..5126f077 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj @@ -8,12 +8,8 @@ 2.0 {E5264C5D-3734-459D-B50E-AAC29135C045} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 73c195d..a2a626c 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 @@ -8,12 +8,8 @@ 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 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 a53dd8d..768a449 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 @@ -8,12 +8,8 @@ 2.0 {E6160387-CF75-4ED6-8E20-53C1033E20B8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 47dc8f7..5e6c3f6 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 @@ -8,12 +8,8 @@ 2.0 {01FE6087-00D7-4CD1-B8D7-49D3AB55BC64} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cb82556..ef22241 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 @@ -8,12 +8,8 @@ 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 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 533458e..532bba3 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 @@ -8,12 +8,8 @@ 2.0 {7C847559-14F1-43D2-BD8D-8F9680655C31} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c264b71..8922cc4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f28a45a..eabb471 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 @@ -8,12 +8,8 @@ 2.0 {8A4CA30B-F404-439B-AFE9-056BCD22E27E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 962eda4..8526f4f 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 @@ -8,12 +8,8 @@ 2.0 {518617C6-D2B3-4845-8EFB-D3FC7B86FCCC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72464e3..3772e16 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 @@ -8,12 +8,8 @@ 2.0 {14A880B9-CBA0-4AB2-A366-C0A481D4D2C4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2064dfa..f866eb7 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 @@ -8,12 +8,8 @@ 2.0 {5080B3C4-69B5-41BF-9283-E081CBAF94D5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e931aa..7fd0726 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 @@ -8,12 +8,8 @@ 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 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 0c0808e..0e577d2 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 @@ -8,12 +8,8 @@ 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 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 583b70c..718b116 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 @@ -8,12 +8,8 @@ 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 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 a14a0f5..d457dfb 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 @@ -8,12 +8,8 @@ 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 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 71f156c..fa7e692 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 31f9d68..47f9031 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 @@ -8,12 +8,8 @@ 2.0 {DE8466D8-73FC-4F24-BACA-F501645D7F24} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 99b4647..7476ff1 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 @@ -8,12 +8,8 @@ 2.0 {70EDE717-BFCD-4BDE-923C-DDC57BB36A78} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0e93580..7499059 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 @@ -8,12 +8,8 @@ 2.0 {68C7D908-CA1E-4E4C-9FB2-708CDDDCE784} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 96d18b7..07596ce 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 @@ -8,12 +8,8 @@ 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 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 fec5202..85c9e6d 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 @@ -8,12 +8,8 @@ 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 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 dd5728d..f6a2332 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 @@ -8,12 +8,8 @@ 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 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 10af1cf..38b6419 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 @@ -8,12 +8,8 @@ 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 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 e865782..f5a6571 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 @@ -8,12 +8,8 @@ 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 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 431d2cd..a7c3b30 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 @@ -8,12 +8,8 @@ 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 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 428e315..8ffa410 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 @@ -8,12 +8,8 @@ 2.0 {C8C6FE1B-24C6-4339-B659-0CF7C14A20E4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 da6bc7d..882d306 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 @@ -8,13 +8,9 @@ 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 true 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 53df95e..7975463 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 @@ -8,13 +8,9 @@ 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 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 5a3a048..bb3c91d 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 @@ -8,13 +8,9 @@ 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 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 a71bf08..6314b65 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 @@ -8,13 +8,9 @@ 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 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 4a20f1f..b145daf 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 @@ -8,12 +8,8 @@ 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 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 dff178a..73e7cf5 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 @@ -8,12 +8,8 @@ 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 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 99a1117..32a9c2c 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 @@ -8,12 +8,8 @@ 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 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 6950dbf..38e693f 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 @@ -8,12 +8,8 @@ 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 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 8579a15..ea6631c 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 @@ -8,12 +8,8 @@ 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 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 9dbad02..94fec00 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 @@ -8,12 +8,8 @@ 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 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 20268b1..0770853 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 @@ -8,12 +8,8 @@ 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 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 383b805..77506e1 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 @@ -8,12 +8,8 @@ 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 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 58000b6..3f3747b 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 @@ -8,12 +8,8 @@ 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 true 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 fb33bc7..6bb65b3 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 @@ -8,12 +8,8 @@ 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 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 d844f0d..7770747 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 @@ -8,12 +8,8 @@ 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 true 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 7d71eee..4aa9489 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 @@ -8,12 +8,8 @@ 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 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 7ec7a81..fd87717 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 @@ -8,12 +8,8 @@ 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 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 8bcc2e4..3b3fd40 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 @@ -8,12 +8,8 @@ 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 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 9b531bf..36d4030 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 @@ -8,12 +8,8 @@ 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 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 a11362c..da78ebd 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 @@ -8,12 +8,8 @@ 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 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 26652c5..30909f3 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 @@ -8,12 +8,8 @@ 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 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 85fcc68..2fcce44 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 @@ -8,12 +8,8 @@ 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 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 cdcf6a3..73749d9 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 @@ -8,12 +8,8 @@ 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 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 781a31c..603da8f 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 @@ -8,12 +8,8 @@ 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 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 963f2f4..75c50c3 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 @@ -8,12 +8,8 @@ 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 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 3d0ad71..45c7893 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 @@ -8,12 +8,8 @@ 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 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 00d4603..5fc0f75 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 @@ -8,12 +8,8 @@ 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 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 a550758..578c865 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 @@ -8,12 +8,8 @@ 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 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 969c55c..dd885c7 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 @@ -8,12 +8,8 @@ 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 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 137440b..698ff6f 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 @@ -8,12 +8,8 @@ 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 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 ead551b..18c2b3e 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 @@ -8,12 +8,8 @@ 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 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 f2660ec..0bad417 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 @@ -8,12 +8,8 @@ 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 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 33bbd3d..ca61cbd 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 @@ -8,12 +8,8 @@ 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 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 5d29f38..c9b561c 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 @@ -8,12 +8,8 @@ 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 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 a4affeb..3f1c1b0 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 @@ -8,12 +8,8 @@ 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 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 9c9a07e..e449044 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 @@ -8,12 +8,8 @@ 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 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 a89280a..05ca757 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 @@ -8,12 +8,8 @@ 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 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 3e7ae92..dd86cde 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 @@ -8,12 +8,8 @@ 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 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 7dfb57d..729b56c 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 @@ -8,12 +8,8 @@ 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 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 2259401..f608aab 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 @@ -8,12 +8,8 @@ 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 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 50e02a7..e46d638 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 @@ -8,12 +8,8 @@ 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 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 9481c76..f2b8b73 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 @@ -8,12 +8,8 @@ 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 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 cd01ef5..eb0bc8a 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 @@ -8,12 +8,8 @@ 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 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 2f3bb61..43962c5 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 @@ -8,12 +8,8 @@ 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 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 daa1908..333bd50 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 @@ -8,12 +8,8 @@ 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 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 c75c4fc..8623118 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 @@ -8,12 +8,8 @@ 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 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 a6378f3..c68547f 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 @@ -8,12 +8,8 @@ 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 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 d07b3f5..b02ca7a 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 @@ -8,12 +8,8 @@ 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 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 494d737..3a40dad 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 @@ -8,12 +8,8 @@ 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 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 2ae8fc2..4a02379 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 @@ -8,12 +8,8 @@ 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 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 44c7c29..a31931c 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 @@ -8,12 +8,8 @@ 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 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 07f9174..e3cd634 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 @@ -8,12 +8,8 @@ 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 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 1627c36..df8260b 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 @@ -8,12 +8,8 @@ 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 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 b8accc1..8ff2e92 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 @@ -8,12 +8,8 @@ 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 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 cdf4174..8ecab8b 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 @@ -8,12 +8,8 @@ 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 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 d99d277..15945e2 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 @@ -8,12 +8,8 @@ 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 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 69eabac..210f3bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj @@ -8,13 +8,9 @@ 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 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 796787a..e1705c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj @@ -8,12 +8,8 @@ 2.0 {E0103068-EB46-4656-87E3-CF19AE878B11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cea1449..1dfcca2 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 @@ -8,12 +8,8 @@ 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 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 c83c756..b62692a 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 @@ -8,12 +8,8 @@ 2.0 {F93B7BB2-940E-431E-8839-27BA4B19A37D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 df96c41..666cc4a 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 @@ -8,12 +8,8 @@ 2.0 {8690FDA6-ED8B-476B-B425-11B537AD3D1F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 22e3483..2c68606 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 @@ -8,12 +8,8 @@ 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 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 003bdd0..2278a31 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 @@ -8,12 +8,8 @@ 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 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 9de0dbb..164c6b3 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 @@ -8,12 +8,8 @@ 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 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 8d17baf..b3aa212 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 @@ -8,12 +8,8 @@ 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 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 be6addd..581cad4 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 @@ -8,12 +8,8 @@ 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 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 322abec..914626e 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 @@ -8,12 +8,8 @@ 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 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 9380653..d0cbec1 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 @@ -8,12 +8,8 @@ 2.0 {3E45A5A3-2EFB-4EA8-B4FD-48B18614D4BE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 589e6ec..4589ebe 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 @@ -8,12 +8,8 @@ 2.0 {B37628B7-CE24-421E-ADD9-8891841089F4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7ba3bde..2775a2b 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 @@ -8,12 +8,8 @@ 2.0 {AE280DF4-49BC-4E3F-9448-DF01AE2A79D6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 481da49..a0115ce 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 @@ -8,12 +8,8 @@ 2.0 {3E50722A-00C5-4325-9725-B3ED27E7C68B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fc42c92..7753e62 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 @@ -8,12 +8,8 @@ 2.0 {27089AED-EA60-4CCE-B935-6DE8E6B1A493} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 eebd8c2..e42971b 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 @@ -8,12 +8,8 @@ 2.0 {10E43853-92BC-4942-87E4-552668E7D79A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68439fd..685e337 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj @@ -8,12 +8,8 @@ 2.0 {580FEFE3-992A-42C2-BB1C-8CEF9C685C94} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b29e048..3805959 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj @@ -8,12 +8,8 @@ 2.0 {DBFE118D-00F9-482C-9805-F1A2B41F4A28} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 00ab1f7..267b332 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 @@ -8,12 +8,8 @@ 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 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 eeacede..26ffe88 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 @@ -8,12 +8,8 @@ 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 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 a6ba316..95d2498 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 @@ -8,12 +8,8 @@ 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 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 3b0df66..1d17049 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 @@ -8,12 +8,8 @@ 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 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 54fc166..029ef67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj @@ -8,12 +8,8 @@ 2.0 {1A5C747A-F17C-4AB3-823F-48066B124D66} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ba2c4e9..b00abf0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj @@ -8,12 +8,8 @@ 2.0 {02B9E9A9-A095-453D-BE57-77322656E398} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c2bc8ed..76cab15 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 @@ -8,12 +8,8 @@ 2.0 {C15DE2D2-D511-4E8B-99EC-310AB048ED78} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b488a48..59a1032 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 @@ -8,12 +8,8 @@ 2.0 {FDCA396E-8F47-4D7B-A217-9A58C89906D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f63831c..a8faa81 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 @@ -8,12 +8,8 @@ 2.0 {F429DB17-B746-49A5-867D-E1B01743506B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7c1ba07..d79934b 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 @@ -8,12 +8,8 @@ 2.0 {CFDEEC08-B326-447C-87AA-DBDC8C162A0C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e087a72..9f9c0ea 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 @@ -8,12 +8,8 @@ 2.0 {A9202F62-6B02-46A0-A746-3AB1642FAA32} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 01651d9..c6e2922 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 @@ -8,12 +8,8 @@ 2.0 {5D4B0BB7-BFBC-4E3B-A034-A495C0B9FF1C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d959cfb..12fdaab 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 @@ -8,12 +8,8 @@ 2.0 {D4659BB2-3194-4E72-8F96-90D1D4C376E6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9a2f947..ca62635 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 @@ -8,12 +8,8 @@ 2.0 {99A9FC6E-8554-442E-A563-79C591CD6080} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 81cebef..c97feb1 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 @@ -8,12 +8,8 @@ 2.0 {F252D0B3-0048-42F4-BBEB-D383F580C8A1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 66ccafa..4bd2636 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 @@ -8,12 +8,8 @@ 2.0 {3668BBD3-D327-454E-993C-A21C14CF0681} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea10b5d..9fc62fc 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 @@ -8,12 +8,8 @@ 2.0 {60D4A110-1B71-4533-B2B0-ADBA05183FCA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 409f787..b59d7bb 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 @@ -8,12 +8,8 @@ 2.0 {DAEE7438-D02A-4C30-BFFA-CADB1FA6EB80} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f615904..c8f3064 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 @@ -8,12 +8,8 @@ 2.0 {019C9789-1053-4D7E-9E50-9B0EEE6A185C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 33f0343..16c8c46 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 @@ -8,12 +8,8 @@ 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 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 3800547..aad770f 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 @@ -8,12 +8,8 @@ 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 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 d123489..d004c7e 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 @@ -8,12 +8,8 @@ 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 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 4e01421..e1a8315 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 @@ -8,12 +8,8 @@ 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 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 7be9524..b83efad 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 @@ -8,12 +8,8 @@ 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 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 f3d9167..66eb126 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 @@ -8,12 +8,8 @@ 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 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 7da2946..cab4c0e 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 @@ -8,12 +8,8 @@ 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 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 d37a80f..499beec 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 @@ -8,12 +8,8 @@ 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 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 c296507..a2b1d96 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 @@ -8,12 +8,8 @@ 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 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 402890f..fb65ac0 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 @@ -8,12 +8,8 @@ 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 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 5e410b8..c251a09 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 @@ -8,12 +8,8 @@ 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 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 b10a757..38634ca 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 @@ -8,12 +8,8 @@ 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 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 005fa4c..5ceacba 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 @@ -8,12 +8,8 @@ 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 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 ab2659c..8c171ad 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 @@ -8,12 +8,8 @@ 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 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 6b9a84f..87edc74 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 @@ -8,12 +8,8 @@ 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 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 f49f478..78dd4dc 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 @@ -8,12 +8,8 @@ 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 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 ca1f565..e3b347a 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 @@ -8,12 +8,8 @@ 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 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 9934d6e..8068732 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 @@ -8,12 +8,8 @@ 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 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 bc71b32..1253fe2 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 @@ -8,12 +8,8 @@ 2.0 {E50F842A-A1FC-4EA6-8B34-4D158A7E072C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 abcfbb5..3d26841 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 @@ -8,12 +8,8 @@ 2.0 {D5770801-F36C-4DA4-8A58-69AE5CC4E888} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9309c20..17a4971 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 @@ -8,12 +8,8 @@ 2.0 {F1996DA9-E707-4E7A-81FC-03DEB87378BD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 baad6b7..c80e658 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 @@ -8,12 +8,8 @@ 2.0 {2533F191-FA8A-4FA9-873F-79B6804AD2C8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0c10a70..50795d7 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 @@ -8,12 +8,8 @@ 2.0 {465A464D-47FB-4CB9-8C90-ADF96BD3E89F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7cc08cf5..a476185 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 @@ -8,12 +8,8 @@ 2.0 {691593C3-E183-48E0-8D91-65E0201D7C0C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d5a139c..3c2db37 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 @@ -8,12 +8,8 @@ 2.0 {D84D3EEE-222D-4927-A323-D0C224F3E573} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 00d25e1..02452b7 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 @@ -8,12 +8,8 @@ 2.0 {CA30F7A0-9F57-4432-86D1-1A4F57B26BB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5de7a20..5a6c241 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 @@ -8,12 +8,8 @@ 2.0 {DD08ED5A-41B2-456C-ACBA-DC402B3659C4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fa6e24d..18dcbe7 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 @@ -8,12 +8,8 @@ 2.0 {20A55E8F-A15F-498E-9C96-A21D548CFF5B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 55c7676..e1574cd 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 @@ -8,12 +8,8 @@ 2.0 {E213A0BC-966E-4FBA-BFE1-DF4D8403E903} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 033cbb9..ca6a3a5 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 @@ -8,12 +8,8 @@ 2.0 {3F998112-300D-4E91-A63C-629716549E08} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 545be24..56de75e 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 @@ -8,12 +8,8 @@ 2.0 {057C217E-A1F3-47E7-90EF-1381FA776873} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 778e55b..05c0387 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 @@ -8,12 +8,8 @@ 2.0 {DFF5F310-3B12-4EBA-9238-62676EB60880} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9ccf6ba..87806c2 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 @@ -8,12 +8,8 @@ 2.0 {0785FDAB-4D31-4685-B367-761E05C9D0EC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f3ff0b7..c090727 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 @@ -8,12 +8,8 @@ 2.0 {5ECA9427-7B2D-4152-A1CB-CC9B52EACF4C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e5a0963..094f199 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 @@ -8,12 +8,8 @@ 2.0 {739A4E16-C0EE-441D-94F4-ABCE480099D6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d89cf44..7e3452a 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 @@ -8,12 +8,8 @@ 2.0 {B83094A3-CB33-4B53-8EC4-86D621B94969} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5e23b2f..04674f6 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 @@ -8,12 +8,8 @@ 2.0 {7A66B167-954F-4759-9AD4-DF4646BD0FD1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8a6174a..e290acf 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 @@ -8,12 +8,8 @@ 2.0 {3D92D0C7-EB79-442A-8FAE-2062967BB071} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 72707fe..63fe75e 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 @@ -8,12 +8,8 @@ 2.0 {51B00A68-AA1A-4D5F-A5AD-4BCF699A972B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8f1a124..a2512a0 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 @@ -8,12 +8,8 @@ 2.0 {6B683E72-60F5-4FDA-81E4-E28AA2BA8793} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5bbcc9f..94ae71f 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 @@ -8,12 +8,8 @@ 2.0 {0A4F1EDE-F87C-4565-954F-9BB4463A3FD8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7eb9d05..e84c3cb 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 @@ -8,12 +8,8 @@ 2.0 {0B633E06-28C1-4B74-9689-A8FBA27B8E16} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f80e93a..bf24cb4 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 @@ -8,12 +8,8 @@ 2.0 {79415AB2-2446-4237-B3C4-A7FFD441771A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5304950..eb4de0f 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 @@ -8,12 +8,8 @@ 2.0 {FEAB9B3A-BE50-4A52-A53E-058C80080DE8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5741f97..5406f3b 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 @@ -8,12 +8,8 @@ 2.0 {9FF4BA69-374C-45A9-A086-454D7F0A1C3D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 76e7db7..a0d334d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj @@ -8,12 +8,8 @@ 2.0 {4C56766C-B273-40B9-83A3-864587B27DCF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d63a37b..ab5a35c 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 @@ -8,12 +8,8 @@ 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 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 a56e169..ff3c291 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 @@ -8,12 +8,8 @@ 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 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 120965c..b412a21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj @@ -8,12 +8,8 @@ 2.0 {9B09D580-688C-453E-8117-D3DE0CAA0C1C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e775473..beb95b0 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 @@ -8,12 +8,8 @@ 2.0 {A6C400C1-33DA-4336-9D9C-1A61E96E82D3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fac333a..f255465 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 @@ -8,12 +8,8 @@ 2.0 {3BE8DEA6-834C-4C98-8E6E-8FAF407EF7FB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1cd54fa..8a32039 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj @@ -8,12 +8,8 @@ 2.0 {9EE0D0A5-3C95-494B-9D8B-9B55D571A8DE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 059e630..02b03c1 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 @@ -8,12 +8,8 @@ 2.0 {108844DD-995F-48F3-AF3F-F97FEECF9EF3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 34c90eb..4762913 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 @@ -8,12 +8,8 @@ 2.0 {11D3DC9A-3154-4968-8D52-FE25D4A460E5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e3c7d6..8659b75 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 @@ -8,12 +8,8 @@ 2.0 {2F5EE036-F784-49AE-B95C-5615AB7F47D3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 77a487e..35122bc 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 @@ -8,12 +8,8 @@ 2.0 {F07227A9-C305-42FE-969D-D1461D6BEF6F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d58d0ae..b9d12ee 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 @@ -8,12 +8,8 @@ 2.0 {85F114AE-6238-4E30-B579-7BB0D658922E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 478bb8a..d118a64 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 @@ -8,12 +8,8 @@ 2.0 {18DCAA00-850D-41AF-9B12-DD8E99B150BA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ebceb33..135d949 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj @@ -8,12 +8,8 @@ 2.0 {EA901A35-ECE3-4F4D-9587-F4100BCACA4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 348f2b5..3b0188b 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 @@ -8,12 +8,8 @@ 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 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 0597355..e2abaed 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 @@ -8,12 +8,8 @@ 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 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 56ec8de..f507adc 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 @@ -8,12 +8,8 @@ 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 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 99f6f5e..2b5ae24 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 @@ -8,12 +8,8 @@ 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 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 ded8ec2..7454473 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 @@ -8,12 +8,8 @@ 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 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 5c48422..0138885 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 @@ -8,12 +8,8 @@ 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 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 064a81a..97c99f0 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 @@ -8,12 +8,8 @@ 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 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 b717060..c7b3252 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 @@ -8,12 +8,8 @@ 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 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 15c27d9..cc76824 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 @@ -8,12 +8,8 @@ 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 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 9e82248..a37a58e 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 @@ -8,12 +8,8 @@ 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 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 59c08c9..afd4236 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 @@ -8,12 +8,8 @@ 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 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 e41bc94..16b3747 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 @@ -8,12 +8,8 @@ 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 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 b06cd3f..fef6269 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 @@ -8,12 +8,8 @@ 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 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 807e1d7..d7d2f62 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 @@ -8,12 +8,8 @@ 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 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 c6c348f..c05b8ce 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 @@ -8,12 +8,8 @@ 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 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 7dfbb61..a533b93 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 @@ -8,12 +8,8 @@ 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 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 1ffbd30..3feeb35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj @@ -8,12 +8,8 @@ 2.0 {FDC30F95-BA55-472A-A295-D483565435C4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1a7c5b9..1fec603 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 @@ -8,12 +8,8 @@ 2.0 {36E5B901-463B-47BB-A693-AFE10FC21395} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 01bfe98f..e2df58f 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 @@ -8,12 +8,8 @@ 2.0 {268C28E6-0F65-45A5-978A-C7BC947E2C2A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4f3a22e..e75d034 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 @@ -8,12 +8,8 @@ 2.0 {AB1CB3C1-40D2-4DF2-9926-DB5A4EA9F85C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 586bda6..c90d6cf 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 @@ -8,12 +8,8 @@ 2.0 {0A1B6C17-EFE6-4A07-A87D-C5CC66D6D854} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 990d29f..431ddd8 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 @@ -8,12 +8,8 @@ 2.0 {96AD2682-4F41-4067-BCB4-F1B164154159} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 294316f..7c3b7b6 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 @@ -8,12 +8,8 @@ 2.0 {7D0A89E9-BDA0-4421-BA34-BDCAADEEB30B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7ff8330..d95daa0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj @@ -8,12 +8,8 @@ 2.0 {FE92C687-9D99-4CAA-8991-122492761722} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6b1cd3a..0697adf 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 @@ -8,12 +8,8 @@ 2.0 {CE34B2B0-D684-4106-B425-8E0EAC8DF40A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 abd7359..2b0008e 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 @@ -8,12 +8,8 @@ 2.0 {DFD73D77-5D12-4440-A1B1-FD336F74B1B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 948a44e..adb936f 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 @@ -8,12 +8,8 @@ 2.0 {1420E1E7-EF7E-4E9A-8FB2-9C35B5E3C7DB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8c00409..4abc9e6 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 @@ -8,12 +8,8 @@ 2.0 {41E8FEFF-4FF9-4575-9B36-24EC5AD6354F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d7426c..5a5c055 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 @@ -8,12 +8,8 @@ 2.0 {ACAC8A61-3E34-4984-90C8-50FD78D19DE3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f0d3451..33bc038 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 @@ -8,12 +8,8 @@ 2.0 {DCD83293-D516-40DF-B9F0-3C6A06E027F9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4584296..e93aa5a 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 @@ -8,12 +8,8 @@ 2.0 {AAFFFBCE-FAA9-42C1-8D35-8F866B5FD84C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6e49b22..a9d88c7 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 @@ -8,12 +8,8 @@ 2.0 {1FB7C14C-8E8E-4F8F-AD95-BBB313F9D484} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b66c05e..5fbf38f 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 @@ -8,12 +8,8 @@ 2.0 {0A98D022-18A7-45C3-85D6-CD563D7FB748} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5f1fec41..e7e5305 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 @@ -8,12 +8,8 @@ 2.0 {5AD565C4-D90A-4F4C-961F-852208988029} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d44c93d..c6e4d27 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 @@ -8,12 +8,8 @@ 2.0 {14ABED61-9399-49A8-8E7E-F3C7A53AA097} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c4b33e2..af47a35 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 @@ -8,12 +8,8 @@ 2.0 {0068F78B-8F43-4CB4-A5DF-5FCD781FEF98} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e4b958e..0e96b57 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 @@ -8,12 +8,8 @@ 2.0 {4281C0B9-B4D5-473D-A790-310FBBB40A65} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 25df3af..493681e 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 @@ -8,12 +8,8 @@ 2.0 {DA6F49B6-6B54-4259-A1F7-2E7915DD5421} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1240de6..a47c3cf 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 @@ -8,12 +8,8 @@ 2.0 {A1E821F6-07CF-46C5-AF96-3454B80436D2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 63f9f5d..22d3a0c 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 @@ -8,12 +8,8 @@ 2.0 {077010A8-4A52-4E5C-9392-C21B684A8375} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj index 1cefc76..310f080 100644 --- a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj @@ -8,12 +8,8 @@ 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 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 6eec84b..1b2edd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj @@ -8,12 +8,8 @@ 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 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 81944a4..cac0cbb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj @@ -8,12 +8,8 @@ 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 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 d19d423..6a90a1a 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 @@ -8,12 +8,8 @@ 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 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 05c8392..19a7586 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj @@ -8,12 +8,8 @@ 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 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 11f79be..91ebe2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj @@ -8,12 +8,8 @@ 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 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 2c29448..76cc8a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj @@ -8,12 +8,8 @@ 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 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 b625176..e135585 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 @@ -8,12 +8,8 @@ 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 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 f3c9139..04efeec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj @@ -8,12 +8,8 @@ 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 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 38f3bab..6342658 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 @@ -8,12 +8,8 @@ 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 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 b859538..c1d855c 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 @@ -8,12 +8,8 @@ 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 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 dfd9907..e186c49 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 @@ -8,12 +8,8 @@ 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 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 6f549ea..aaa808f 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 @@ -8,12 +8,8 @@ 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 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 4b1d5b7..6e3f861 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 @@ -8,12 +8,8 @@ 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 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 c48353e..1e01c87 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj index c1f8d15..64835f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj @@ -8,12 +8,8 @@ 2.0 {B880BAD3-0997-4C56-8C6A-B68CA9557EF3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6fea1ff..b4a3048 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7c81812..a952519 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj index 4dc2b2e..1476ab4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj @@ -8,12 +8,8 @@ 2.0 {0A5E38FD-4E07-44A7-BF26-BDCDEEDC698C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e794133..d9bb332 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 906cbfb..1c3bc13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj index 4225510..d13a1a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj @@ -8,12 +8,8 @@ 2.0 {ED0E7884-4ED9-4F38-B410-8D9CBA8D9390} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj index 09c991a..afc5fb4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj @@ -8,12 +8,8 @@ 2.0 {2091A1AE-6728-4431-8DE6-DA9C48FD65D7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c5307e7..2098bf6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj @@ -8,12 +8,8 @@ 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 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 376bf62..3fa68c8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj @@ -8,12 +8,8 @@ 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 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 1299d28..985eef0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 cf8ad66..f8f44b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj index 551e1c1..ac90ebf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj @@ -8,12 +8,8 @@ 2.0 {027E2FF8-91B0-43EE-9FB5-D465143AA146} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68d7005..3d383f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj @@ -8,12 +8,8 @@ 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 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 19ae5d0..cb5dd9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj index b5268c6..6b4c2dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj @@ -8,12 +8,8 @@ 2.0 {93CE4675-F874-40C2-AFEA-401A247E70BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2ef37b1..2406d6d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj @@ -8,12 +8,8 @@ 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 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 6af8624..3c0b6ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj index 5f8fe0d..c8dd1da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj @@ -8,13 +8,8 @@ 2.0 {1BAA34B6-4EAB-43D2-BAAB-4B9E719B92C6} Exe - Properties - 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/Methodical/refany/_dbgnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj index 254eb56..1ffea88 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj @@ -8,13 +8,8 @@ 2.0 {A1B2CCBC-1919-40E3-9C8D-8082BFC58493} Exe - Properties - 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/Methodical/refany/_dbgstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj index 7bab711..eb5c662 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj @@ -8,13 +8,8 @@ 2.0 {C544C2F9-F5F5-41E3-AD28-E71649EE9CB0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj index 9a0f3f1..c41462c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj @@ -8,13 +8,8 @@ 2.0 {9711B502-A732-43B1-AA5B-CDF7DA92042C} Exe - Properties - 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/Methodical/refany/_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj index 68cc9d4..f1b1b10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj @@ -8,13 +8,8 @@ 2.0 {6B6C97C1-90DE-4716-BB81-38EA342BE67E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true 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 2222962..9522271 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj @@ -8,12 +8,8 @@ 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 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 8fafbfb..3490fe5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj @@ -8,12 +8,8 @@ 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 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 2485f0f..e85675f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj @@ -8,12 +8,8 @@ 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 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 09e5482..2cab96d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 26986c9..9d2e93e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6d206a1..02fc227 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f43232a..c494675 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0b8cf8b..167920d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj @@ -8,12 +8,8 @@ 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 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 ca93820..88d7e55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj @@ -8,12 +8,8 @@ 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 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 c6aa454..807a7e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3e355d5..27d7f54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj @@ -8,12 +8,8 @@ 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 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 12bbf8d..a3055f9 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 @@ -8,12 +8,8 @@ 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 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 0cd9a16..755ff61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj @@ -8,12 +8,8 @@ 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 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 336ba39..a632b7b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj @@ -8,12 +8,8 @@ 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 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 2193fd1..fcbbde8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj @@ -8,12 +8,8 @@ 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 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 8300d65..c1e8ae2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4339059..9f54ba3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7d0a2ad..7e36138 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a7d19f7..c6517c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 72a8927..a50978e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj @@ -8,12 +8,8 @@ 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 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 fb11842..438b7b3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj @@ -8,12 +8,8 @@ 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 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 e2f475b..58dac52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 935c87e..aecd0e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj @@ -8,12 +8,8 @@ 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 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 50032eb..aa20e00 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj index c90b344..8781f33 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj @@ -8,13 +8,8 @@ 2.0 {AECC90EB-057E-4F71-B856-D761FFB409C7} Exe - Properties - 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/Methodical/refany/_relnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj index ccc2c09..50bccd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj @@ -8,13 +8,8 @@ 2.0 {BC3D7C80-7A6E-425F-B161-5E1851092A2E} Exe - Properties - 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/Methodical/refany/_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj index 6c465a1..08cfb02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj @@ -8,13 +8,8 @@ 2.0 {6E345FA6-CA32-47A8-BC90-F759402D1222} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj index df8eabb..03c37ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj @@ -8,13 +8,8 @@ 2.0 {A2C3BA7F-EEBD-4046-9270-9D9B0F88D312} Exe - Properties - 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/Methodical/refany/_relvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj index 5dca8f4..459da7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj @@ -8,13 +8,8 @@ 2.0 {408A55FA-F02A-4EE4-A011-B00EFEB34B5B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true 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 fac6b45..21e1dfb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj @@ -8,13 +8,8 @@ 2.0 {0C22565A-AA1E-4850-86FB-AD68B9F71DE4} Exe - Properties - 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/Methodical/refany/_speed_dbgnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj index 6690907..f7fde09 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj @@ -8,13 +8,8 @@ 2.0 {E72B991C-DC2D-49E4-ADBE-0921F97924A3} Exe - Properties - 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/Methodical/refany/_speed_dbgstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj index 59c01f8..10d2681 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj @@ -8,13 +8,8 @@ 2.0 {BB49DE8D-7B90-473C-A40E-419C8264D61C} Exe - Properties - 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/Methodical/refany/_speed_dbgstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj index 91ee169..cfd702e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj @@ -8,13 +8,8 @@ 2.0 {B1AA8C01-E8BA-4DCF-81DA-857256D23E77} Exe - Properties - 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/Methodical/refany/_speed_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj index cd70981..531b47a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj @@ -8,13 +8,8 @@ 2.0 {307CB204-B03B-41C6-A806-ACD1A0BDDC58} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true 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 36360de..3fb0a8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj @@ -8,13 +8,8 @@ 2.0 {7FE42FB3-2FAE-42FF-976E-1F406D1A92E4} Exe - Properties - 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/Methodical/refany/_speed_relnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj index 4be7309..11e2afd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj @@ -8,13 +8,8 @@ 2.0 {E95CED31-BA82-4462-8A89-51C3C02F8D26} Exe - Properties - 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/Methodical/refany/_speed_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj index 3b38926a..f300ebc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj @@ -8,13 +8,8 @@ 2.0 {020DB66A-2FEF-486E-ADB0-5AA68237DAB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true 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 59450d9..fd6a9ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj @@ -8,13 +8,8 @@ 2.0 {762770DA-FA56-4A3A-A630-5270B95311B2} Exe - Properties - 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/Methodical/refany/_speed_relvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj index aa29222..ecae415 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj @@ -8,13 +8,8 @@ 2.0 {1475D529-78CC-437E-82BC-6C6C10A5936D} Exe - Properties - 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/Methodical/refany/array1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj index aa87df7..83c8927 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj @@ -8,13 +8,8 @@ 2.0 {73B862FC-979B-4EEC-A57A-2B04A2B46F01} Exe - Properties - 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/Methodical/refany/array2.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj index 21a5b25..1890a9c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj @@ -8,13 +8,8 @@ 2.0 {EDB14918-1731-46A5-BAD4-1B0920F2EE7B} Exe - Properties - 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/Methodical/refany/format.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj index 3bee45c..18b8fa8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj @@ -8,13 +8,8 @@ 2.0 {0B9A50E6-CF08-4A02-9342-67828BDB9F90} Exe - Properties - 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/Methodical/refany/gcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj index d9b1d6c..04d0fff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj @@ -8,13 +8,8 @@ 2.0 {3BA00219-0647-4CAF-ABA7-54B66438AA1A} Exe - Properties - 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/Methodical/refany/lcs.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj index 7ad6c03..122a161 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj @@ -8,13 +8,8 @@ 2.0 {6BC88FC8-AF31-4C84-8EEA-8B567B8DE61C} Exe - Properties - 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/Methodical/refany/native.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj index 6393475..db30722 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj @@ -8,13 +8,8 @@ 2.0 {1F61DC1B-CF47-4932-9C3A-0B32D1DA6763} Exe - Properties - 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/Methodical/refany/virtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj index ccb4018..fecf6cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj @@ -8,13 +8,8 @@ 2.0 {CA7E0C28-6C9E-465E-8D00-649C39A816EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - true true diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj index cd1f916..75173df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj index 810ae8f..4786635 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj index e49ea82..44c750b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj index 3f87294..4ff80cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj @@ -8,12 +8,8 @@ 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 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 4fe32c6..3c96838 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj @@ -8,12 +8,8 @@ 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 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 a062401..b7a5d93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj @@ -8,12 +8,8 @@ 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 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 2cc7b7b..4f3e622 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj @@ -8,12 +8,8 @@ 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 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 a37ccf5..1140cbb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj @@ -8,12 +8,8 @@ 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 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 cad99b8..af311ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj @@ -8,12 +8,8 @@ 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 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 fbfb5de..b13ffc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj @@ -8,12 +8,8 @@ 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 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 cbf796a..5443191 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj @@ -8,12 +8,8 @@ 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 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 82757da..1c03e29 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj @@ -8,12 +8,8 @@ 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 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 c0471ff..51cc08e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj index e6e094b..d64f4ca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj index 27509ad..602637f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 454642e..5098259 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj @@ -8,7 +8,6 @@ {649A239B-AB4B-4E20-BDCA-3BA736E8B790} Exe true - 512 diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj index 824d1a6..210414c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj @@ -7,12 +7,8 @@ 2.0 {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - Properties - 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/Methodical/switch/switch1.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj index d716b52..feb1a61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj index 510f24c..c7db610 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj index c07e7c3..4ed5de2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj index 411da4e..c386326 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj index 1b7dad8..c8254b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj index b461a3e..9246881 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj index 081e647..dceecad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj index 7dafe0c..8bee686 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj index 283a87c..4be2149 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj index 1657790..8089bc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj index ba1f09c..2dfff7a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj @@ -8,12 +8,8 @@ 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 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 37e25e2..e56fbde 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 @@ -8,12 +8,8 @@ 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 true 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 68dc292..60d81de 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 @@ -8,12 +8,8 @@ 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 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 2fa38e1..8161385 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 @@ -8,12 +8,8 @@ 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 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 93fb1ad..bd025f7 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 @@ -8,12 +8,8 @@ 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 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 99f3c29..c830bb1 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 @@ -8,12 +8,8 @@ 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 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 ee47aef..a18304d 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 @@ -8,12 +8,8 @@ 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 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 49e843a..c3609d5 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 @@ -8,12 +8,8 @@ 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 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 448a6c8..4fd6077 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 @@ -8,12 +8,8 @@ 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 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 4bda2ef..974b712 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 @@ -8,12 +8,8 @@ 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 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 a638fb9..6ff75f2 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 @@ -8,12 +8,8 @@ 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 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 5c72fbe..06f07ea 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 @@ -8,12 +8,8 @@ 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 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 bef9c90..07521bc 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 @@ -8,12 +8,8 @@ 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 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 7426687..5ac518d 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 @@ -8,12 +8,8 @@ 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 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 68752e1..ed404b2 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 @@ -8,12 +8,8 @@ 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 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 6a0fa96..cebf92c 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 @@ -8,12 +8,8 @@ 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 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 c066960..20d2ba7 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 @@ -8,12 +8,8 @@ 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 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 ff4491f..e62303b 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 @@ -8,12 +8,8 @@ 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 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 2c8e0ce..8660a32 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 @@ -8,12 +8,8 @@ 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 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 270146f..87aa066 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj @@ -8,12 +8,8 @@ 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 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 b614a2b..6a879d0 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 @@ -8,12 +8,8 @@ 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 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 0deb399..ab8b45c 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 @@ -8,12 +8,8 @@ 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 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 b2eb68d..dd95258 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj @@ -8,12 +8,8 @@ 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 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 8089811..fd62729 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 @@ -8,12 +8,8 @@ 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 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 b06472d..9a0920f 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 @@ -8,12 +8,8 @@ 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 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 e908eac..449bbae 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 @@ -8,12 +8,8 @@ 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 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 344caf6..6e495ab 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 @@ -8,12 +8,8 @@ 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 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 cbff151..6e031b6 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 @@ -8,12 +8,8 @@ 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 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 63b079f..8d1a25a 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 @@ -8,12 +8,8 @@ 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 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 adfd57c..de67198 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 @@ -8,12 +8,8 @@ 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 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 d5e6be8..d1afd9e 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 @@ -8,12 +8,8 @@ 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 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 1f515f9..b09a9b9 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 @@ -8,12 +8,8 @@ 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 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 b8f554a..5a47507 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 @@ -8,12 +8,8 @@ 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 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 6a3abcf..627f4a6 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 @@ -8,12 +8,8 @@ 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 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 2006f70..389ad8d 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 @@ -8,12 +8,8 @@ 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 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 2c0ef67..68cc492 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 @@ -8,12 +8,8 @@ 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 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 2f75e77..e8efe98 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 @@ -8,12 +8,8 @@ 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 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 7cbb1d4..b18424d 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 @@ -8,12 +8,8 @@ 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 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 18814ef..f03511d 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 @@ -8,12 +8,8 @@ 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 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 a939f42..9154d1f 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 @@ -8,12 +8,8 @@ 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 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 a42c045..83a7376 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 @@ -8,12 +8,8 @@ 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 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 359df47..85b7a31 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 @@ -8,12 +8,8 @@ 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 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 db6953d..ecb40fd 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 @@ -8,12 +8,8 @@ 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 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 75f0b30..4019541 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 @@ -8,12 +8,8 @@ 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 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 669981b..d1289b6 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 @@ -8,12 +8,8 @@ 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 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 ba56205..963ec7f 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 @@ -8,12 +8,8 @@ 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 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 57b685e..0c0fe81 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 @@ -8,12 +8,8 @@ 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 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 07e6591..16aba1b 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 @@ -8,12 +8,8 @@ 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 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 5339178..3c6c174 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 @@ -8,12 +8,8 @@ 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 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 302d282..6b8f42f 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 @@ -8,12 +8,8 @@ 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 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 0906f9a..1c43123 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 @@ -8,12 +8,8 @@ 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 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 bba8ae7..d2b9ea9 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 @@ -8,12 +8,8 @@ 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 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 a312ff6..292ea61 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 @@ -8,12 +8,8 @@ 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 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 6775c89..0f2d0a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj @@ -8,12 +8,8 @@ 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 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 f3fb4b3..0da477c 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 @@ -8,12 +8,8 @@ 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 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 93192bb..478a7e5 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 @@ -8,12 +8,8 @@ 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 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 d48d61e..2a7b1b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj @@ -8,12 +8,8 @@ 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 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 5e53f15..ef99721 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 @@ -8,12 +8,8 @@ 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 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 ee97ad7..3c74dfe 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 @@ -8,12 +8,8 @@ 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 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 e9b35f1..96aaaf0 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 @@ -8,12 +8,8 @@ 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 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 5b99287..d856714 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 @@ -8,12 +8,8 @@ 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 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 0c08acf..c8b7243 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 @@ -8,12 +8,8 @@ 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 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 799727f..59bc273 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 @@ -8,12 +8,8 @@ 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 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 1d14390..7c71c0e 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 @@ -8,12 +8,8 @@ 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 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 829d741..468998c 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 @@ -8,12 +8,8 @@ 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 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 1a7f361..3927908 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 @@ -8,12 +8,8 @@ 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 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 0ac8e1a..d06e2d7 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 @@ -8,12 +8,8 @@ 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 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 8fc71b9..4895f35 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 @@ -8,12 +8,8 @@ 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 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 8f6f897..3220271 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 @@ -8,12 +8,8 @@ 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 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 b55f589..226defd 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 @@ -8,12 +8,8 @@ 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 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 74ecf14..40f1d84 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj @@ -8,12 +8,8 @@ 2.0 {ECA6C872-18D0-4F24-9429-3E36709DF29F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bdcb6c5..b2f96e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj @@ -8,12 +8,8 @@ 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 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 f92efe2..b6b5338 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj @@ -8,12 +8,8 @@ 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 true 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 7d29d2a..1b68bc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj @@ -8,12 +8,8 @@ 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 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 b55132db..894778f 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 @@ -8,12 +8,8 @@ 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 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 3b1195e..9f2bf2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj @@ -8,12 +8,8 @@ 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 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 e3a2a66..9a3dc51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj @@ -8,12 +8,8 @@ 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 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 ce56caa..eb52fa8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj @@ -8,12 +8,8 @@ 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 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 f93fe66..d028d1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj @@ -8,12 +8,8 @@ 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 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 efaa041..fa56890 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj @@ -8,12 +8,8 @@ 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 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 9ed0c3e..4bdf686 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj @@ -8,12 +8,8 @@ 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 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 4c4d9fd..d5a7cd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj @@ -8,12 +8,8 @@ 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 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 c04b18f..9390a5f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj @@ -8,12 +8,8 @@ 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 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 074fc33..37d229f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj @@ -8,12 +8,8 @@ 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 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 7d45121..fcf7afe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj @@ -8,12 +8,8 @@ 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 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 a535c2a..075771d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj @@ -8,12 +8,8 @@ 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 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 9efdba8..4ce3d69 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj @@ -8,12 +8,8 @@ 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 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 af9d87f..d52ac77 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj @@ -8,12 +8,8 @@ 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 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 7090517..3a7f00d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj @@ -8,12 +8,8 @@ 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 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 39753b9..d708aa0 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 @@ -8,12 +8,8 @@ 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 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 33afb38..1fea999 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 @@ -8,12 +8,8 @@ 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 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 ae15677..23e13ba 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 @@ -8,12 +8,8 @@ 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 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 5e85906..e5a3349 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 @@ -8,12 +8,8 @@ 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 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 70693a4..097b509 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 @@ -8,12 +8,8 @@ 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 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 38cd4fa..e881981 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 @@ -8,12 +8,8 @@ 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 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 b965225..fdf99f1 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 @@ -8,12 +8,8 @@ 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 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 eba5142..2495384 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 @@ -8,12 +8,8 @@ 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 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 c79bdd5..9b35052 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 @@ -8,12 +8,8 @@ 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 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 d44b5f4..4a73b89 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 @@ -8,12 +8,8 @@ 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 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 daebc61..67d6910 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 @@ -8,12 +8,8 @@ 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 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 cb50122..0df7ef9 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 @@ -8,12 +8,8 @@ 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 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 1083d73..e6a85bd 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 @@ -8,12 +8,8 @@ 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 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 551b330..0ca4681 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 @@ -8,12 +8,8 @@ 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 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 05f61e0..98cf86e 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 @@ -8,12 +8,8 @@ 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 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 48dadae..ca46ae5 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 @@ -8,12 +8,8 @@ 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 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 885e46a..525e11e 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 @@ -8,12 +8,8 @@ 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 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 ae2e0da..e1e98ab 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 @@ -8,12 +8,8 @@ 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 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 b8e3242..d32c55a 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 @@ -8,12 +8,8 @@ 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 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 5fca0a5..3ba6f06 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 @@ -8,12 +8,8 @@ 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 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 ef76329..225d68e 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 @@ -8,12 +8,8 @@ 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 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 47e49e0..2d23f65 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 @@ -8,12 +8,8 @@ 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 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 16909db..ccf8d46 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 @@ -8,12 +8,8 @@ 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 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 578989a..a44b682 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 @@ -8,12 +8,8 @@ 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 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 c403bb7..649cc06 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 @@ -8,12 +8,8 @@ 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 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 acb8352..96d50e5 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 @@ -8,12 +8,8 @@ 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 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 19e5a99..83fc912 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 @@ -8,12 +8,8 @@ 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 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 747400b..3dacac1 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 @@ -8,12 +8,8 @@ 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 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 38c5b83..96d7365 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 @@ -8,12 +8,8 @@ 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 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 bb54c8c..8601da3 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 @@ -8,12 +8,8 @@ 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 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 b7cb361..0225a05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj @@ -8,13 +8,8 @@ 2.0 {7E21C292-9028-4A19-9BC4-31B8BAE3267C} Exe - Properties - 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/Methodical/xxobj/operand/_dbgunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj index d15f116..1da3cca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj @@ -8,12 +8,8 @@ 2.0 {F5550373-AC46-4BEA-B446-4C335FF6E5F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b50cdbcb..70a240f 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 @@ -8,12 +8,8 @@ 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 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 95c3116..df18f87 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 @@ -8,12 +8,8 @@ 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 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 479c086..745327a 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 @@ -8,12 +8,8 @@ 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 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 164282b..9f90fb2 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 @@ -8,12 +8,8 @@ 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 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 b1dcd93..b5a084e 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 @@ -8,12 +8,8 @@ 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 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 cd562c1..6afa409 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 @@ -8,12 +8,8 @@ 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 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 ba6b4c8..5026d02 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 @@ -8,12 +8,8 @@ 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 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 8eff766..c865b1f 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 @@ -8,12 +8,8 @@ 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 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 430f8dd..a934534 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 @@ -8,12 +8,8 @@ 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 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 e221dcc..1175fcf 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 @@ -8,12 +8,8 @@ 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 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 d5c9a2f..0240ada 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 @@ -8,12 +8,8 @@ 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 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 3389aee..0e02d29 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 @@ -8,12 +8,8 @@ 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 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 cc45ef0..faf18d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj @@ -8,13 +8,8 @@ 2.0 {CF1D5ED4-2614-4962-8934-2419D50E65A1} Exe - Properties - 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/Methodical/xxobj/operand/_relunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj index 4539470..6d6de46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj @@ -8,12 +8,8 @@ 2.0 {9BF89FA0-5D62-49B6-8F0B-3E9E3F9E6B56} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea6aeb3..82d5593 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 @@ -8,13 +8,8 @@ 2.0 {1C8140E3-52CD-4983-B625-ADFDD9250249} Exe - Properties - 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/Methodical/xxobj/operand/_speed_dbgunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj index 177cbfd..903dddc 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 @@ -8,12 +8,8 @@ 2.0 {DA709AE7-605E-4697-AF66-B20CBBD007DE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 76b196c..f7e7aaf 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 @@ -8,13 +8,8 @@ 2.0 {78376B7F-ECE7-43AE-9BEF-081567876638} Exe - Properties - 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/Methodical/xxobj/operand/_speed_relunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj index 18b8e06..d818a8a 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 @@ -8,12 +8,8 @@ 2.0 {847D698E-DCFD-4838-9249-63C2D1E755CF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d11f08f..8f35c4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj @@ -8,13 +8,8 @@ 2.0 {3BC10F3E-3ABC-4E95-AD1A-D76202055F5C} Exe - Properties - 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/Methodical/xxobj/sizeof/_dbgsizeof.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj index 6f5bd3c..b97c14b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj @@ -8,12 +8,8 @@ 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 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 24b1e75..bf98063 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj @@ -8,12 +8,8 @@ 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 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 3e68401..00ad25a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj @@ -8,12 +8,8 @@ 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 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 dd2356f..df34be2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9a4022a..48b6d9f 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a483936..0c509da 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6fceeea..7cddd43 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 d88f33e..00cbd4c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9df3e47..e1d3cbf 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 75d4a3f..7e33cbb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj @@ -8,12 +8,8 @@ 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 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 308bcea..843c119 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj @@ -8,12 +8,8 @@ 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 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 2dc2e2c..1e30970 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj @@ -8,12 +8,8 @@ 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 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 7592754..ecd1acf 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 @@ -8,12 +8,8 @@ 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 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 3c54ba1..4e14ea6 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 @@ -8,12 +8,8 @@ 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 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 a1f7232..ad2e3d2 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 @@ -8,12 +8,8 @@ 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 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 541aff3..fc6a196 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 @@ -8,12 +8,8 @@ 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 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 cb903a5..118f451 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 @@ -8,12 +8,8 @@ 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 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 ba0a7d2..7377613 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj index 54637aa..80afc66 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj index 2d0a610..174ee76 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj index 1b7997a..1594ae0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj index 3b8f194..70fdb06 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj index 7c3de4a..bd1b084 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj index 0aa3e57..10f39ef 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj index e8f558f..975bf96 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj index 7f03f0a..417f1c5 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj index db42124..6751cc2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj index 8bdba439..1ab94d4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj index de49f9d..09454d9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj index 015839e..1213cae 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj index 0060145..a6f11c0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj index 1992b8b..37fa54e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj index 5043d44..ca2c525 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj index adee66b..27e3773 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj index 12f9cc3..d7b09af 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj index e91b8fe..90d780e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj index 8fae7ec..e9f704c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj index 5f88ffc..02eaf52 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj index 546c42d..a4c3de5 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj index d1325c3..8f72e1c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj index 74fe5d7..ffadd54 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj index 80b39a0..2619b38 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj index 7d9a5df..cb1ed7b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj index 3ab2ab9..b368d85 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj index bd2a534..6d58dc4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj index 9b79c1b..776afa7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj index d4ba4bf..448892e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj index 563cec2..edbab60 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj index 7fe0340..ff30f8c 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj index de18496..270e550 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj index 49c6dd4..bcf7b40 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj index ad7714e..669a0ef 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj index 9935ae9..666ba47 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj index 900cd67..78573f8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj index 1db0871..5622ad7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj index 2fb56a7..63339c8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj index d6de3a3..5228f95 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj index c10bfc3..ea10a44 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj index 55afb25..f16d1d3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj index fe7bc38..caa2de7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj index baecbf3..9d253e2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj index e8cb68d..a234c09 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj index 257a1d8..3cbf952 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees3.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees3.csproj index 169e33d..a7c8f2da 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees3.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees3.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 true diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj index 81b5995..259d5e8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj index a59bffd..8d77905 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide.csproj index 94e1dfb..097a3a2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj index a64ffd3..f8c3785 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj index ca03d89..7396e3b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna.csproj index e77f257..6f334e9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regexdna/regexdna.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj index b44017b..69d39df 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/revcomp/revcomp.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj index 5a736fc..e12feab 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 959e68a..0f57308 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 78866ac..26a64c6 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 true 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 f7b6dea..af7ce3b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 cb33816..7ecdbab 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj @@ -7,12 +7,8 @@ 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 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 75f6176..34b42c3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 ee33fb8..2fc6cb0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 7e7a74e..773472d 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 @@ -7,13 +7,8 @@ 2.0 {C949CB07-60B2-420A-B3CA-59847ED4700B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - - .NETStandard,Version=v1.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 7aaa239..baea313 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 true 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 885aa5d..b622477 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 @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 5122219..0b1e5be 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 @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 53cfe42..d5c7255 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 @@ -7,10 +7,7 @@ 2.0 {9AE6E18D-B3F9-4216-9809-125824387175} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 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 e703290..917d749 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 SciMark 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 bbad38d..c08d1cd 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 3ecf2b3..0479852 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 4c210f1..7404828 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj @@ -9,12 +9,8 @@ 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 .NETStandard,Version=v1.4 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 916d73a..ec9e4e1 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 @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 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 a0bc992..f81039d 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 @@ -7,12 +7,8 @@ 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 .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj index d6af322..0489b0a 100644 --- a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj +++ b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj @@ -7,12 +7,8 @@ 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 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 b1b2e22..506de5d 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 @@ -8,12 +8,8 @@ 2.0 {2E7AFA2D-C20E-42E1-B4C8-9C8C30A09F47} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8f128ff..233c673 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 @@ -8,12 +8,8 @@ 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 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 0bc1f37..f4e3c98 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 @@ -8,12 +8,8 @@ 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 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 4717d62..512aca1 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 @@ -8,12 +8,8 @@ 2.0 {54DFD24C-F147-4825-9E8E-A0ABD4FCC762} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b19fcd6..2fd8a82 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 @@ -8,12 +8,8 @@ 2.0 {F524F545-6D93-4212-B51D-5D5F26897EFC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c8e8bb8..de445e4 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 @@ -8,12 +8,8 @@ 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 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 6ae03ca..ed25c59 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 @@ -8,12 +8,8 @@ 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 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 86b551a..53748ed 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 @@ -8,12 +8,8 @@ 2.0 {E83A9A3C-3336-44A7-A167-07983121C529} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bc99936..80b8040 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 @@ -8,12 +8,8 @@ 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 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 ed4644f..6c9e9e2 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 @@ -8,12 +8,8 @@ 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 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 56b76c4..2b612d1 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 @@ -8,12 +8,8 @@ 2.0 {B7E09C27-56AB-4A8B-8AA7-C66F7D09349C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 19ea18d..e96e26d 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 4741c2e..b820e23 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 @@ -8,12 +8,8 @@ 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 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 81ba902..dd5a3ca 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 @@ -8,12 +8,8 @@ 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 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 6b6275c..b4af547 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 @@ -8,12 +8,8 @@ 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 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 0e4fbf4..be06f87 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 @@ -8,12 +8,8 @@ 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 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 ca04c9d..75c01a4 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 @@ -8,12 +8,8 @@ 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 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 75ed2f8..7bbb8d9 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 @@ -8,12 +8,8 @@ 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 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 1cf6cb7..cc9c564 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 @@ -8,12 +8,8 @@ 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 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 d350ab3..a46d8ea 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 @@ -8,12 +8,8 @@ 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 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 987cc49..1a16a0c 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 @@ -8,12 +8,8 @@ 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 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 3b234d4..4eae36c 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 @@ -8,12 +8,8 @@ 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 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 ae035e5..e8ff6b1 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 @@ -8,12 +8,8 @@ 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 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 e2d0958..c3db4c8 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 @@ -8,12 +8,8 @@ 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 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 855cef3..a8e4095 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 @@ -8,12 +8,8 @@ 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 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 5211c35..dcf4d46 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 @@ -8,12 +8,8 @@ 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 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 340e372..f12e793 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 @@ -8,12 +8,8 @@ 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 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 0f2f5c7..e0c0d07 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 @@ -8,12 +8,8 @@ 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 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 d16afb0..a98e698 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 @@ -8,13 +8,9 @@ 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 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 02bae37..b0d1408 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 @@ -8,12 +8,8 @@ 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 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 2b925b8..9cbb49c 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 @@ -8,12 +8,8 @@ 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 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 c53b932..d6dd289 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 @@ -8,12 +8,8 @@ 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 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 006effa..9b2a9d1 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 @@ -8,13 +8,9 @@ 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 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 4282006..6273960 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 @@ -8,12 +8,8 @@ 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 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 ef4a732..352cda3 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 @@ -8,13 +8,9 @@ 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 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 0ba1614..3a15373 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 @@ -8,13 +8,9 @@ 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 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 62bfa74..dd37d61 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 @@ -8,12 +8,8 @@ 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 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 7d325a9..2c8f88f 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 @@ -8,12 +8,8 @@ 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 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 18de722..b7bbc9f 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 @@ -8,13 +8,9 @@ 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 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 4a7b3c1..4859a4c 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 @@ -8,12 +8,8 @@ 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 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 2c75b58..fb3f03b 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 @@ -8,12 +8,8 @@ 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 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 626486f..3a5dac9 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 @@ -8,12 +8,8 @@ 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 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 4fd7f38..5d023c7 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 @@ -8,12 +8,8 @@ 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 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 d4926bc..7e3f600 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 @@ -8,12 +8,8 @@ 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 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 e86e595..fac9ced 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 @@ -8,12 +8,8 @@ 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 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 a370dc0..98529ee 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 @@ -8,12 +8,8 @@ 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 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 6f1d6af..20985d1 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 @@ -8,12 +8,8 @@ 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 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 01d8441..e7741c6 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 @@ -8,12 +8,8 @@ 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 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 1a5a0ea..e1455a0 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 @@ -8,12 +8,8 @@ 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 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 678ef48..7081357 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 @@ -8,12 +8,8 @@ 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 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 9bb781d..5830fbb 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 @@ -8,12 +8,8 @@ 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 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 23326fe..1f12137 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 @@ -8,12 +8,8 @@ 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 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 583804d..68ac056 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 @@ -8,12 +8,8 @@ 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 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 5c044ba..23c2310 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 @@ -8,12 +8,8 @@ 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 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 9b5e264..623cf3c 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 @@ -8,12 +8,8 @@ 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 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 407c514..77f5d14 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 @@ -8,12 +8,8 @@ 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 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 0ceff56..f56df2e 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 @@ -8,12 +8,8 @@ 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 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 118e2b4..2808e67 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 @@ -8,12 +8,8 @@ 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 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 0e54a02..e2e1374 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 @@ -8,12 +8,8 @@ 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 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 b3b86c2..99264b6 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 @@ -8,13 +8,9 @@ 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 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 35de542..0fb20ba 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 @@ -8,12 +8,8 @@ 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 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 4d9cbe3..4491387 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 @@ -8,12 +8,8 @@ 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 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 33fe7dc..d07f5cf 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 @@ -8,12 +8,8 @@ 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 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 35e4e43..9602c2e 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 @@ -8,12 +8,8 @@ 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 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 98854ca..e58602d 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 @@ -8,12 +8,8 @@ 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 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 01a8aaf..e88b00a 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 @@ -8,12 +8,8 @@ 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 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 1baec0e..16e17fa 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 @@ -8,12 +8,8 @@ 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 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 e941227..e5fa688 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 @@ -8,12 +8,8 @@ 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 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 f54290e..54d3ba5 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 @@ -8,12 +8,8 @@ 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 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 6824329..59b47cd 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 @@ -8,13 +8,9 @@ 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 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 3882dfc..aaac886 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 @@ -8,12 +8,8 @@ 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 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 4165f75..f0ac478 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 @@ -8,12 +8,8 @@ 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 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 e6e562e..9eebdb1 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 @@ -8,12 +8,8 @@ 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 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 d66962c..7b00520 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 @@ -8,13 +8,9 @@ 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 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 2e786fa..dccffb4 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 @@ -8,12 +8,8 @@ 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 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 9df28a1..5d244f9 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 @@ -8,13 +8,9 @@ 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 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 a46070d..0057303 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 @@ -8,13 +8,9 @@ 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 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 5c1d1b5..600318c 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 @@ -8,12 +8,8 @@ 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 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 3642394..a2b8813 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 @@ -8,13 +8,9 @@ 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 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 96a8781..8858f37 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 @@ -8,12 +8,8 @@ 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 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 f659c28..345c9f8 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 @@ -8,12 +8,8 @@ 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 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 f685b9e..bcd9a51 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 @@ -8,12 +8,8 @@ 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 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 e4d282e..dc550ef 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 @@ -8,12 +8,8 @@ 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 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 8485757..26d34d8 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 @@ -8,12 +8,8 @@ 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 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 bbcef63..ad86a924 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 @@ -8,12 +8,8 @@ 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 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 300bf5c..897fb0b 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 @@ -8,12 +8,8 @@ 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 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 11e67ab..ff53fde 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 @@ -8,12 +8,8 @@ 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 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 9806dca..a5318cb 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 @@ -8,12 +8,8 @@ 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 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 f632a08..e978fb4 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 @@ -8,12 +8,8 @@ 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 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 72ec1e2..a25d74b 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 @@ -8,12 +8,8 @@ 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 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 2d30398..a96cc3d 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 @@ -8,12 +8,8 @@ 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 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 aa5de20..5cae47c 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 @@ -8,12 +8,8 @@ 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 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 211bd4a..f4bd49e 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 @@ -8,12 +8,8 @@ 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 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 63e31a4..94ea436 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 @@ -8,12 +8,8 @@ 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 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 3de7aec..a2181bc 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 @@ -8,12 +8,8 @@ 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 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 bb8737b..4065195 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 @@ -8,12 +8,8 @@ 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 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 3cc6269..e05411a 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 @@ -8,13 +8,9 @@ 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 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 0fd6fef..9a4b843 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 @@ -8,13 +8,9 @@ 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 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 2f92192..e461ce1 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 @@ -8,13 +8,9 @@ 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 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 6f2fd46..5f2837e 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 @@ -8,13 +8,9 @@ 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 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 8fcfd01..9a06145 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 @@ -8,12 +8,8 @@ 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 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 c63b9b0..cbed765 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 @@ -8,12 +8,8 @@ 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 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 3933c7d..a1a49e9 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 @@ -8,12 +8,8 @@ 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 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 b011afa..ece72c8 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 @@ -8,12 +8,8 @@ 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 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 f275b4a..c364c7c 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 @@ -8,12 +8,8 @@ 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 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 069b72f..ecb0aad 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 @@ -8,12 +8,8 @@ 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 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 3f12d0e..5ad4f09 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 @@ -8,12 +8,8 @@ 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 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 0809a7d..7becd75 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 @@ -8,13 +8,9 @@ 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 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 deeca63..9c1e64a 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 @@ -8,12 +8,8 @@ 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 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 8e86316..5b845fd 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 @@ -8,12 +8,8 @@ 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 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 927fa19..cfbd1d9 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 @@ -8,12 +8,8 @@ 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 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 fb60012..8010174 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 @@ -8,12 +8,8 @@ 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 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 06d117d..bdbdd6e 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 @@ -8,12 +8,8 @@ 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 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 0877c37..3bbd154 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 @@ -8,12 +8,8 @@ 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 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 fb002fa..ab4e3dd 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 @@ -8,12 +8,8 @@ 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 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 7b8c762..9c3020e 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 @@ -8,12 +8,8 @@ 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 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 620e30a..4042606 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 @@ -8,12 +8,8 @@ 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 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 33ca087..2d96830 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 @@ -8,12 +8,8 @@ 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 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 d2dd252..2495b4c 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 @@ -8,12 +8,8 @@ 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 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 1822d56..493f088 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 @@ -8,12 +8,8 @@ 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 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 dff52cf..1153685 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 @@ -8,12 +8,8 @@ 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 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 42ca394..8c8a653 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 @@ -8,12 +8,8 @@ 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 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 bfeec71..1a13cd2 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 @@ -8,13 +8,9 @@ 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 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 d49ad3b..c428b28 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 @@ -8,13 +8,9 @@ 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 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 0de7e25..a107848 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 @@ -8,13 +8,9 @@ 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 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 eab8256..7de4a28 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 @@ -8,12 +8,8 @@ 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 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 4d3d340..4ad33ae 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 @@ -8,13 +8,9 @@ 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 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 37a8c41..897c8f3 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 @@ -8,12 +8,8 @@ 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 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 31404ca..ccd2577 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 @@ -8,12 +8,8 @@ 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 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 ca34859..7334e8f 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 @@ -8,12 +8,8 @@ 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 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 cbbfd4c..66ef3d3 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 @@ -8,12 +8,8 @@ 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 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 8a02b27..ea42e85 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 @@ -8,12 +8,8 @@ 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 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 eb3e90f..054a140 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 @@ -8,12 +8,8 @@ 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 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 000e4dd..88cefc5 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 @@ -8,12 +8,8 @@ 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 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 3ae7758..10b5fe3 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 @@ -8,13 +8,9 @@ 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 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 87a4de8..61d72d1 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 @@ -8,13 +8,9 @@ 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 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 d424bb7..5d3da88 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 @@ -8,13 +8,9 @@ 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 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 b59d2cf..8295bd8 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 @@ -8,12 +8,8 @@ 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 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 b9dc72d..9332a7a 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 @@ -8,12 +8,8 @@ 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 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 9b9824a..77d6e0a 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 @@ -8,12 +8,8 @@ 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 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 5ca7de9..e0dfb7b 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 @@ -8,13 +8,9 @@ 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 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 9b08616..65bc64b 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 @@ -8,13 +8,9 @@ 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 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 c17e65c..cc7aa01 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 @@ -8,12 +8,8 @@ 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 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 668adc5..0811393 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 @@ -8,12 +8,8 @@ 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 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 2f877d3..ce139fb 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 @@ -8,12 +8,8 @@ 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 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 4f2c6d8..ff74de1 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 @@ -8,12 +8,8 @@ 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 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 79e660c..ac7adf1 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 @@ -8,12 +8,8 @@ 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 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 a4a5fb7..0ebea59 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 @@ -8,12 +8,8 @@ 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 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 3160296..7078852 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 @@ -8,13 +8,9 @@ 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 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 e1a55d6..8d2c27f1 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 @@ -8,13 +8,9 @@ 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 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 8838f77..2d38d8e 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 @@ -8,13 +8,9 @@ 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 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 32154b0..d9adb46 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 @@ -8,12 +8,8 @@ 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 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 f9c663b..3804656 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 @@ -8,12 +8,8 @@ 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 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 d3d820b..f7d8ffb 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 @@ -8,12 +8,8 @@ 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 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 3aee754..6f95afd 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 @@ -8,12 +8,8 @@ 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 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 845751b..0da72ac 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 @@ -8,12 +8,8 @@ 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 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 335ac27..8680694 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 @@ -8,12 +8,8 @@ 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 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 a74c956..93d4e37 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 @@ -8,12 +8,8 @@ 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 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 6e523fe..553b59b 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 @@ -8,12 +8,8 @@ 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 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 89e167fc5..272873c 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 @@ -8,13 +8,9 @@ 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 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 428f3dd..8fd27d2 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 @@ -8,13 +8,9 @@ 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 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 f66d9d4..0227444 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 @@ -8,13 +8,9 @@ 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 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 1a433ca..9b21969 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 @@ -8,12 +8,8 @@ 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 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 6494c87..5f4d260 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 @@ -8,12 +8,8 @@ 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 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 5de8748..010d2b3 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 @@ -8,12 +8,8 @@ 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 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 e8d991f..1a28d97 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 @@ -8,12 +8,8 @@ 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 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 5d1a829..17d5813 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 @@ -8,12 +8,8 @@ 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 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 7cca312..0e658fc 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 @@ -8,12 +8,8 @@ 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 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 1fce07d..03e8859 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 @@ -8,12 +8,8 @@ 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 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 4ba7dbf..70d93c7 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 @@ -8,12 +8,8 @@ 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 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 724a340..36fdbf7 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 @@ -8,12 +8,8 @@ 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 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 f875e7f..b577011 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 @@ -8,12 +8,8 @@ 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 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 79f37c3..11d0669 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 @@ -8,12 +8,8 @@ 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 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 d77b4fb..c4df80e 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 @@ -8,12 +8,8 @@ 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 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 c1e0062..cd1b761 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 @@ -8,12 +8,8 @@ 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 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 77025de..75b0183 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 @@ -8,12 +8,8 @@ 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 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 8a4ac7e..1bddcdf 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 @@ -8,13 +8,9 @@ 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 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 7be9b42..c87ceac 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 @@ -8,13 +8,9 @@ 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 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 a482752..9aec306 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 @@ -8,13 +8,9 @@ 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 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 90c1ddc..312beac 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 @@ -8,13 +8,9 @@ 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 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 e697546..0315f7a 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 @@ -8,13 +8,9 @@ 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 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 07e278c..ce3ca6e 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 @@ -8,12 +8,8 @@ 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 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 cf18627..5d8bad0 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 @@ -8,13 +8,9 @@ 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 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 769c7a2..56ed628 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 @@ -8,13 +8,9 @@ 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 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 692a21f..929403e 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 @@ -8,12 +8,8 @@ 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 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 74d8a47..6958889 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 @@ -8,12 +8,8 @@ 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 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 1a30aa9..a8ecd7d 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 @@ -8,12 +8,8 @@ 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 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 e26ba16..a0b5beb 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 @@ -8,13 +8,9 @@ 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 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 189c61c..4637dfa 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 @@ -8,13 +8,9 @@ 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 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 1db9339..eac61f8 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 @@ -8,12 +8,8 @@ 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 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 25aac32..2f7359b 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 @@ -8,12 +8,8 @@ 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 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 c027176..85ca006 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 @@ -8,13 +8,9 @@ 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 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 218935f..b86b9a2 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 @@ -8,13 +8,9 @@ 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 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 41015b1..37cf02b 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 @@ -8,12 +8,8 @@ 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 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 535a8a7..85f9f29 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 @@ -8,13 +8,9 @@ 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 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 4343f71..7126816 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 @@ -8,12 +8,8 @@ 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 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 4f4d181..21d5dd7 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 @@ -8,13 +8,9 @@ 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 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 1f908aa..286c79e 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 @@ -8,13 +8,9 @@ 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 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 9f04beb..a534e59 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 @@ -8,12 +8,8 @@ 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 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 b3dc684..b0f0a53 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 @@ -8,13 +8,9 @@ 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 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 5bf48dd..3f5a9f7 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 @@ -8,13 +8,9 @@ 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 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 2c64f90..4bde14e 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 @@ -8,12 +8,8 @@ 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 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 788db4c..1053492 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 @@ -8,13 +8,9 @@ 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 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 ae11b8b..2495dec 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 @@ -8,13 +8,9 @@ 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 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 34d0bec..0a824b9 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 @@ -8,13 +8,9 @@ 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 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 504452f..e9c0449 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 @@ -8,13 +8,9 @@ 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 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 f206a1c..358325d 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 @@ -8,13 +8,9 @@ 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 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 f19472e..3e40daf 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 @@ -8,12 +8,8 @@ 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 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 3d171f1..ec3e762 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 @@ -8,13 +8,9 @@ 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 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 c84ab58..cead30a 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 @@ -8,13 +8,9 @@ 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 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 58f3be9..615723c 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 @@ -8,13 +8,9 @@ 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 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 4c3ca9f..5b5b768 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 @@ -8,13 +8,9 @@ 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 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 89af5b4..a171ea1 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 @@ -8,12 +8,8 @@ 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 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 fde695e..8e9dafe 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 @@ -8,13 +8,9 @@ 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 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 668db47..87938d8 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 @@ -8,12 +8,8 @@ 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 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 bd25c0a..a85e60d 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 @@ -8,13 +8,9 @@ 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 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 a1a19b5..66ff000 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 @@ -8,13 +8,9 @@ 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 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 56ceb5b..35272b9 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 @@ -8,13 +8,9 @@ 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 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 28dd65b..811d2c7 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 @@ -8,13 +8,9 @@ 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 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 6f16189..3700157 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 @@ -8,13 +8,9 @@ 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 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 0c41cb3..aecb672 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 @@ -8,13 +8,9 @@ 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 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 4f0ae07..625bd93 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 @@ -8,12 +8,8 @@ 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 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 3fcdbf2..19d154e 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 @@ -8,12 +8,8 @@ 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 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 070520e..6879199 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 @@ -8,13 +8,9 @@ 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 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 6f93cc6..f4c5c48 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 @@ -8,12 +8,8 @@ 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 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 f3c2369..ddefc55 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 @@ -8,13 +8,9 @@ 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 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 9e72401..40cc5e6 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 @@ -8,12 +8,8 @@ 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 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 d14cffd..c63ead1 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 @@ -8,13 +8,9 @@ 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 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 a52a509..c6216e6 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 @@ -8,12 +8,8 @@ 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 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 765aa14..6e64ff8 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 @@ -8,12 +8,8 @@ 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 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 9e0fa31..5ded364 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 @@ -8,12 +8,8 @@ 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 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 a815feb..435eec6 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 @@ -8,12 +8,8 @@ 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 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 5f7379f..02a2377 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 @@ -8,12 +8,8 @@ 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 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 986c126..0c8859b 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 @@ -8,12 +8,8 @@ 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 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 ebb0515..a009a89 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 @@ -8,12 +8,8 @@ 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 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 692d6de..ae1b2e7 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 @@ -8,12 +8,8 @@ 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 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 2c92f13..f3ad101 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 @@ -8,12 +8,8 @@ 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 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 00263f1..7e7f7b7 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 @@ -8,12 +8,8 @@ 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 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 8c330d9..317d745 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 @@ -8,12 +8,8 @@ 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 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 bd11971..1807516 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 @@ -8,12 +8,8 @@ 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 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 a6d76bd..bd890ad 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 @@ -8,12 +8,8 @@ 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 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 a29ec43..47c6036 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 @@ -8,12 +8,8 @@ 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 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 3517512..3e1cd05 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 @@ -8,12 +8,8 @@ 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 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 57a8acf..1b9e694 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 @@ -8,12 +8,8 @@ 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 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 04540a1..aabe3ab 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 @@ -8,13 +8,9 @@ 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 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 1871d22..b861147 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 @@ -8,12 +8,8 @@ 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 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 f5e987f..c7d1f90 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 @@ -8,12 +8,8 @@ 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 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 4ecf777..667961f 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 @@ -8,12 +8,8 @@ 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 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 da0a7a0..5b6cfea 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 @@ -8,12 +8,8 @@ 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 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 08d0a4b..183a9bd 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 @@ -8,12 +8,8 @@ 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 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 1fd81c1..5f02121 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 @@ -8,12 +8,8 @@ 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 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 e171f31..e52986d 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 @@ -8,12 +8,8 @@ 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 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 9adc6a5..9d398e3 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 @@ -8,12 +8,8 @@ 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 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 8fe2a24..9a189bd 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 @@ -8,12 +8,8 @@ 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 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 cbc94a7..7ce2bc3 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 @@ -8,12 +8,8 @@ 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 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 6d40d2d..64436a7 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 @@ -8,12 +8,8 @@ 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 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 faf123e..37521dd 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 @@ -8,12 +8,8 @@ 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 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 062f233..d8b242a 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 @@ -8,12 +8,8 @@ 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 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 60fa19a..43ec61e 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 @@ -8,13 +8,9 @@ 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 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 56e80b4..4fdebef 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 @@ -8,12 +8,8 @@ 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 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 df7462f..a2bc52b 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 @@ -8,13 +8,9 @@ 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 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 43ce618..059e2b2 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 @@ -8,12 +8,8 @@ 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 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 7bc9b70..f9a2719 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 @@ -8,12 +8,8 @@ 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 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 ed01811..f6b69fd 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 @@ -8,12 +8,8 @@ 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 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 fe874a7..fa99051 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 @@ -8,12 +8,8 @@ 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 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 aa11a31..ad7c7b4 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 @@ -8,13 +8,9 @@ 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 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 8850ab9..25ce27f 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 @@ -8,13 +8,9 @@ 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 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 c169a44..a08ba02 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 @@ -8,12 +8,8 @@ 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 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 b7b352e..95eb8f0 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 @@ -8,12 +8,8 @@ 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 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 94fb3d8..89304c3 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 @@ -8,12 +8,8 @@ 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 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 676bc6c..2db3337 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 @@ -8,12 +8,8 @@ 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 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 62d45a2..0da0e3c 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 @@ -8,12 +8,8 @@ 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 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 f498d9c..a89cfce 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 @@ -8,12 +8,8 @@ 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 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 7ba3114..35c7c51 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 @@ -8,12 +8,8 @@ 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 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 a808f56..6159c3d 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 @@ -8,12 +8,8 @@ 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 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 682f911..7874906 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 @@ -8,12 +8,8 @@ 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 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 4db827a..3ee8d8a 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 @@ -8,13 +8,9 @@ 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 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 4645e5b..755d0f4 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 @@ -8,13 +8,9 @@ 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 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 4056bff..85c1dc1 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 @@ -8,12 +8,8 @@ 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 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 2b5a2de..863b7a9 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 @@ -8,12 +8,8 @@ 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 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 19547d9..c499c20 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 @@ -8,13 +8,9 @@ 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 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 831f87a..82cb325 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 @@ -8,13 +8,9 @@ 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 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 36f5a36..5851b75 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 @@ -8,13 +8,9 @@ 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 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 57f2e25..8e38af7 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 @@ -8,13 +8,9 @@ 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 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 4b5e013..38b8c94 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 @@ -8,12 +8,8 @@ 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 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 2e09949..d0a43f5 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 @@ -8,12 +8,8 @@ 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 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 971567b..b6916c5 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 @@ -8,13 +8,9 @@ 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 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 ced7dfb..ffebd29 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 @@ -8,13 +8,9 @@ 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 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 8a48a61..af14c2c 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 @@ -8,12 +8,8 @@ 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 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 f9aac23..9e8ca3d 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 @@ -8,12 +8,8 @@ 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 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 38dd935..e484813 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 @@ -8,12 +8,8 @@ 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 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 0c54b89..6c255f3 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 @@ -8,12 +8,8 @@ 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 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 1471607..a2cf3f9 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 @@ -8,12 +8,8 @@ 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 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 04e7921..ccddefb 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 @@ -8,13 +8,9 @@ 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 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 385f058..a4eda97 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 @@ -8,12 +8,8 @@ 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 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 1e709ec..88a7813 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 @@ -8,12 +8,8 @@ 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 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 ad68b7a..ea1be30 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 @@ -8,13 +8,9 @@ 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 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 8c666c7..924a1fe 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 @@ -8,13 +8,9 @@ 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 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 50a64db..7603750 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 @@ -8,13 +8,9 @@ 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 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 9f00e71..93a0a3d 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 @@ -8,13 +8,9 @@ 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 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 7b57ec5..b769cfb 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 @@ -8,13 +8,9 @@ 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 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 fea8737..dff7190 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 @@ -8,13 +8,9 @@ 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 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 cf44691..b14cde9 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 @@ -8,13 +8,9 @@ 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 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 89c5aab..e03a337 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 @@ -8,13 +8,9 @@ 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 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 282a6eb..5e3ec6e 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 @@ -8,13 +8,9 @@ 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 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 1d256c8..3f83d5b 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 @@ -8,13 +8,9 @@ 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 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 2b2a765..c08a28b 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 @@ -8,13 +8,9 @@ 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 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 80fee59..29743f9 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 @@ -8,13 +8,9 @@ 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 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 2d7f115..8991139 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 @@ -8,13 +8,9 @@ 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 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 81ae8fc..d955d2b 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 @@ -8,12 +8,8 @@ 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 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 6ebb877..5588a3f 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 @@ -8,12 +8,8 @@ 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 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 a0b453b..7dd5fd1 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 @@ -8,12 +8,8 @@ 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 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 e490092..4cc4ee6 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 @@ -8,12 +8,8 @@ 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 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 6e8dd04..4944e63 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 @@ -8,12 +8,8 @@ 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 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 4f58463..f58274e 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 @@ -8,13 +8,9 @@ 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 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 62e4c33..5002789 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 @@ -8,13 +8,9 @@ 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 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 22dd879..d5914b9 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 @@ -8,12 +8,8 @@ 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 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 b49924b..1c24246 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 @@ -8,12 +8,8 @@ 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 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 e2c19f9..f322976 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 @@ -8,13 +8,9 @@ 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 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 fa4fa65..3687c87 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 @@ -8,13 +8,9 @@ 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 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 ca46d5f..1174bfb 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 @@ -8,12 +8,8 @@ 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 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 8f92cff..40c27f4 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 @@ -8,12 +8,8 @@ 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 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 8ca2514..fb523b7 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 @@ -8,12 +8,8 @@ 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 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 cb008e0..b32e232 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 @@ -8,12 +8,8 @@ 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 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 c9abb1d..6345069 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 @@ -8,13 +8,9 @@ 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 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 2e8dab0..cba64d2 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 @@ -8,13 +8,9 @@ 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 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 4e100bf..dce557c 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 @@ -8,12 +8,8 @@ 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 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 cd09386..4ec291b 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 @@ -8,12 +8,8 @@ 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 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 42fd888..bd63407 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 @@ -8,12 +8,8 @@ 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 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 f4a479e..b9cc184 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 @@ -8,13 +8,9 @@ 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 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 d6206a5..6e1dc4e 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 @@ -8,12 +8,8 @@ 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 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 3499754..6acde76 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 @@ -8,12 +8,8 @@ 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 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 1c081d3..353a6fe 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 @@ -8,12 +8,8 @@ 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 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 c5a5cf5..837c01e 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 @@ -8,12 +8,8 @@ 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 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 64eb72f..ca09cf6 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 @@ -8,13 +8,9 @@ 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 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 50f4972..11a2c57 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 @@ -8,12 +8,8 @@ 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 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 ca68b39..1b46488 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 @@ -8,12 +8,8 @@ 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 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 74923ee..f383394 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 @@ -8,13 +8,9 @@ 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 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 0158a16..4d22147 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 @@ -8,13 +8,9 @@ 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 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 73cbf4e..aaeebfd 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 @@ -8,13 +8,9 @@ 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 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 182aebd..851eeb3 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 @@ -8,13 +8,9 @@ 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 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 48a8887..fd01c7e 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 @@ -8,13 +8,9 @@ 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 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 94a3778..a2ed1d9 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 @@ -8,12 +8,8 @@ 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 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 69897e6..05fa9a2 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 @@ -8,13 +8,9 @@ 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 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 29c368c..1a05721 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 @@ -8,12 +8,8 @@ 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 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 463965e..3ca7de8 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 @@ -8,13 +8,9 @@ 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 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 473884e..a748c1e 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 @@ -8,13 +8,9 @@ 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 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 3828349..ec4606c 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 @@ -8,12 +8,8 @@ 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 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 abb5b97..c5f3b67 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 @@ -8,12 +8,8 @@ 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 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 cd7431a..ecdb684 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 @@ -8,13 +8,9 @@ 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 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 9c59ca5..880afb8 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 @@ -8,13 +8,9 @@ 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 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 77b3c3b..35ba797 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 @@ -8,13 +8,9 @@ 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 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 ef719bb..95abd7f 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 @@ -8,12 +8,8 @@ 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 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 eee3149..fa69dc1 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 @@ -8,12 +8,8 @@ 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 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 db00500..afca0dc 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 @@ -8,12 +8,8 @@ 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 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 5aee5c9..faa6494 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 @@ -8,12 +8,8 @@ 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 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 c30c32d..94baa65 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 @@ -8,12 +8,8 @@ 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 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 53c503f..5f81bd4 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 @@ -8,12 +8,8 @@ 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 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 e6b98d3..80482cc 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 @@ -8,12 +8,8 @@ 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 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 d5e7b7c..110bb42 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 @@ -8,13 +8,9 @@ 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 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 a4b60d6..685b14e 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 @@ -8,12 +8,8 @@ 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 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 618ee4b..2fe7a181 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 @@ -8,12 +8,8 @@ 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 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 7c6b982..b343899 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 @@ -8,13 +8,9 @@ 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 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 3a6d15c..0ddf038 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 @@ -8,13 +8,9 @@ 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 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 040bb1f..a474663 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 @@ -8,12 +8,8 @@ 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 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 2526ba2..72cafdc 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 @@ -8,12 +8,8 @@ 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 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 3ff2141..f297d89 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 @@ -8,12 +8,8 @@ 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 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 6977080..53d9bf5 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 @@ -8,13 +8,9 @@ 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 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 db026a2..83870a4 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 @@ -8,12 +8,8 @@ 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 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 f581e3f..662b0c8 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 @@ -8,12 +8,8 @@ 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 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 b30f525..91f9afa 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 @@ -8,13 +8,9 @@ 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 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 ab9cb7b..9df58a7 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 @@ -8,13 +8,9 @@ 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 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 fada051..464c3fa 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 @@ -8,12 +8,8 @@ 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 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 7f6a6ec..6f723aa 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 @@ -8,12 +8,8 @@ 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 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 cd5e528..d9ee1a8 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 @@ -8,12 +8,8 @@ 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 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 a1d116d..b7d4eb4 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 @@ -8,12 +8,8 @@ 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 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 9bc5b6b..ea53100 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 @@ -8,12 +8,8 @@ 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 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 ced391a..7462c3f 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 @@ -8,12 +8,8 @@ 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 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 d266f508..d12c5e5 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 @@ -8,12 +8,8 @@ 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 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 f055010..1bf30a3 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 @@ -8,12 +8,8 @@ 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 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 3b468e7..33d9b48 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 @@ -8,12 +8,8 @@ 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 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 911822b..1f35970 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 @@ -8,13 +8,9 @@ 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 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 28dd1c6..fe681f9 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 @@ -8,13 +8,9 @@ 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 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 b922fef..33c0d44 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 @@ -8,13 +8,9 @@ 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 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 3a766f0..946d8c7 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 @@ -8,12 +8,8 @@ 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 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 85ba6e7f..089eb28 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 @@ -8,13 +8,9 @@ 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 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 6810d3f..43a58c1 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 @@ -8,13 +8,9 @@ 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 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 7f4679e..c5237a4 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 @@ -8,12 +8,8 @@ 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 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 44783fc..474141f 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 @@ -8,12 +8,8 @@ 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 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 1267f8d..5dde54d 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 @@ -8,12 +8,8 @@ 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 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 975b8d5..215080e 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 @@ -8,12 +8,8 @@ 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 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 a5c202d..4820575 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 @@ -8,13 +8,9 @@ 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 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 99d043b..45cc8b7 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 @@ -8,12 +8,8 @@ 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 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 d01ca80..92e2a78 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 @@ -8,12 +8,8 @@ 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 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 a4316be..085bf01 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 @@ -8,12 +8,8 @@ 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 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 6cc7a25..30af302 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 @@ -8,12 +8,8 @@ 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 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 521e060..5e6e28e 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 @@ -8,13 +8,9 @@ 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 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 5f552c1..5bedc1f 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 @@ -8,13 +8,9 @@ 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 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 2d38afa..9ab6110 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 @@ -8,13 +8,9 @@ 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 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 affdd69..ebcfdc5 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 @@ -8,13 +8,9 @@ 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 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 4ab128e..bb6e857 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 @@ -8,12 +8,8 @@ 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 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 a01342a..fec20a4 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 @@ -8,12 +8,8 @@ 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 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 10f53b6..4816ec2 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 @@ -8,13 +8,9 @@ 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 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 25f4b11..6f7ec24 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 @@ -8,12 +8,8 @@ 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 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 7836f4c..5d2581a 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 @@ -8,12 +8,8 @@ 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 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 71120be..c200ecc 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 @@ -8,12 +8,8 @@ 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 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 c751e8d..1b88bcf 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 @@ -8,12 +8,8 @@ 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 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 d0723e5..ff9e2b8 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 @@ -8,12 +8,8 @@ 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 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 255b4c8..2952926 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 @@ -8,13 +8,9 @@ 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 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 b5c5a63..5887e68 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 @@ -8,12 +8,8 @@ 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 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 bd7610b..88d9930 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 @@ -8,12 +8,8 @@ 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 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 4f5460b..8327461 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 @@ -8,12 +8,8 @@ 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 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 6e04baa..b399d7f 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 @@ -8,12 +8,8 @@ 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 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 9997563..6ee816a 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 @@ -8,13 +8,9 @@ 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 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 233fc53..7ee0c71 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 @@ -8,13 +8,9 @@ 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 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 232114a..5e0669e 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 @@ -8,13 +8,9 @@ 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 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 73be584..450186d 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 @@ -8,13 +8,9 @@ 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 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 ac4d298..a24f814 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 @@ -8,13 +8,9 @@ 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 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 6fb3aab..29b08fc 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 @@ -8,13 +8,9 @@ 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 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 5d152aa..01b33f4 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 @@ -8,12 +8,8 @@ 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 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 b36f8fd..71f9574 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 @@ -8,13 +8,9 @@ 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 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 576e295..fd82a1a 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 @@ -8,13 +8,9 @@ 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 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 c479a80..8d03e54 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 @@ -8,12 +8,8 @@ 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 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 f4b6dfa7..e77ba49 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 @@ -8,13 +8,9 @@ 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 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 3583c86..e60fdb2 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 @@ -8,12 +8,8 @@ 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 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 3a08f27..960c7f0 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 @@ -8,12 +8,8 @@ 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 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 323672d..ff30153 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 @@ -8,12 +8,8 @@ 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 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 3890e39..72e8da0 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 @@ -8,12 +8,8 @@ 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 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 412611b..6369242 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 @@ -8,12 +8,8 @@ 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 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 47b46bd..a6029b1 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 @@ -8,12 +8,8 @@ 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 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 58ef2bc..8d34b89 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 @@ -8,13 +8,9 @@ 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 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 659bc54..599b009 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 @@ -8,12 +8,8 @@ 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 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 0a8061e..adc8e42 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 @@ -8,12 +8,8 @@ 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 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 69043b1..b947de3 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 @@ -8,12 +8,8 @@ 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 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 a2a48cd..74b89d7 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 @@ -8,12 +8,8 @@ 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 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 a679aae..d11f9ba 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 @@ -8,12 +8,8 @@ 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 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 4db0ce4..5876041 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 @@ -8,12 +8,8 @@ 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 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 5d90829..2d35efc 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 @@ -8,12 +8,8 @@ 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 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 76ec669..1c0ae4e 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 @@ -8,13 +8,9 @@ 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 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 476165b..986dcbf 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 @@ -8,13 +8,9 @@ 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 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 0e4a474..46abab1 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 @@ -8,13 +8,9 @@ 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 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 57f3e7e..77d5bd0 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 @@ -8,12 +8,8 @@ 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 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 afceacb..1f76cfa 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 @@ -8,12 +8,8 @@ 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 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 7126d52..a01b82b 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 @@ -8,13 +8,9 @@ 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 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 86b4ef7..3efd2ae 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 @@ -8,13 +8,9 @@ 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 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 aaf2073..a74e219 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 @@ -8,12 +8,8 @@ 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 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 5e1e9e5..852681a 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 @@ -8,12 +8,8 @@ 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 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 d18e279..44e75bf 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 @@ -8,12 +8,8 @@ 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 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 abdb6fb..1e89783 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 @@ -8,12 +8,8 @@ 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 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 d329d85..7f66ed3 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 @@ -8,12 +8,8 @@ 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 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 2c5a442..8fb4168 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 @@ -8,12 +8,8 @@ 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 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 6886783..999c196 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 @@ -8,12 +8,8 @@ 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 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 bd18ea8..4ec32cd 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 @@ -8,12 +8,8 @@ 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 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 141e077..b1706a4 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 @@ -8,12 +8,8 @@ 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 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 08c7dd7..784ceb9 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 @@ -8,12 +8,8 @@ 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 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 e75147a..f960f34 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 @@ -8,12 +8,8 @@ 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 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 b547cd7..3220e77 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 @@ -8,12 +8,8 @@ 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 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 8f144ed..068bbad 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 @@ -8,12 +8,8 @@ 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 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 cbb46d7..a05722a 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 @@ -8,12 +8,8 @@ 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 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 bf57298..9dcde0e 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 @@ -8,12 +8,8 @@ 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 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 b9aafa9..381351f 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 @@ -8,12 +8,8 @@ 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 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 5147da4..3c3b009 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 @@ -8,12 +8,8 @@ 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 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 ce7fa5f..0fd99d5 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 @@ -8,12 +8,8 @@ 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 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 4286fea..5087fc7 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 @@ -8,12 +8,8 @@ 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 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 c55af90..f54ec92 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 @@ -8,12 +8,8 @@ 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 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 f99a476..a18e9a1 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 @@ -8,12 +8,8 @@ 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 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 599879f..e128280 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 @@ -8,12 +8,8 @@ 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 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 87d6ed2..2316ae9 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 @@ -8,12 +8,8 @@ 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 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 b662a61..a4c7ccf 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 @@ -8,12 +8,8 @@ 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 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 49cef9b..1fdc790 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 @@ -8,12 +8,8 @@ 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 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 c0ad447..25f37aa 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 @@ -8,12 +8,8 @@ 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 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 1225ef9..f374699 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 @@ -8,12 +8,8 @@ 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 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 4ca5867..13a440f 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 @@ -8,12 +8,8 @@ 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 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 3486804..5435175 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 @@ -8,12 +8,8 @@ 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 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 07eab1c..dc4e7f9 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 @@ -8,12 +8,8 @@ 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 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 85b0265..8978a83 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 @@ -8,12 +8,8 @@ 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 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 a6f48f1..5f32530 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 @@ -8,12 +8,8 @@ 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 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 6a77e20..7862133 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 @@ -8,13 +8,9 @@ 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 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 8444f14..52ac3bb 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 @@ -8,12 +8,8 @@ 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 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 976968b..81a5f3a 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 @@ -8,13 +8,9 @@ 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 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 cee628a..ed24088 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 @@ -8,12 +8,8 @@ 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 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 8f92cff..40c27f4 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 @@ -8,12 +8,8 @@ 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 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 098f4f2..def5dc7 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 @@ -8,13 +8,9 @@ 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 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 ac74fa9..8f80a5b 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 @@ -8,12 +8,8 @@ 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 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 28b6b51..b5c72e3 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 @@ -8,12 +8,8 @@ 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 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 b59ceee..04e3cfe 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 @@ -8,12 +8,8 @@ 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 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 ef7125e..a5595b5 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 @@ -8,12 +8,8 @@ 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 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 fe27fdb..ad03e1e 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 @@ -8,12 +8,8 @@ 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 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 096586d1..4287c08 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 @@ -8,13 +8,9 @@ 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 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 e14aa5e..d6bdfdc 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 @@ -8,13 +8,9 @@ 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 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 336c376..88078b6 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 @@ -8,12 +8,8 @@ 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 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 13c8f8f..6842843 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 @@ -8,12 +8,8 @@ 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 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 edef694..ee26ea8 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 @@ -8,12 +8,8 @@ 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 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 57ac6db..6ec77eb 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 @@ -8,12 +8,8 @@ 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 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 2ddd5e3..90210dd 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 @@ -8,13 +8,9 @@ 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 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 5080275..a53c395 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 @@ -8,12 +8,8 @@ 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 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 a6276e8..1a9722d 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 @@ -8,12 +8,8 @@ 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 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 7af77b5..34e8f36 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 @@ -8,12 +8,8 @@ 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 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 77a4425..d24bff5 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 @@ -8,13 +8,9 @@ 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 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 af40383..f9f75c3 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 @@ -8,13 +8,9 @@ 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 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 03e221e..37e768c 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 @@ -8,13 +8,9 @@ 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 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 c7b5a2b..f103bac 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 @@ -8,13 +8,9 @@ 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 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 7d566a2..28c3df2 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 @@ -8,13 +8,9 @@ 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 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 5b65032..83c48ed 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 @@ -8,13 +8,9 @@ 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 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 b7e4733..0e07ee5 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 @@ -8,12 +8,8 @@ 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 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 257068d..9875684 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 @@ -8,13 +8,9 @@ 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 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 94f92ce..a3e365d 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 @@ -8,13 +8,9 @@ 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 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 563cd94..fee89f0 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 @@ -8,12 +8,8 @@ 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 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 974430e..b23d96a 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 @@ -8,13 +8,9 @@ 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 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 e97a937..3ca6ffb 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 @@ -8,12 +8,8 @@ 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 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 6f1f087..46b4b8e 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 @@ -8,13 +8,8 @@ 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 - true 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 edad243..f1d6ea0 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 @@ -8,13 +8,9 @@ 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 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 7ec1d77..e7edb6c 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 @@ -8,12 +8,8 @@ 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 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 d833dc4..e6b6612 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 @@ -8,12 +8,8 @@ 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 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 edae354..6059afb 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 @@ -8,13 +8,9 @@ 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 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 1df2bc5..e99a483 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 @@ -8,13 +8,9 @@ 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 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 00d9704..fb24d78 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 @@ -8,13 +8,8 @@ 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 - true 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 0b65ff5..2358d49 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 @@ -8,13 +8,8 @@ 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 - true 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 5f5169e..42b0d5e 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 @@ -8,13 +8,9 @@ 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 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 257c4d1..f024907 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 @@ -8,13 +8,9 @@ 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 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 3ce46dc..be10bd8 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 @@ -8,13 +8,9 @@ 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 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 d0a9f19..afb664c 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 @@ -8,13 +8,9 @@ 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 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 2e8c139..26cd0e8 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 @@ -8,13 +8,8 @@ 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 - true 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 4cb00ec..3c046ea 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 @@ -8,13 +8,8 @@ 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 - true 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 cd6c25a..9acb191 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 @@ -8,13 +8,8 @@ 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 - true 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 0664587..c8d7205 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 @@ -8,12 +8,8 @@ 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 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 3d7cc9a..841abbe 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 @@ -8,12 +8,8 @@ 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 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 c830fee..651bc0a 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 @@ -8,12 +8,8 @@ 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 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 728f607..7aa4955 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 @@ -8,12 +8,8 @@ 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 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 cecc36a..fc777c2 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 @@ -8,12 +8,8 @@ 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 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 3f87aac..dee3a3e 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 @@ -8,12 +8,8 @@ 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 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 068ca80..c868643 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 @@ -8,12 +8,8 @@ 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 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 ab89e12..972b38a 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 @@ -8,12 +8,8 @@ 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 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 354571c..6f406d5 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 @@ -8,12 +8,8 @@ 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 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 de13a62..33dfecf 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 @@ -8,12 +8,8 @@ 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 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 0655443..98c425b 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 @@ -8,12 +8,8 @@ 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 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 db9bc47..51ca708 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 @@ -8,12 +8,8 @@ 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 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 3a11126..cc807ab 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 @@ -8,12 +8,8 @@ 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 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 767a45c..61d3f9a 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 @@ -8,12 +8,8 @@ 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 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 febc5db..8de4c80 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 @@ -8,12 +8,8 @@ 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 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 c4c804e..40c7793 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 @@ -8,12 +8,8 @@ 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 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 7072ee5..ac06b55 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 @@ -8,13 +8,9 @@ 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 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 85954c7..54c7d76 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 @@ -8,12 +8,8 @@ 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 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 5cbb82b..03410d6 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 @@ -8,12 +8,8 @@ 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 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 902f493..ea1414a 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 @@ -8,13 +8,9 @@ 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 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 e715719..195cbf7 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 @@ -8,12 +8,8 @@ 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 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 664a050..f9e7a1b 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 @@ -8,12 +8,8 @@ 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 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 39fcc07..63d1b30 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 @@ -8,12 +8,8 @@ 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 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 801cc41..44cd168 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 @@ -8,12 +8,8 @@ 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 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 2df6766..6bccf69 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 @@ -8,12 +8,8 @@ 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 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 4143521..964c44a 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 @@ -8,13 +8,9 @@ 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 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 2360110..92d7d61 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 @@ -8,13 +8,9 @@ 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 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 47104bb..a7fe19f 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 @@ -8,13 +8,9 @@ 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 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 c0ccea9..f2a601f 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 @@ -8,12 +8,8 @@ 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 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 7069600..1816902 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 @@ -8,12 +8,8 @@ 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 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 e97a8b2..a795281 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 @@ -8,12 +8,8 @@ 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 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 ddbc074..b360852 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 @@ -8,12 +8,8 @@ 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 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 61c1628..4fa0c21 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 @@ -8,12 +8,8 @@ 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 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 7423d89..c171229 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 @@ -8,12 +8,8 @@ 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 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 3287cb9..aba32e0 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 @@ -8,12 +8,8 @@ 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 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 af238b0..53bc118 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 @@ -8,12 +8,8 @@ 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 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 5631747..f708b1f 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 @@ -8,12 +8,8 @@ 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 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 aa5ab68..1d0d817 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 @@ -8,12 +8,8 @@ 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 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 ed16dec..7f05508 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 @@ -8,12 +8,8 @@ 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 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 ff3cd7a..33cdb5d 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 @@ -8,12 +8,8 @@ 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 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 e2ac13e..f128b81 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 @@ -8,12 +8,8 @@ 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 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 1e0ae4d..1d3d162 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 @@ -8,12 +8,8 @@ 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 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 bc55cc5..b812e5e 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 @@ -8,13 +8,9 @@ 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 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 a873b3d..5e64ff8 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 @@ -8,12 +8,8 @@ 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 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 16a421f..85ade31 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 @@ -8,12 +8,8 @@ 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 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 c4c28e5..f6b306e 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 @@ -8,12 +8,8 @@ 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 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 cbc9a3d..89e8c6b 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 @@ -8,12 +8,8 @@ 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 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 89aa976..9ef729f 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 @@ -8,12 +8,8 @@ 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 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 b56611e..2a69446 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 @@ -8,12 +8,8 @@ 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 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 be825cd..f6deb7f 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 @@ -8,12 +8,8 @@ 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 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 aaee71e..fd3c5c7 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 @@ -8,12 +8,8 @@ 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 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 7a6d87e..c2d9370 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 @@ -8,12 +8,8 @@ 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 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 28ac9e9..e47f398 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 @@ -8,12 +8,8 @@ 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 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 49ff015..6c0a84c 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 @@ -8,12 +8,8 @@ 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 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 5215ddf..a8caef0 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 @@ -8,12 +8,8 @@ 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 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 ad57603..21ab42f 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 @@ -8,12 +8,8 @@ 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 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 17495f7..6c3ccb0 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 @@ -8,12 +8,8 @@ 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 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 e91f425..9331842 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 @@ -8,12 +8,8 @@ 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 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 d6ccbb6..736eb2f 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 @@ -8,12 +8,8 @@ 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 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 b03a4ef..8bfaf89 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 @@ -8,12 +8,8 @@ 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 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 afc2def..a989538 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 @@ -8,12 +8,8 @@ 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 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 66520dc..871919b 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 @@ -8,12 +8,8 @@ 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 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 dd23a1c..aebf7f6 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 @@ -8,12 +8,8 @@ 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 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 16d7593..451ee71 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 @@ -8,12 +8,8 @@ 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 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 f070b86..f7db2ad 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 @@ -8,12 +8,8 @@ 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 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 27fbd80..c62dfdd 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 @@ -8,12 +8,8 @@ 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 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 919745a..fc759fb 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 @@ -8,12 +8,8 @@ 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 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 4de58d2..aa2c39c 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 @@ -8,13 +8,9 @@ 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 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 a7b63ab..5c87003 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 @@ -8,12 +8,8 @@ 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 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 cb21bdd..d64eca9 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 @@ -8,13 +8,9 @@ 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 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 52f1100..c649502 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 @@ -8,12 +8,8 @@ 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 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 ef2c0e1..e982a8c 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 @@ -8,12 +8,8 @@ 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 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 2a8298d..747883d 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 @@ -8,13 +8,9 @@ 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 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 6e72584..45d3284 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 @@ -8,13 +8,9 @@ 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 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 f49e78a..412d124 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 @@ -8,12 +8,8 @@ 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 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 7c95127..c3dd660 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 @@ -8,13 +8,9 @@ 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 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 a52422c..956608d 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 @@ -8,13 +8,9 @@ 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 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 a2b51a6..3bbaa22 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 @@ -8,13 +8,9 @@ 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 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 a8bd2ea..dd05872 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 @@ -8,13 +8,9 @@ 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 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 d54223f..d23958c 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 @@ -8,12 +8,8 @@ 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 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 3d2e5f0..e590336 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 @@ -8,12 +8,8 @@ 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 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 45acf6d..2f9826c 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 @@ -8,12 +8,8 @@ 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 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 995c86b..f07122a 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 @@ -8,12 +8,8 @@ 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 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 a7f26e4..c8b8932 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 @@ -8,12 +8,8 @@ 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 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 7751bbb..fd62fee 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 @@ -8,12 +8,8 @@ 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 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 d5732c6..9ec563b 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 @@ -8,12 +8,8 @@ 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 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 2a8f77f..ba10669 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 @@ -8,12 +8,8 @@ 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 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 601ec9e..2726c6f 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 @@ -8,12 +8,8 @@ 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 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 742108f..e008645 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 @@ -8,12 +8,8 @@ 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 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 217e460..7708b08 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 @@ -8,12 +8,8 @@ 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 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 a1ed3ae..fb5c906 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 @@ -8,12 +8,8 @@ 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 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 e8977e1..0902fd1 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 @@ -8,12 +8,8 @@ 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 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 72782c6..5f2a2f8 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 @@ -8,12 +8,8 @@ 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 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 f47b5fd..e461610 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 @@ -8,12 +8,8 @@ 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 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 77daf5f..d52215c 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 @@ -8,12 +8,8 @@ 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 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 d6e957f..1067ba1 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 @@ -8,13 +8,8 @@ 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 - true 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 569fed9..2604e36 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 @@ -8,12 +8,8 @@ 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 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 2b34cb9..1cb1293 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 @@ -8,12 +8,8 @@ 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 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 f216237..1038961 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 @@ -8,12 +8,8 @@ 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 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 8beb479..a73f873 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 @@ -8,12 +8,8 @@ 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 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 2619dc3..81c6f6b 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 @@ -8,12 +8,8 @@ 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 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 40ea6d5..e1754ab 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 @@ -8,12 +8,8 @@ 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 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 f50b4f2..dc591fd 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 @@ -8,12 +8,8 @@ 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 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 75e5c0f..c8bcdbb 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 @@ -8,12 +8,8 @@ 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 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 afc05b7..f9f58d9 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 @@ -8,12 +8,8 @@ 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 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 7e62a5b..b7ef642 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 @@ -8,12 +8,8 @@ 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 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 879e7f3..302555f 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 @@ -8,13 +8,9 @@ 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 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 3621ffc..28d4800 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 @@ -8,13 +8,9 @@ 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 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 8589a30..952747b 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 @@ -8,12 +8,8 @@ 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 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 65c3697..7b59929 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 @@ -8,12 +8,8 @@ 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 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 3a31341..dbbe434 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 @@ -8,12 +8,8 @@ 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 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 76a6082..27f4589 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 @@ -8,12 +8,8 @@ 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 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 da30177..930f474 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 @@ -8,12 +8,8 @@ 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 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 3058fbf..34eca74 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 @@ -8,12 +8,8 @@ 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 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 4832cef..1a7e41a 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 @@ -8,12 +8,8 @@ 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 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 a2b0f24..6162816 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 @@ -8,12 +8,8 @@ 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 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 164551c..8cb3294 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 @@ -8,12 +8,8 @@ 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 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 383f698..e71c057 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 @@ -8,12 +8,8 @@ 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 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 0c6c4d7..7c1a87c 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 @@ -8,12 +8,8 @@ 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 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 36ee21c..a948ddb 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 @@ -8,12 +8,8 @@ 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 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 fbd9a31..a17a020 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 @@ -8,12 +8,8 @@ 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 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 bd38585..d6edbac 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 @@ -8,12 +8,8 @@ 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 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 ce022ea..6c98edc 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 @@ -8,12 +8,8 @@ 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 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 ab71ece..77ef4e2 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 @@ -8,12 +8,8 @@ 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 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 0770cae..569dd8a 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 @@ -8,12 +8,8 @@ 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 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 4edd180..dfb6660 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 @@ -8,12 +8,8 @@ 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 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 4762852..95adfc3 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 @@ -8,12 +8,8 @@ 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 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 3b9c542..f716fa4 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 @@ -8,12 +8,8 @@ 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 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 c5965a3..86d4d3f 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 @@ -8,13 +8,9 @@ 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 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 30924b0..a6b880c 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 @@ -8,13 +8,9 @@ 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 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 a53d0fe..56e897c 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 @@ -8,13 +8,9 @@ 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 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 8f90268..39795f0 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 @@ -8,13 +8,9 @@ 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 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 1bf0847..2df9f1e 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 @@ -8,12 +8,8 @@ 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 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 c163d15..3e4f0e5 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 @@ -8,13 +8,9 @@ 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 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 56bec33..60caac1 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 @@ -8,12 +8,8 @@ 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 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 41c7a83..e4580ea 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 @@ -8,12 +8,8 @@ 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 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 7dd9a79..6746966 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 @@ -8,12 +8,8 @@ 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 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 7a64562..cb361d9 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 @@ -8,12 +8,8 @@ 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 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 fd17dfd..5022dad 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 @@ -8,12 +8,8 @@ 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 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 df148da..34b8096 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 @@ -8,13 +8,9 @@ 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 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 0290bd8..9cb4308 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 @@ -8,12 +8,8 @@ 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 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 4bd825c..ca28bbb 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 @@ -8,12 +8,8 @@ 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 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 ce0144d..dd0c696 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 @@ -8,12 +8,8 @@ 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 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 19729f4..f54506d 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 @@ -8,12 +8,8 @@ 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 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 a68db20..a394e59 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 @@ -8,12 +8,8 @@ 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 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 9d32306..48685f0 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 @@ -8,12 +8,8 @@ 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 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 1612961..41227dd 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 @@ -8,12 +8,8 @@ 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 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 0052208..6c9248b 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 @@ -8,12 +8,8 @@ 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 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 594cb1c..9393a4e 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 @@ -8,12 +8,8 @@ 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 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 dff892a..d9af8b1 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 @@ -8,12 +8,8 @@ 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 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 37bba45..31f711e 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 @@ -8,12 +8,8 @@ 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 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 556de8c..5a951b5 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 @@ -8,13 +8,9 @@ 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 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 5475ab0..b803eac 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 @@ -8,12 +8,8 @@ 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 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 45266cd..c8c3ec2 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 @@ -8,12 +8,8 @@ 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 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 d98b7c5..3be2cbf 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 @@ -8,12 +8,8 @@ 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 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 a1fb260..155339e 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 @@ -8,12 +8,8 @@ 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 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 2c94ec4..639ca00 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 @@ -8,13 +8,9 @@ 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 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 581a781..48de71d 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 @@ -8,13 +8,9 @@ 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 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 b2ba49a..6774de2 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 @@ -8,12 +8,8 @@ 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 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 4eb4ff0..f02136f 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 @@ -8,12 +8,8 @@ 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 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 c32ec0c..fbf04dd 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 @@ -8,12 +8,8 @@ 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 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 862184a..c2fa73c 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 @@ -8,12 +8,8 @@ 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 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 04d01a1..3f7ae41 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 @@ -8,13 +8,9 @@ 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 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 dcf1916..c3428e1 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 @@ -8,13 +8,9 @@ 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 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 17b3f5e..c905b43 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 @@ -8,12 +8,8 @@ 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 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 41080fa..981a72b 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 @@ -8,12 +8,8 @@ 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 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 10f0418..43402e9 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 @@ -8,12 +8,8 @@ 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 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 393b3be..972ad95 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 @@ -8,12 +8,8 @@ 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 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 34bf12b..2930b7a 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 @@ -8,12 +8,8 @@ 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 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 ac10034..0f241c8 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 @@ -8,12 +8,8 @@ 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 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 b276744..16bfe6b1 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 @@ -8,12 +8,8 @@ 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 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 3b9b0fb..82bd058 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 @@ -8,13 +8,9 @@ 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 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 5446ffa..aa83ce7 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 @@ -8,12 +8,8 @@ 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 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 5f241bc..15376bf 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 @@ -8,12 +8,8 @@ 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 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 52b50a7..bb5c4e3 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 @@ -8,13 +8,9 @@ 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 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 b0512dc..2fd65b8 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 @@ -8,13 +8,9 @@ 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 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 b90b723..c6aa160 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 @@ -8,12 +8,8 @@ 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 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 8f85653..89b91b3 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 @@ -8,12 +8,8 @@ 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 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 e51f6d8..2115e38 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 @@ -8,13 +8,9 @@ 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 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 cf7a4f8..24b8974 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 @@ -8,12 +8,8 @@ 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 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 2a53078..0a65dc6 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 @@ -8,12 +8,8 @@ 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 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 6cd41ec..28e1293 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 @@ -8,13 +8,9 @@ 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 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 687885f..d79df28 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 @@ -8,12 +8,8 @@ 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 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 6ed0d83..76a11b3 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 @@ -8,12 +8,8 @@ 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 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 4b6a770..275502b 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 @@ -8,13 +8,9 @@ 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 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 749670f5..abab005 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 @@ -8,12 +8,8 @@ 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 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 e25d9ed..21e7281 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 @@ -8,12 +8,8 @@ 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 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 e8dc0d5..60c47fe 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 @@ -8,12 +8,8 @@ 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 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 c9bf1f7..50b8b98 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 @@ -8,12 +8,8 @@ 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 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 bd53ec3..8e04d9a 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 @@ -8,12 +8,8 @@ 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 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 ef1a1ee..39a63aa 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 @@ -8,12 +8,8 @@ 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 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 4662db1..de2e962 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 @@ -8,12 +8,8 @@ 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 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 71ec957..bcfe4e2 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 @@ -8,12 +8,8 @@ 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 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 27d4e8e..ac06d13 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 @@ -8,12 +8,8 @@ 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 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 19b684e..f6f66fb 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 @@ -8,13 +8,9 @@ 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 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 9c39b0c..d23b283 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 @@ -8,13 +8,9 @@ 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 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 3e01444..cd849b9 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 @@ -8,12 +8,8 @@ 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 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 10f77e6..87e87b0 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 @@ -8,13 +8,9 @@ 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 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 559c76a..08824a6 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 @@ -8,12 +8,8 @@ 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 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 d434d72..b492096 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 @@ -8,12 +8,8 @@ 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 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 ce58d5b..36d5f88 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 @@ -8,12 +8,8 @@ 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 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 3d50dd12..983d39c 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 @@ -8,12 +8,8 @@ 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 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 a0d3859..75370bd 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 @@ -8,13 +8,9 @@ 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 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 95473b5..fe00790 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 @@ -8,12 +8,8 @@ 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 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 2e52845..5ab52ba 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 @@ -8,12 +8,8 @@ 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 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 5ef32d1..269a46b 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 @@ -8,12 +8,8 @@ 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 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 445d429..31a3b65 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 @@ -8,12 +8,8 @@ 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 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 a400a8b..33df77b 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 @@ -8,13 +8,9 @@ 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 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 25d7bc6..781c68b 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 @@ -8,12 +8,8 @@ 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 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 c1f02c8..b9dc922 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 @@ -8,13 +8,9 @@ 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 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 75e9b56..9dedfc9 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 @@ -8,13 +8,9 @@ 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 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 b379e3f..67ade49 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 @@ -8,13 +8,9 @@ 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 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 4909253..b1fffdb 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 @@ -8,13 +8,9 @@ 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 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 8bb7e86..9a024e2 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 @@ -8,13 +8,9 @@ 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 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 6413f5e..39b925e 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 @@ -8,12 +8,8 @@ 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 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 2ca96c3..3c90294 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 @@ -8,13 +8,9 @@ 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 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 968e278..5f7f824 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 @@ -8,12 +8,8 @@ 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 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 5e71fa0..f5202b3 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 @@ -8,13 +8,9 @@ 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 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 57b78a6..f3564f3 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 @@ -8,12 +8,8 @@ 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 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 35eb856..8e2c221 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 @@ -8,13 +8,9 @@ 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 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 da493f3..fc0278e 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 @@ -8,12 +8,8 @@ 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 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 4a286c7..7cbf7fe 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 @@ -8,12 +8,8 @@ 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 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 7f1c261..d93789e 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 @@ -8,13 +8,9 @@ 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 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 372eba4..b1ed3e0 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 @@ -8,12 +8,8 @@ 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 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 74f2a84..3a177db 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 @@ -8,12 +8,8 @@ 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 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 4ce2989..ce3b278 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 @@ -8,13 +8,9 @@ 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 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 4413135..e436ce1 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 @@ -8,13 +8,9 @@ 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 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 6e3ad03..d063ae6 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 @@ -8,12 +8,8 @@ 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 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 508ac5b..71b2007 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 @@ -8,13 +8,9 @@ 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 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 7b2a107..660c6b7 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 @@ -8,13 +8,9 @@ 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 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 75c7bf8..8e7f6f4 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 @@ -8,13 +8,9 @@ 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 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 d703487..e2e5130 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 @@ -8,13 +8,9 @@ 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 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 638c6d0..15fcd90 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 @@ -8,12 +8,8 @@ 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 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 32d97d7..20d66a0 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 @@ -8,12 +8,8 @@ 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 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 6faa0ed..352040e 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 @@ -8,12 +8,8 @@ 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 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 98c55f0..8f4f5fe 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 @@ -8,13 +8,9 @@ 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 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 83e9e8d..8625beb 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 @@ -8,13 +8,9 @@ 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 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 ff4bf2c..f40eefd 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 @@ -8,13 +8,9 @@ 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 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 06cf46f..6a99471 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 @@ -8,12 +8,8 @@ 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 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 5000c7a..cbc8d42 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 @@ -8,12 +8,8 @@ 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 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 6b967a8..1ec71a4 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 @@ -8,13 +8,9 @@ 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 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 4324665..07c7a74 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 @@ -8,12 +8,8 @@ 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 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 d7aa0ce..e451378 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 @@ -8,12 +8,8 @@ 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 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 ba207ec..86ea456 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 @@ -8,12 +8,8 @@ 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 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 55646c3..412b567 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 @@ -8,12 +8,8 @@ 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 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 f6fe641..abdbbc9 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 @@ -8,12 +8,8 @@ 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 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 004e047..0bc33e8 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 @@ -8,12 +8,8 @@ 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 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 2fb97e6..7a08db2 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 @@ -8,12 +8,8 @@ 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 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 6d90039..458652d 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 @@ -8,13 +8,9 @@ 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 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 0509d28..29cee97 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 @@ -8,13 +8,9 @@ 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 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 5d708e1..d71acee 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 @@ -8,12 +8,8 @@ 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 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 235448b..b04eaea 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 @@ -8,12 +8,8 @@ 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 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 426b03d..3da4f56 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 @@ -8,13 +8,9 @@ 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 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 f66461f..7b8ea95 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 @@ -8,12 +8,8 @@ 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 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 28b0f7d..206d12e 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 @@ -8,12 +8,8 @@ 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 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 2ab3d23..c69bbf5 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 @@ -8,12 +8,8 @@ 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 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 f04535a..a0d8823 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 @@ -8,12 +8,8 @@ 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 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 32d7571..d0222d8 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 @@ -8,12 +8,8 @@ 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 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 e8aea41..0a06d8b 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 @@ -8,12 +8,8 @@ 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 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 e4850a7..2e8483f 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 @@ -8,12 +8,8 @@ 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 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 c465bcd..ba77cf6 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 @@ -8,12 +8,8 @@ 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 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 f589e40..ead818d 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 @@ -8,12 +8,8 @@ 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 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 7f26e62..8139d31 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 @@ -8,13 +8,9 @@ 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 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 0da16a1..943301d 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 @@ -8,13 +8,9 @@ 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 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 d2636ee..4d62876 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 @@ -8,12 +8,8 @@ 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 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 f9782f9..52e0746 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 @@ -8,12 +8,8 @@ 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 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 3e078e1..5417652 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 @@ -8,13 +8,9 @@ 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 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 d065461..4b661d4 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 @@ -8,12 +8,8 @@ 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 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 5b34d40..659fd5b 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 @@ -8,12 +8,8 @@ 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 true 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 64737bc..fbd8482 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 @@ -8,12 +8,8 @@ 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 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 a9d02c58..820215d 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 @@ -8,13 +8,9 @@ 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 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 c030b19..79b1c3a 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 @@ -8,12 +8,8 @@ 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 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 09eaa30..6134a7a 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 @@ -8,13 +8,9 @@ 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 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 65b697a..053508c 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 @@ -8,12 +8,8 @@ 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 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 c88fb2f..3d22129 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 @@ -8,12 +8,8 @@ 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 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 cb25d9c..77e17e6 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 @@ -8,13 +8,9 @@ 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 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 81e77e2..9b3d2e9 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 @@ -8,13 +8,9 @@ 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 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 e03392c..329361a 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 @@ -8,13 +8,9 @@ 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 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 637088f..2a557f2 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 @@ -8,13 +8,9 @@ 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 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 39dc500..788d13d 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 @@ -8,12 +8,8 @@ 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 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 68ef75c..e936555 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 @@ -8,13 +8,9 @@ 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 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 a476eaa..57c28a3 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 89527ed..a3d950fe 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 @@ -8,12 +8,8 @@ 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 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 1d6095c..c5d84f9 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 @@ -8,12 +8,8 @@ 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 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 4eca97a..bf19527 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 92fd6a6..33f259d 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 @@ -8,13 +8,9 @@ 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 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 1b64fd8..57747d8 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 @@ -8,12 +8,8 @@ 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 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 2f53f85..bdd45fd 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 @@ -8,12 +8,8 @@ 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 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 abd88b6..fa7de1c 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 @@ -8,12 +8,8 @@ 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 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 8292d8b..8823167 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 @@ -8,12 +8,8 @@ 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 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 93cfc83..9491081 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 @@ -8,12 +8,8 @@ 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 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 65648f2..20bfee5 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 @@ -8,13 +8,9 @@ 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 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 2d47af1..f4457b4 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 @@ -8,13 +8,9 @@ 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 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 f5ed136..e29ac54 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 @@ -8,12 +8,8 @@ 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 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 b0adbef..13d998e 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 @@ -8,12 +8,8 @@ 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 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 cfe4c9d..759e3dc 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 @@ -8,12 +8,8 @@ 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 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 6acd10e..fc7eceb 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 @@ -8,12 +8,8 @@ 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 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 0da16a1..943301d 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 @@ -8,13 +8,9 @@ 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 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 6cd3c1a..c7046a4 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 @@ -8,12 +8,8 @@ 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 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 4409116..880cba9 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 @@ -8,12 +8,8 @@ 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 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 7e7563a..4d4c945 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 @@ -8,13 +8,9 @@ 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 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 b1d5535..59edfb0 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 @@ -8,12 +8,8 @@ 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 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 5d42a6a..18a5bac 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 @@ -8,13 +8,9 @@ 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 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 06b780d..8a2aeb3 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 @@ -8,12 +8,8 @@ 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 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 502706f..4cd3bbb 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 @@ -8,13 +8,9 @@ 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 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 f74b813..fec9fd8 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 @@ -8,12 +8,8 @@ 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 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 89c841a..7e1bc28 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 @@ -8,12 +8,8 @@ 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 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 26f1fc0..2dbd268 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 @@ -8,12 +8,8 @@ 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 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 a36eac3..d433d8f 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 @@ -8,12 +8,8 @@ 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 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 6d9bcde..df84455 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 @@ -8,12 +8,8 @@ 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 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 49a1515..6456bbc 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 @@ -8,13 +8,9 @@ 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 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 1326604..38bbe97 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 @@ -8,13 +8,9 @@ 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 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 f8cd63c..50b58ba 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 @@ -8,12 +8,8 @@ 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 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 79eb801..eb36656 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 @@ -8,12 +8,8 @@ 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 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 196ca9d..82621be 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 @@ -8,12 +8,8 @@ 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 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 5878eb0..2c6d38f 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 @@ -8,12 +8,8 @@ 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 true 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 e1b99e5..6734cbd 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 @@ -8,12 +8,8 @@ 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 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 8d6e3d9..d7ea63d 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 @@ -8,12 +8,8 @@ 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 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 ec7f261..741e5bc 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 @@ -8,12 +8,8 @@ 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 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 e1b99e5..6734cbd 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 @@ -8,12 +8,8 @@ 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 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 82fc15a..4ce9143 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 @@ -8,12 +8,8 @@ 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 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 c9352a0..0c50e90 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 @@ -8,12 +8,8 @@ 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 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 ad27fda..9f1fe2e 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 @@ -8,12 +8,8 @@ 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 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 851c9a7..ac5beb0 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 @@ -8,13 +8,9 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b21296/b21296.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b21296/b21296.csproj index 3c1827c..05a8bb3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b21296/b21296.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b21296/b21296.csproj @@ -8,12 +8,8 @@ 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 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 cf50735..6b93093 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 @@ -8,13 +8,9 @@ 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 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 05dbfdb..59ca4c5 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 @@ -8,12 +8,8 @@ 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 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 3b2da3b..6105098 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 @@ -8,12 +8,8 @@ 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 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 e5ea1bd..3a774d6 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 @@ -8,13 +8,9 @@ 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 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 e25467a..99f110b 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 @@ -8,12 +8,8 @@ 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 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 07136e1..9339e1e 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 @@ -8,13 +8,9 @@ 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 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 02a10a2..9e27b0b 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 @@ -8,12 +8,8 @@ 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 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 a476f3f..341dac6 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 @@ -8,13 +8,9 @@ 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 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 8709571..fe02484 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 @@ -8,13 +8,9 @@ 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 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 cc2b1ca..e912250 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 @@ -8,12 +8,8 @@ 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 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 68df85a..54448eb 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 @@ -8,12 +8,8 @@ 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 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 930a730..59d536a 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 @@ -8,13 +8,9 @@ 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 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 1617299..f6e829f 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 @@ -8,12 +8,8 @@ 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 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 c731c52..afc1296 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 @@ -8,12 +8,8 @@ 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 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 01b665a..7c94450 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 @@ -8,12 +8,8 @@ 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 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 4140128..a285fc1 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 @@ -8,12 +8,8 @@ 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 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 1df1268..d873ebd 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 @@ -8,12 +8,8 @@ 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 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 37e6528..c496a7c 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 @@ -8,13 +8,9 @@ 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 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 547a595..ffb8d60 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 @@ -8,12 +8,8 @@ 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 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 3bf63ac..b9561aa 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 @@ -8,12 +8,8 @@ 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 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 11d0982..a870735 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 @@ -8,12 +8,8 @@ 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 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 6dec2fa..9546f3cd 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 @@ -8,13 +8,9 @@ 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 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 d44a573..42685ee 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 @@ -8,12 +8,8 @@ 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 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 8cee4ec..bece7d5 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 2cffe92..927d333 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 @@ -8,12 +8,8 @@ 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 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 2e9f1a3..def8cd8 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 @@ -8,12 +8,8 @@ 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 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 b232ef8..b52194a 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 @@ -8,12 +8,8 @@ 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 true 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 3971205..787e9ac 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 @@ -8,12 +8,8 @@ 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 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 7e7ad8a..fbe6c40 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 @@ -8,12 +8,8 @@ 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 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 20f3abf..dd1b8aa 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 @@ -8,12 +8,8 @@ 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 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 e21753b..87f3305 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 @@ -8,12 +8,8 @@ 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 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 25fafbe..1e468e4 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 @@ -8,13 +8,9 @@ 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 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 4a4d387..830d00d 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 @@ -8,12 +8,8 @@ 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 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 3c6ebce..5378c83 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 @@ -8,12 +8,8 @@ 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 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 c2b4345..056ac82 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 @@ -8,12 +8,8 @@ 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 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 ac6482d..323ac78 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 @@ -8,12 +8,8 @@ 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 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 80ce12d..29af7cd 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 @@ -8,12 +8,8 @@ 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 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 f105b2d..e39cb34 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 @@ -8,12 +8,8 @@ 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 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 45f19a7..ce73173 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 071abc0..10dd849 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 @@ -8,12 +8,8 @@ 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 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 5857ea3..7e28daa 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 @@ -8,12 +8,8 @@ 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 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 f25c45b..12faf38 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 @@ -8,13 +8,9 @@ 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 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 68daaac..9820a0a 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 @@ -8,12 +8,8 @@ 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 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 6bf5f89..828fb6a 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 @@ -8,13 +8,9 @@ 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 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 718bd1e..58531b4 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 @@ -8,13 +8,9 @@ 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 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 23f5ff5..23559a4 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 @@ -8,12 +8,8 @@ 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 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 ca05c98..bdeafa4 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 @@ -8,12 +8,8 @@ 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 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 9661aec..3aa72e4 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 @@ -8,12 +8,8 @@ 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 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 a34aad5..f628fe7 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 @@ -8,12 +8,8 @@ 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 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 b0a3bcb..ff1a363 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 @@ -8,13 +8,9 @@ 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 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 158f695..0727ead 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 @@ -8,12 +8,8 @@ 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 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 e168743..8324492 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 @@ -8,12 +8,8 @@ 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 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 85fb9b5..3a91575 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 @@ -8,13 +8,9 @@ 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 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 0b98776..eca673a 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 @@ -8,13 +8,9 @@ 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 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 7f33c1b..dd26011 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 @@ -8,13 +8,9 @@ 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 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 a506fea..cf4996e 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 @@ -8,13 +8,9 @@ 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 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 1e1c1a5..eb3bb41 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 @@ -8,13 +8,9 @@ 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 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 8658015..3ff4ae3 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 @@ -8,12 +8,8 @@ 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 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 c8fa54c..c8f8081 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 @@ -8,12 +8,8 @@ 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 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 47224cd..af3a8aa 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 @@ -8,12 +8,8 @@ 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 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 4a64a81..6628860 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 @@ -8,12 +8,8 @@ 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 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 97d8198..794e6af 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 @@ -8,12 +8,8 @@ 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 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 fa161c9..4d6c0af 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 @@ -8,12 +8,8 @@ 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 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 ffce65b..7cfa73a 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 @@ -8,12 +8,8 @@ 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 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 3df852c..9a22055 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 @@ -8,13 +8,9 @@ 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 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 2d6b66b..1afa16c 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 @@ -8,13 +8,9 @@ 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 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 739f2b8..98baf3c 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 @@ -8,13 +8,9 @@ 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 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 5aed678..0308c2f 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 @@ -8,13 +8,9 @@ 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 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 fad15b7..e350abf 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 @@ -8,12 +8,8 @@ 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 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 11fb788..82b967e 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 @@ -8,12 +8,8 @@ 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 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 ade231a..1b3f676 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 @@ -8,12 +8,8 @@ 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 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 8d82393..dd4b669 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 @@ -8,12 +8,8 @@ 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 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 22a776a..e71b86e 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 @@ -8,13 +8,9 @@ 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 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 988d3e3..6c26aa3 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 @@ -8,12 +8,8 @@ 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 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 dbc6032..6930963 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 @@ -8,13 +8,9 @@ 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 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 d5d9d16..0d7644a 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 @@ -8,13 +8,9 @@ 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 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 33615c2..e780cda 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 @@ -8,13 +8,9 @@ 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 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 04bd533..f25e248 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 @@ -8,13 +8,9 @@ 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 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 3dbf50a..db49a4e 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 @@ -8,13 +8,9 @@ 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 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 740dbf7..c0934ec 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 @@ -8,13 +8,9 @@ 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 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 36666e4..ae47eee 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 @@ -8,13 +8,9 @@ 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 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 22f06eb..133c20a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ccb7e02..593dadc 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 @@ -8,12 +8,8 @@ 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 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 68c867f..66393c9 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 @@ -8,13 +8,9 @@ 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 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 e4b6980..8455afc 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 @@ -8,13 +8,9 @@ 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 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 50330a1..76a0452 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 @@ -8,13 +8,9 @@ 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 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 38f4fcf..785987d 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 @@ -8,13 +8,9 @@ 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 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 bbf2f5a95..16cb0a2 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 @@ -8,13 +8,9 @@ 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 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 a10caae..8deaf0a 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 @@ -8,12 +8,8 @@ 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 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 2654384..417bdd0 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 @@ -8,12 +8,8 @@ 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 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 dd08428..06b4d5f 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 @@ -8,12 +8,8 @@ 2.0 {3859861E-6A53-4035-8A98-AD77F6510A6E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 21c63cc..ad2b491 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 @@ -8,12 +8,8 @@ 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 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 e71eebc..e29bee3 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 @@ -8,12 +8,8 @@ 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 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 dc4af45..9a31a9b 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 @@ -8,12 +8,8 @@ 2.0 {D3D5B4F2-7924-4185-85A8-C908D9A67A0C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d3f0979..293bf6b 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 @@ -8,12 +8,8 @@ 2.0 {6F0362F9-F1B0-4B95-A920-52C29062C546} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4f52c3c..c79bd43 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 @@ -8,12 +8,8 @@ 2.0 {DC3BD7FA-ED25-46BF-B14C-1F6516B4AECD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1fedc5a..fc0f84a 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 @@ -8,12 +8,8 @@ 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 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 4cab9b1..3e1e8be 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 @@ -8,12 +8,8 @@ 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 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 e3a78a9..f99f6d3 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 @@ -8,12 +8,8 @@ 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 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 2d48529..d676c6b 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 @@ -8,12 +8,8 @@ 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 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 3db3a3f..4c34fa6 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 @@ -8,12 +8,8 @@ 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 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 1e31649..0e97e79 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 @@ -8,12 +8,8 @@ 2.0 {0E2A5683-562D-486C-AA48-B1CD596B13DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 36e6eb7..1275bf6 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 @@ -8,12 +8,8 @@ 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 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 7f7d5b2..7af6440 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 @@ -8,12 +8,8 @@ 2.0 {C52624DA-3555-49A1-BEB7-3462A37EFBA9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ba2f891..617ed60 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 @@ -8,12 +8,8 @@ 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 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 318a1eb..7547f9b 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 @@ -8,12 +8,8 @@ 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 true 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 bdbec14..2ac0c62 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 ec5ad52..f2e4b74 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 @@ -8,12 +8,8 @@ 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 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 88c5817..bd4b306 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 @@ -8,12 +8,8 @@ 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 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 f5cfeae..4774bbd 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 @@ -8,12 +8,8 @@ 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 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 47a7fb5..2d1444b 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 @@ -8,12 +8,8 @@ 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 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 e5416e1..2506c2f 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 82b963a..f11841e 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 @@ -8,12 +8,8 @@ 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 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 78baf3b..15a6a4a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8478084..dbca4d7 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 @@ -8,12 +8,8 @@ 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 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 f756790..cb56936 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2d74203..092eb6d 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 @@ -8,12 +8,8 @@ 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 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 d3db6a6..052eec4 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 @@ -8,12 +8,8 @@ 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 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 234e248..d4ea27d 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 @@ -8,12 +8,8 @@ 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 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 595c883..8df35a4 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 @@ -8,12 +8,8 @@ 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 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 b2c4927..8d857f2 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_77709/BadCheckedAdd1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_77709/BadCheckedAdd1.csproj index 884159b..ce62ed0 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_77709/BadCheckedAdd1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_77709/BadCheckedAdd1.csproj @@ -8,12 +8,8 @@ 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 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 6b040a7..2afc7ae 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 @@ -8,12 +8,8 @@ 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 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 03db285..b7deb8b 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 @@ -8,12 +8,8 @@ 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 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 46cf82d..8967413 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 @@ -8,12 +8,8 @@ 2.0 {7BE1774F-860F-4340-B6D5-222EC7BCC804} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8ed5f2d..ab8c760 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 @@ -8,12 +8,8 @@ 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 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 76008d7..412406d 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 @@ -8,12 +8,8 @@ 2.0 {3E06549B-CCE6-4D5F-BCCB-C6E6B63CD59D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c6b507f..a167eac 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 @@ -8,12 +8,8 @@ 2.0 {6DD26EFC-D9EF-43B2-BA66-22215741D30E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 32a94a6..3465f49 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 @@ -8,12 +8,8 @@ 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 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 4c3e083..82c22ed 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 @@ -8,12 +8,8 @@ 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 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 df6327e..aa065ef 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 @@ -8,12 +8,8 @@ 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 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 2870a50..6238865 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 @@ -8,12 +8,8 @@ 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 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 0604907..aa39807 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 @@ -8,12 +8,8 @@ 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 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 35a1aa7..7fa5530 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 @@ -8,12 +8,8 @@ 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 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 58abb5d..db30d47 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 @@ -8,12 +8,8 @@ 2.0 {145DA044-A94A-4360-98F9-9D977F6FEF42} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68bd387..33871b0 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 @@ -8,12 +8,8 @@ 2.0 {7FD45662-ED85-4F11-A3A5-1FDCE55FD9B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 efbd92a..d6a745c 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 @@ -8,12 +8,8 @@ 2.0 {D66FECBC-01AB-4181-9D6A-B72E54E603E1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 725d029..4abcfd9 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 @@ -8,12 +8,8 @@ 2.0 {75177B03-2F77-4FEE-AC80-E54CBB0A336E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0aea78b..374da49 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 @@ -7,12 +7,8 @@ 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 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 d6ef74f..2ba3ae1 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 @@ -8,13 +8,9 @@ 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 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 f219801..c4d1765 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 @@ -8,13 +8,9 @@ 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 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 0b91063..5b6c0d3 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 @@ -8,13 +8,9 @@ 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 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 a52f8f3..49991da 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 @@ -8,12 +8,8 @@ 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 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 bbdfdd4..f468117 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 @@ -8,12 +8,8 @@ 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 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 63118ed..8c3d1aa 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 @@ -8,13 +8,9 @@ 2.0 {E2C84853-0100-4C5D-88C0-355F70483779} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a46e463..5e38a05 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 984d6b1..84df40c 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3ec5354..3cc0b2a 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 @@ -8,12 +8,8 @@ 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 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 bba6f00..43a67a2 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 @@ -8,12 +8,8 @@ 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 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 18a33fd..81f925a 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 @@ -8,13 +8,9 @@ 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 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 32c60c2..05c2fca 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 @@ -8,13 +8,9 @@ 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 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 0023a15..6589a91 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 @@ -8,12 +8,8 @@ 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 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 11cfb62..0970efa 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 @@ -8,12 +8,8 @@ 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 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 f3da12d..cb62973 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 @@ -8,12 +8,8 @@ 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 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 43e5489..e065a2c 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 @@ -8,13 +8,9 @@ 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 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 6b12eec..fdf5d0b 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 @@ -8,13 +8,9 @@ 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 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 9104c3c..9c43650 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 @@ -8,12 +8,8 @@ 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 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 27b8ecee..b91ef33 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 @@ -8,13 +8,9 @@ 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 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 ff2c259..460d5db 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 @@ -8,12 +8,8 @@ 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 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 284d6ea..44c0262 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 ed4c0ad..9d5fa78 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 @@ -8,13 +8,9 @@ 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 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 b097a58..13a6974 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 @@ -8,13 +8,9 @@ 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 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 82919ac..7ed8a4d 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 @@ -8,13 +8,9 @@ 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 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 4a2480f..d8c417c 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 @@ -8,13 +8,9 @@ 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 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 8b7d26c..f70ec99 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 @@ -8,13 +8,9 @@ 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 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 e77962a..c9bbba0 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 @@ -8,13 +8,9 @@ 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 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 759eb21..323fed5 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 @@ -8,12 +8,8 @@ 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 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 d81d9df..83d152e 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 @@ -8,12 +8,8 @@ 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 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 6becb94..55fc1d3 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 @@ -8,12 +8,8 @@ 2.0 {23E1CE24-CCFB-4163-A861-D48A76295E8F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7d258a4..4c93d5e 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 @@ -8,12 +8,8 @@ 2.0 {C8DB97C3-1D53-4192-AE65-74A66EFE0841} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2c9dd64..11953df 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 @@ -8,12 +8,8 @@ 2.0 {C7C7808C-AFDF-4267-B295-C9D0E9EF5642} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c2b1c39..ef35a72 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 @@ -8,12 +8,8 @@ 2.0 {30EFB3A3-FDAB-43C1-91E5-0496C0B9C689} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e666f5f..63035b8 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 @@ -8,12 +8,8 @@ 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 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 6058846..2cead9e 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 @@ -8,12 +8,8 @@ 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 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 bb47373..a8b3b2c 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 @@ -8,12 +8,8 @@ 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 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 4642def..1fb7fcc 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 @@ -8,12 +8,8 @@ 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 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 32d6094..96d88c0 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 @@ -8,12 +8,8 @@ 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 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 8380f3c..c0d922e 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 @@ -8,12 +8,8 @@ 2.0 {162ADE09-55CD-46F1-8E1F-96A4DEB39B2B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 61b0a70..8333ad1 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 @@ -8,12 +8,8 @@ 2.0 {1B600A8B-5959-4705-B3FC-00101F5EF33A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 71dfd96..8ee3323 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 @@ -8,12 +8,8 @@ 2.0 {C1654D98-5D28-4A4C-A2FC-20398DC0D4BC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4baccf7..4ff8a81 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 @@ -8,12 +8,8 @@ 2.0 {3BD12975-E574-4960-A91D-D0E9F01A454B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4bbe713..8094df6 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 @@ -8,12 +8,8 @@ 2.0 {CB79D9B5-EFC7-48C9-9279-4C99A2AA8151} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 417c4ff..23c8f86 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 @@ -8,12 +8,8 @@ 2.0 {A983D320-C805-4BC7-807F-D260EAE7BD48} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0f46e19..8e6a8a2 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 @@ -8,12 +8,8 @@ 2.0 {493C2F1C-D834-43CF-974C-3E3FBAA9B37F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d71a149..66b2452 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 @@ -8,12 +8,8 @@ 2.0 {E11AEB9E-7F2A-4D5C-B18F-71C02AF3CC98} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4bc7866..626fe81 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 @@ -8,12 +8,8 @@ 2.0 {19577DF5-6D1A-4A8A-AFE4-E66F4D75DB07} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 aca148d..be81c69 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 @@ -8,12 +8,8 @@ 2.0 {3C9D0DC1-D0A9-4895-A604-AF2FB1A39B79} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8775b46..202139c 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 @@ -8,12 +8,8 @@ 2.0 {10E70E35-3C01-4B7F-B3B8-02F72403BF88} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bd6f924..13c5ee3 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 @@ -8,12 +8,8 @@ 2.0 {35675403-CEB9-482E-8117-3DE0E5E250B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9d8889e..d9fda26 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 @@ -8,12 +8,8 @@ 2.0 {23E1CE24-CCFB-4163-A861-D48A76295E8F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0ce8faf..8a12d9a 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 @@ -8,12 +8,8 @@ 2.0 {C8DB97C3-1D53-4192-AE65-74A66EFE0841} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6905fe7..4af3a9f 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 @@ -8,12 +8,8 @@ 2.0 {C7C7808C-AFDF-4267-B295-C9D0E9EF5642} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3622bfb..dc3355a 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 @@ -8,12 +8,8 @@ 2.0 {30EFB3A3-FDAB-43C1-91E5-0496C0B9C689} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 9edb026..26716f5 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 @@ -8,13 +8,9 @@ 2.0 {D8F6B7C2-EF97-4590-8800-98F37028CE83} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 84fd029..85c07a8 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 @@ -8,13 +8,9 @@ 2.0 {03791641-ED25-42C4-AD81-FCCF7E47DC2E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 32bc402..b76aee9 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 @@ -9,7 +9,6 @@ Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d 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 d9be192..3f7d6e5 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 @@ -8,12 +8,8 @@ 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 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 32bc402..b76aee9 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 @@ -9,7 +9,6 @@ Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d 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 f3eb61d..692565c 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 @@ -9,7 +9,6 @@ Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d 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 32bc402..b76aee9 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 @@ -9,7 +9,6 @@ Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d 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 8d2b492..1aab30e 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 @@ -11,7 +11,6 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - 7a9bfb7d 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 6035df3..6f8e3d1 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 @@ -9,10 +9,8 @@ {5C94DE9A-B2C4-4A0C-96CC-FEAE2E8EEBE9} Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 1dbbc3b..2d33044 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 @@ -9,10 +9,8 @@ {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3c4a14e..a466517 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 @@ -8,13 +8,9 @@ 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 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 ad6e69a..b86cf39 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 @@ -8,12 +8,8 @@ 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 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 8bb1ce2..d8f96c7 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 @@ -8,13 +8,9 @@ 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 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 939d010..1d20f00 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 @@ -9,10 +9,8 @@ {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 abd7b89..6107b7f 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 @@ -7,10 +7,7 @@ 2.0 {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 6b8b07a..2cafa4c 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 @@ -8,13 +8,9 @@ 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 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 20fbde3..3392434 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 @@ -8,12 +8,8 @@ 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 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 18d0164..3b9c631 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 @@ -8,12 +8,8 @@ 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 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 4a7a31f..ef1f28d 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 @@ -8,13 +8,9 @@ 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 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 dda982b..7af81a7 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 @@ -8,12 +8,8 @@ 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 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 ac6a6ee..dbe12c8 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 @@ -8,12 +8,8 @@ 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 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 ada8039..9e2fb15 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 @@ -8,12 +8,8 @@ 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 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 7f23420..4b9fd7a 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9055624..762b51b 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 @@ -8,12 +8,8 @@ 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 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 8343c29..452b481 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 @@ -8,12 +8,8 @@ 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 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 8956ce7..23b473d 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 @@ -8,12 +8,8 @@ 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 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 7631588..b40b315 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 @@ -8,12 +8,8 @@ 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 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 4f5661e..dc22c9a 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 @@ -8,12 +8,8 @@ 2.0 {539E643E-9E77-4B38-891A-E870982ECFE6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 deac5b9..83b7c8c 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 @@ -8,12 +8,8 @@ 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 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 54a5cdc..8f4125c 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 @@ -8,12 +8,8 @@ 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 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 9c91b0f..48646aa 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 @@ -8,12 +8,8 @@ 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 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 f756f55..67e7bc5 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 @@ -8,12 +8,8 @@ 2.0 {082E8D5A-19E7-4970-96EA-FD665F9AEB66} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 02b41a0..c250789 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 @@ -8,12 +8,8 @@ 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 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 6a8fbc8..aa2e5f8 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 @@ -8,12 +8,8 @@ 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 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 4d0ad93..692fe2c 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 @@ -8,12 +8,8 @@ 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 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 6a8fbc8..aa2e5f8 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 @@ -8,12 +8,8 @@ 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 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 f0283a3..983f804 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 @@ -8,12 +8,8 @@ 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 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 b59e73c..32865c2 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 @@ -8,12 +8,8 @@ 2.0 {014F3DD9-D5D7-414E-B9DC-271D6753D522} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8df22f4..f2ffdcd 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 @@ -8,12 +8,8 @@ 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 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 8a2ff10..65953a4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 3a58a2e..b7e81d6 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 @@ -8,12 +8,8 @@ 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 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 7eec804..8b2a13b 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 @@ -8,12 +8,8 @@ 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 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 b91f310..eda4911 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 @@ -8,12 +8,8 @@ 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 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 7eec804..8b2a13b 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 @@ -8,12 +8,8 @@ 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 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 e430fcd..3e7b651 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 @@ -8,12 +8,8 @@ 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 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 9805b14..eac1e52 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 @@ -8,12 +8,8 @@ 2.0 {3FDCB42D-4F77-4B3B-8C30-4D082987E9BC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 556dd21..eee9e08 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 @@ -8,12 +8,8 @@ 2.0 {0465E5B4-C2A6-42E3-8835-BBE4E99711B0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7b8d12a..76d6d5b 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 @@ -8,12 +8,8 @@ 2.0 {C2570136-97AF-487C-98BB-C15060E54B17} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 63c98ea..a1c5880 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 @@ -8,12 +8,8 @@ 2.0 {90F16A8A-0DCF-4467-A649-F69810780CCF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b11ad6b..3623cdb 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 @@ -8,12 +8,8 @@ 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 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 bff09db..807be3b 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 @@ -8,12 +8,8 @@ 2.0 {76D4B472-7CD9-49E7-AC09-5C2E6D0D0B17} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 208cd42..25942d8 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 @@ -8,12 +8,8 @@ 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 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 92d9423..0055da0 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 @@ -8,12 +8,8 @@ 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 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 c01a1bd..c2a59b9 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 @@ -8,12 +8,8 @@ 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 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 5f7aa38..57a6cc5 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 @@ -8,12 +8,8 @@ 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 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 675fdc4..7d1f293 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 @@ -8,12 +8,8 @@ 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 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 90ec0eb..98a5830 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 @@ -8,12 +8,8 @@ 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 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 cb09499..dae3aa3 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 @@ -8,12 +8,8 @@ 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 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 d58d1ee..91e69cf 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 @@ -8,12 +8,8 @@ 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 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 0514e13..a7b366b 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 @@ -8,12 +8,8 @@ 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 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 b4faee3..089694a 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 @@ -8,12 +8,8 @@ 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 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 4c67997..ed5c400 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 @@ -8,12 +8,8 @@ 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 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 a56bac1..640ab2c 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 @@ -8,12 +8,8 @@ 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 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 782fbb7..3caf3c4 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 @@ -8,12 +8,8 @@ 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 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 a4428a0..8d2ab8f 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 @@ -8,12 +8,8 @@ 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 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 ae7c017..5a35e95 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 @@ -8,12 +8,8 @@ 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 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 cc18545..7239de0 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 @@ -8,12 +8,8 @@ 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 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 45f543a..cd2cb8b 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 @@ -8,12 +8,8 @@ 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 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 18f58b3..3a1115f 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 @@ -8,12 +8,8 @@ 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 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 fff9266..98bb762 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 @@ -8,12 +8,8 @@ 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 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 39d00dd..dcd0f55 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 @@ -8,12 +8,8 @@ 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 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 61bcbc4..a852a92 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 @@ -8,12 +8,8 @@ 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 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 673b539..1c1c3e3 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 @@ -8,12 +8,8 @@ 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 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 3657cc6..3ca89e3 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 @@ -8,12 +8,8 @@ 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 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 e1cffa8..f4daa52 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 @@ -8,12 +8,8 @@ 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 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 673b9f0..e5aa6d8 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 @@ -8,12 +8,8 @@ 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 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 b8f862f..b3aa4e3 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 @@ -8,12 +8,8 @@ 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 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 afbc482..f2d69d4 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 @@ -8,12 +8,8 @@ 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 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 25b839c..4ee1e7e 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 @@ -8,12 +8,8 @@ 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 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 bf848ca..5902069 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 @@ -8,12 +8,8 @@ 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 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 b84d5db..528708c 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 @@ -8,12 +8,8 @@ 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 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 10b1db4..f32e1fe 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 @@ -8,12 +8,8 @@ 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 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 a17d518..12746d6 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 @@ -8,12 +8,8 @@ 2.0 {AFE05673-42FD-4147-8EBF-8960BBCEEC61} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4b5447f..1147db1 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 @@ -8,12 +8,8 @@ 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 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 e0ac070..2ce7246 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 @@ -8,12 +8,8 @@ 2.0 {A1A01B48-FAB5-4D02-B54E-A953FD2A35FF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 02c96f5..044224c 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 @@ -8,12 +8,8 @@ 2.0 {4094DF83-0626-4DE0-9983-5897B13606DF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 91155f4..63636ca 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 @@ -8,12 +8,8 @@ 2.0 {BD7C8B42-E5DC-4E42-A511-2D5AA4D6EC74} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 caa4892..b9df55b 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 @@ -8,12 +8,8 @@ 2.0 {467E97CC-BA9A-40B3-9AD5-317C68D81EF1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bc81d97..443ce1e 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 @@ -8,12 +8,8 @@ 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 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 bcfe2ee..d672731 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 @@ -8,12 +8,8 @@ 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 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 5855870..8bbe87a 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 @@ -8,12 +8,8 @@ 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 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 9d08eb5..f3bf009 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 @@ -8,14 +8,9 @@ 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 - 7a9bfb7d 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 2bcca2a..238a9b6 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 @@ -8,13 +8,8 @@ 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 - true 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 80ffa02..cea0f2c 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 @@ -8,12 +8,8 @@ 2.0 {710F9A16-180B-47B3-A591-BB8E6F247073} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 251e0c2..de39967 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 @@ -8,14 +8,9 @@ 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 - 7a9bfb7d 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 a8285d6..6be0160 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 @@ -8,12 +8,8 @@ 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 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 212b68a..5563783 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 @@ -8,12 +8,8 @@ 2.0 {D688AD66-F57F-49F1-8E43-B2338721FBBE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 862f698..d51aa6a 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 @@ -8,12 +8,8 @@ 2.0 {F17002F9-D680-4162-9CE3-EF470EE9081B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1355130..b44c0711 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 @@ -8,12 +8,8 @@ 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 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 874dbe7..2068a59 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 @@ -8,12 +8,8 @@ 2.0 {5BFB4DA5-A817-44A9-8255-DF05136261DC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bd1e17d..5f37618 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 @@ -8,12 +8,8 @@ 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 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 5691fba..cd010ec 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 @@ -8,12 +8,8 @@ 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 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 2f53f85..bdd45fd 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 @@ -8,12 +8,8 @@ 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 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 8c112a3..b229de0 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 @@ -8,12 +8,8 @@ 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 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 03c4af7..64f058c 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 @@ -8,12 +8,8 @@ 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 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 3b2da3b..6105098 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 @@ -8,12 +8,8 @@ 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 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 2bf541b..535a93a 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 @@ -8,12 +8,8 @@ 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 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 2bf541b..535a93a 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 @@ -8,12 +8,8 @@ 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 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 d6902a2..3c187c8 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 @@ -8,12 +8,8 @@ 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 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 a30ce98..39487f3 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 @@ -8,12 +8,8 @@ 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 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 de103cf..df1d184 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 @@ -8,12 +8,8 @@ 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 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 41496e7..85c6f4c 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 @@ -8,12 +8,8 @@ 2.0 {7F4F3607-EAA5-43FC-85C3-C13CB0E2EBB6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7d57206..4dbb053 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 @@ -8,12 +8,8 @@ 2.0 {F1FFEEE0-D1BC-423A-89F8-F52495B41FD4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a269665..0dd4c41 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 @@ -8,12 +8,8 @@ 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 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 7721629..f892f50 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 @@ -8,12 +8,8 @@ 2.0 {11F40955-B8B9-4F00-8829-DD5E7F05A90E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ddc6cf0..3e6a832 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 @@ -8,12 +8,8 @@ 2.0 {331715DB-DCAB-4F21-827A-47768BF3B800} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0af0716..f417119 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 @@ -8,12 +8,8 @@ 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 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 dec08f8..5003396 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 @@ -8,12 +8,8 @@ 2.0 {F71DBAB0-1882-4B67-AC27-16D2345D068F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fea0f8c..4183948 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 @@ -8,12 +8,8 @@ 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 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 a1e6b7c..45a9aa2 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 @@ -8,12 +8,8 @@ 2.0 {68D03805-999C-43C6-B3A4-9BE79A1A98F0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3e7972d..0f1c133 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 2c95f85..ce6806f 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 @@ -8,12 +8,8 @@ 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 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 52b2403..ccc2095 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 @@ -8,12 +8,8 @@ 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 true 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 2f53f85..bdd45fd 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 @@ -8,12 +8,8 @@ 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 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 8292d8b..8823167 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 @@ -8,12 +8,8 @@ 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 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 0b3e744..23ddde0 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 @@ -8,12 +8,8 @@ 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 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 5b186f7..6f560cd 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 @@ -8,12 +8,8 @@ 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 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 d9c6fe9..bc75050 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 @@ -8,12 +8,8 @@ 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 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 32c60ac..25feb40 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 @@ -8,12 +8,8 @@ 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 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 57af5b2..fbf20a0 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 @@ -8,12 +8,8 @@ 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 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 8292d8b..8823167 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 8301e28..d88c886 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 @@ -8,12 +8,8 @@ 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 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 f2765aa..d689173 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 @@ -8,12 +8,8 @@ 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 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 de3b490..e301497 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 @@ -8,12 +8,8 @@ 2.0 {9DA5356F-AB1F-4921-974D-2634E644C5F1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cdbc3ac..f10bea3 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 @@ -8,12 +8,8 @@ 2.0 {BEFEF9A2-1BC3-4691-A8F3-A5F02B1F037D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e11ce5d..79fedd8 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 @@ -8,12 +8,8 @@ 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 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 1b64fd8..57747d8 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 @@ -8,12 +8,8 @@ 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 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 ca8f3dd..b35ec30 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 @@ -8,12 +8,8 @@ 2.0 {D5529457-208A-4D5A-AF63-091B26F6FF3C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1500b72..e36c998 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 @@ -8,12 +8,8 @@ 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 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 941eee1..b3a43fa 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 @@ -8,12 +8,8 @@ 2.0 {3E2780A5-4DE6-4CF0-B0C0-9F1186BE5BB1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ac867c2..bd64004 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 @@ -8,12 +8,8 @@ 2.0 {A57C2AC7-6CE3-4107-AE80-65BC226D532A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b5cd01e..e675678 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 @@ -8,12 +8,8 @@ 2.0 {55FB5BA9-22A4-4980-BC3C-904316B542E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bc3fda3..6b8aa3b 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 @@ -8,12 +8,8 @@ 2.0 {55BFFDD7-A4D4-4276-BDBA-6EFE8FD89FEC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 5409953..fdb32ce 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 @@ -8,12 +8,8 @@ 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 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 e861ad8..489618f 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 @@ -8,12 +8,8 @@ 2.0 {3090D664-9838-405C-8CD6-379E494AB157} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a8285d6..6be0160 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 @@ -8,12 +8,8 @@ 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 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 6728d79..58783e0 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 @@ -8,12 +8,8 @@ 2.0 {0B8165E9-E035-439D-B548-9B8BB461299D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6a3fd40..0e087b8 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 @@ -8,12 +8,8 @@ 2.0 {DF55C7B1-1DD7-4B41-9AA5-AE23D6EA43F0} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 38a1fbd..eaae607 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 @@ -8,12 +8,8 @@ 2.0 {5A0215DA-950B-460B-AF53-FFAED6DB2AC9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 59a6698..792622f 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 @@ -8,12 +8,8 @@ 2.0 {6BE60C2B-4C48-46FA-A8F2-BF749204EFB8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2f53f85..bdd45fd 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 @@ -8,12 +8,8 @@ 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 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 ec7926f..57d86f5 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 @@ -8,12 +8,8 @@ 2.0 {173CA099-7538-44C5-A3B7-4D2F8664D7E3} Exe - Properties - 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/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 f8da0a2..9089a09 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 @@ -8,12 +8,8 @@ 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 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 8e4d7f6..69d4395 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 @@ -8,12 +8,8 @@ 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 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 f8875be..3ae8f10 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 @@ -8,12 +8,8 @@ 2.0 {07895B46-3625-4E18-81BA-9C991A7E4A9E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dfb14ea..f0a96b1 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 @@ -8,12 +8,8 @@ 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 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 9a2c2f5..32cc543 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 @@ -8,12 +8,8 @@ 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 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 23976e6..aaf3423 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 @@ -8,12 +8,8 @@ 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 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 c12bcc8..7314cc0 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 c435926..5c39c46 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 @@ -8,12 +8,8 @@ 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 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 57a589a..5646b3b 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 @@ -8,12 +8,8 @@ 2.0 {4161D387-F20B-4288-81EA-F13C2D384DD8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2c3dcb7..bbe57dc 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 @@ -8,12 +8,8 @@ 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 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 b50fa68..74a440d 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 @@ -8,12 +8,8 @@ 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 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 15367bd..3695fc2 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 @@ -8,12 +8,8 @@ 2.0 {D89858EA-0CC2-4C3D-97D5-7BA8B013A413} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 48bceb9..5c71c1d 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 @@ -8,12 +8,8 @@ 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 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 c1624af..6e4aa76 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 @@ -8,12 +8,8 @@ 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 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 0b9de2e..54cd374 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj index 41b6c16..30b8c4b 100644 --- a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj +++ b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj @@ -8,13 +8,8 @@ 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 - true True diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj index 6dfac66..6168ae4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj index 3528ec1..256d3b8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj index d75e140..c1296fd 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj index 3e97bef..405f275 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj index eeae5ce..e081b20 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj index caf69ee..6b8aae4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj index d0c1661..04bf142 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj index 7b2f937..a1ebe49 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj index 4d525f8..65525d0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj index cf0675a..08eb6e1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj index 05cc57d..58fa10d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj index 8295485..3ef8031 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj index e806ea1..5f519f0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj index 52045c1..92f59c0a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj index e509403..7f7d1fb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj index bb2ea38..5446908 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj index 5c4fec1..40aa40c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj index 03d3bb8..a8989b8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj index 686476f..0691903 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj index 0ce29ca..6229a3a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj index 129741f..03b03c6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj index e4df688..f8830b4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj index 76c5f79..4b4fb14 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj index 39883c9..ffe0c7f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj @@ -7,12 +7,8 @@ 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 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 da84a80..ecefcf0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj @@ -7,12 +7,8 @@ 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 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 c33dcb2..de34bd1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj index 5fd1a6b..4f80b24 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj index b420eba..51fbbbc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj index 608cf47..1a3e09a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj index ebe55f8..d5d6761 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj index 792eec2..0be98e2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj index 1e19baf..7e8f8b9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj @@ -7,12 +7,8 @@ 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 true diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj index 480be56..36589cb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj index daaeb2e..a9bc1a8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj index 4c1673b..d1f579a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj index de7e544..23bd4c1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj index 96435ea..eb3d054 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj index 50fdffb..71dfdc5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj index f4015bc..b8d5a39 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj index 35ba1ab..cc45aaa 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj index b1be606..e359b28 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj index 1ab83dd..28a1b3a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj index 8574d65..241b883 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj index 857abf0..5845e3d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj index f6856f9..6f077ac 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj index f6856f9..6f077ac 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj index b1750d0..fea711b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj index 9e2c744..b9cf5413 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj index f910de3..07fafe4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj index 1583f67..dea4ef7 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj index 80f21c1..34ba127 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj index f1c9558..147d442 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj index acd7e51..0022e2f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj index c0b59e5..071c5a0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj index 2705b7b..016b0ca 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj index 8f8f525..e277ba1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj index ed7a5fb..adaa1f8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj index 3840b43..4cc4b52 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj index 0a1e713..321888a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj index ec04bb5..91a48dc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj index c9669ad..1d77bd8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj index c81aef4..615a656 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj index 77bce6e3..aefb66c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj index e1adc66..8ce6eda 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj index 68cf2da..8c07d01 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj index ca9d2e0..c24c410 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj index 81a94e1..19ff00f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj index df8944a..f9758e9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj index bcf6fea..d536ea3 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj index fbba20c..a2f183a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj index 477f82b..0ffe4a6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj index 837fabc..7e88752 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj index da46ef4..e88cb9c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj index a5d5df0..bd93dbf 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj index 65ded00..a2c4869 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj index 41a31e8..fba2a98 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj index 40cd906..083eb2e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj index 3748d54..9b45ff8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj index 0fec014..bb052f2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj index c75744d..ba4c7a5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj index 1793b42..5dbc8a5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj index 2a8a02b..af87ad9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj index c37c5e7..9f299fe 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj index 9df2c5d..75fb88b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj index 6e78a64..35bf7eb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj index 65a8bfb..039f099 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj index 1136851..ffbc73e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj index f71ae5c..052cf55 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj index 7aec619..728610b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj index 6451958..af3ddfe 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj index 4df8940..02f4fa2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj index 75a7b3e..01c3615 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj index 4071f64..255353a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj index c56c4a5..e966fd4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj index a8c2506..5d13f48 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj index d00f412..bc5e914 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj index bd4996f..59ef47d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj index de98f753..b4daad0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj index 66a7a80f7..6a00272 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj index 41d6539..6aa6c01 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj @@ -7,12 +7,8 @@ 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 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 8c4ccac..c6dfda7 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 @@ -8,12 +8,8 @@ 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 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 f615411..ec1faae 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 b526155..031157d 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj @@ -8,13 +8,9 @@ 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 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 152f9df..8e89291 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 @@ -8,13 +8,9 @@ 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 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 67b8cd8..147ad69 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj @@ -8,13 +8,9 @@ 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 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 f5fc910..ac5b8b6 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 @@ -8,13 +8,9 @@ 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 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 fa8fb52..30ed1f5 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj @@ -8,13 +8,9 @@ 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 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 013a3e5..6383cae 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 @@ -8,13 +8,9 @@ 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 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 f807b9d..e3a1f2d 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj @@ -8,12 +8,8 @@ 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 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 518be5c..847c9d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj @@ -8,12 +8,8 @@ 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 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 078eff9..6ed80dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj @@ -8,12 +8,8 @@ 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 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 efa8038..ddc0728 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj @@ -8,12 +8,8 @@ 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 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 439bed7..3baee92 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj @@ -8,12 +8,8 @@ 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 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 832a3e9..c7b1070 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj @@ -8,13 +8,9 @@ 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 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 f47a31d..5c5e9822 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj @@ -8,13 +8,9 @@ 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 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 378f6ad..87ce19c 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj @@ -8,12 +8,8 @@ 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 true 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 604e627..7486cb7 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj @@ -8,12 +8,8 @@ 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 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 f359463..ed4beb4 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj @@ -8,12 +8,8 @@ 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 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 6aeff70..4fb2343 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj @@ -8,12 +8,8 @@ 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 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 e23b053..ed328d5 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj @@ -8,12 +8,8 @@ 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 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 9be3131..5a8ee20 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj @@ -8,12 +8,8 @@ 2.0 {FDB5082B-284C-47B5-BA9E-D3BA3827E77E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ba97188..feacafc 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 @@ -8,12 +8,8 @@ 2.0 {E76172C3-533E-45BD-BCA3-AACDC1582253} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7f33379..042dfd5 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj @@ -8,12 +8,8 @@ 2.0 {EA83A9C9-5175-4748-A2EA-657F1062417D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d199b09..f48d584 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj @@ -8,12 +8,8 @@ 2.0 {0D32389E-EAF9-46DF-A22A-5ED50D938CA5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 79622d2..4aa977b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj @@ -8,12 +8,8 @@ 2.0 {A99284A9-472A-4267-9703-E2022CD1BCFC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d096ac1..f362c0c 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj @@ -8,12 +8,8 @@ 2.0 {10227F6C-14EE-4B2D-BCCB-51186C1FA17B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2b8273a..0f26273 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj @@ -8,12 +8,8 @@ 2.0 {B91FAC94-A870-4DA5-9884-3CBE91619028} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ffe01f2..bdcbe4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj @@ -8,12 +8,8 @@ 2.0 {A323618C-1BE2-4C13-835C-357550C2045B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 897253d..889bd99e 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 @@ -8,12 +8,8 @@ 2.0 {30E7FF89-D9FB-494E-B15A-D4586B0843A9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 164ba07..8f532a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj @@ -8,12 +8,8 @@ 2.0 {7E9B09A2-41D8-4D4C-B0AA-D11DE27F915D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6ac69c6..aa8169c 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 @@ -8,12 +8,8 @@ 2.0 {EF719996-B2BD-4E12-A8F5-119DD1172311} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3a33f44..98cfa25 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 @@ -8,12 +8,8 @@ 2.0 {78A4C6DB-7DC3-4CF6-ABDE-9D0E902A439F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 297f883..5714b4d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj @@ -8,12 +8,8 @@ 2.0 {9341C58E-FAAC-464F-AB5D-A736111F7A98} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 64c6701..03f22af 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj @@ -8,12 +8,8 @@ 2.0 {784679B0-F680-4223-9D03-5B091BC9F366} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f1cd1be..90d6ce1 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 @@ -8,12 +8,8 @@ 2.0 {DB658675-5C6C-4E6E-AA34-4C615AE3E67B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f75110..478aa51 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 @@ -8,12 +8,8 @@ 2.0 {6993E572-EAC0-4871-BAD1-95761C88454A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8c6a7bc..2eea7f4 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 @@ -8,12 +8,8 @@ 2.0 {91360442-D3C0-4D74-9118-9FF487FDE584} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 58636ed..99259d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj @@ -8,12 +8,8 @@ 2.0 {947AFD46-4826-4369-AC2C-32D034C1A132} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 66bdc50..32b936e 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 @@ -8,12 +8,8 @@ 2.0 {953F0002-60DE-4DA0-B5FA-09A5CCB5A84A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ed1772b..f8845b0 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 @@ -8,12 +8,8 @@ 2.0 {69B7D820-0D96-4E27-B1D3-D24BCE90D971} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3fb0e9c..72749aa 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 @@ -8,12 +8,8 @@ 2.0 {C9FC348E-6C32-4EE4-88CA-CBA4B07E03A8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 198c7de..49054c1 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 @@ -8,12 +8,8 @@ 2.0 {E99CF244-F83B-4ABF-9E34-3B0AD4952FD7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c42270b..e7dd6e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj @@ -8,12 +8,8 @@ 2.0 {CFD6FBC3-0829-4816-A109-DF17642EC807} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7ecd9c1..a3d44ca 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 @@ -8,12 +8,8 @@ 2.0 {7168FCA0-FB92-4DFF-B707-D3AAA31A3C1D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5dfcfd4..8ca0496 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 @@ -8,12 +8,8 @@ 2.0 {5F47EAB6-5AE5-4984-8952-1469F57C1DB2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a9baa14..47bd3cb 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 @@ -8,12 +8,8 @@ 2.0 {A7A97E1B-E121-4C7A-B036-F4FE64DE19D5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd3d47a..e4c8bc6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj @@ -8,12 +8,8 @@ 2.0 {59D2FB73-8919-47E8-8D2F-39FC895542A1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7297be6..df09283 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 @@ -8,12 +8,8 @@ 2.0 {D9C051F7-4FBB-4190-9757-5C01ABF0B689} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 83785a1..73eff66 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 @@ -8,12 +8,8 @@ 2.0 {83F3CA73-8D90-46CB-BFCC-8EBF03D05E7D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8cb67f2..7966adb 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 @@ -8,12 +8,8 @@ 2.0 {183E5583-F710-4471-8D5F-82E8870070B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 19e4f27..91a2eb6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj @@ -8,12 +8,8 @@ 2.0 {C2F9938D-F3B4-4876-B2B4-17A1D2979776} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3f12270..8f01924 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 @@ -8,12 +8,8 @@ 2.0 {3B98CEA1-5C18-4D5E-AB3D-E8016AA09FEF} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ec32151..e9d949a 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 @@ -8,12 +8,8 @@ 2.0 {E27E6C51-D863-4A37-B4B5-1FA702801182} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c9a8dfa..b67718f 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 @@ -8,12 +8,8 @@ 2.0 {687B9C6A-54F5-4F7E-9377-E112DB221FD4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9e981bc..55315b4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj @@ -8,12 +8,8 @@ 2.0 {70C9B60F-3625-4FFA-BF45-3A09FE44E07C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c815763..be4b7e22 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 @@ -8,12 +8,8 @@ 2.0 {D560DC48-96BE-44B4-9888-B4E03E1B3765} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d158ee6..f41ebc9 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 @@ -8,12 +8,8 @@ 2.0 {0E65AFBB-462D-439C-963E-2C2956FA144D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0e4bea2..72ba101 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 @@ -8,12 +8,8 @@ 2.0 {E7DBA180-50EE-4C35-993D-EE1F99A699B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 99c75a1..c60aa99 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 @@ -8,12 +8,8 @@ 2.0 {8125B28C-071B-4CD2-A50D-DA215AA389F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3fd2481..18e032f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj @@ -8,12 +8,8 @@ 2.0 {08D9EA87-1D05-44C7-8C0A-8FBB46BCF36D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5caf5e2..9951b0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj @@ -8,12 +8,8 @@ 2.0 {7BBC4D50-60B0-428F-83E1-AC59E40B69A9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3175401..d4faf1b 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 @@ -8,12 +8,8 @@ 2.0 {E565FDC8-B44F-428F-BA6D-CDBC0D4F97B7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f667d95..e66fec2 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 @@ -8,12 +8,8 @@ 2.0 {7228D6BE-7DCC-4835-9440-06B60BAF11D4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f520c26..a7a7f49 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 @@ -8,12 +8,8 @@ 2.0 {4B6F9370-A846-4AC7-87DD-B063026CFE18} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 733f466..98886ea 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 @@ -8,12 +8,8 @@ 2.0 {8846FE32-F9C4-422A-9CB3-5182BD5D499B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 134a38c..7eb3cb7 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 @@ -8,12 +8,8 @@ 2.0 {1BFFB516-D072-4CB5-BDB0-6C9F119F35E4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 01c001a..558e116 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 @@ -8,12 +8,8 @@ 2.0 {0979655B-4819-4FE5-8EAD-FF13BE1B1F3A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 123f9a4..14c0dcf 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 @@ -8,12 +8,8 @@ 2.0 {5D602420-536C-4E83-8BA8-1AC79C8D8F57} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f2afe56..258584d 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 @@ -8,12 +8,8 @@ 2.0 {ADD31611-45AF-4C2C-B6A7-6CEEC385ECF4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d579803..10862b5 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 @@ -8,12 +8,8 @@ 2.0 {553D2B2B-5049-4023-91AD-3CDC21ABFD1C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e0b4b01..83b27be 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 @@ -8,12 +8,8 @@ 2.0 {8D3B11D0-8C4F-4447-96E6-F22C0494CF15} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5c7020b..7bcb24a 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 @@ -8,12 +8,8 @@ 2.0 {3BFD0851-EA70-4828-BBA2-0468285214E3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 12b7846..28bc9b3 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 @@ -8,12 +8,8 @@ 2.0 {E91063A5-23D5-4C45-A7F8-89C3407973AD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d514a7b..4261f9d 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 @@ -8,12 +8,8 @@ 2.0 {5A19ECD1-B77D-4FEA-BDD9-4BA3B7CA409D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3910724..b1a4b7d 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 @@ -8,12 +8,8 @@ 2.0 {4E02BA7E-68FE-4E39-998B-27AE540E3702} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 016e8c2..95d6523 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 @@ -8,12 +8,8 @@ 2.0 {99EFDA6E-620E-42D7-8AA9-E9A892391F71} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 195f29c..02f0c530 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 @@ -8,12 +8,8 @@ 2.0 {A3C88E81-EA3B-4A65-80F6-C0C3C9B1A2A6} Exe - Properties - 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/jit64/gc/misc/structfpseh6_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj index 8223976..3cf2c30 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 @@ -8,12 +8,8 @@ 2.0 {917074AE-08B3-47F1-BC55-B1AB689F63F6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 79feb18..25256a4 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 @@ -8,12 +8,8 @@ 2.0 {588350A8-F5D4-4ECE-8EB7-C3B0854D8284} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f56312..3133515 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 @@ -8,12 +8,8 @@ 2.0 {8D34364F-BED7-4826-A45A-36E02B779647} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 be32b28..1acab3d 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 @@ -8,12 +8,8 @@ 2.0 {079BF300-6D67-4B3F-8415-112D4A8A6DE1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ca89fe7..832a461 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 @@ -8,12 +8,8 @@ 2.0 {D4A066AF-0A8C-4659-8964-361D312DD81F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f2d316d..f78376d 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 @@ -8,12 +8,8 @@ 2.0 {26E230D2-968F-4D0B-BF5D-0A6E6FE8A2E9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6991991..a247421 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 @@ -8,12 +8,8 @@ 2.0 {5C18C7D3-B459-4E6B-AD0A-87AF8D68F497} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9dbd6be..01e6293 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 @@ -8,12 +8,8 @@ 2.0 {642CDD80-28F0-409A-84E0-0DDF40EFF966} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bdab954..e1bdedd 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 @@ -8,12 +8,8 @@ 2.0 {31C5A706-165F-4028-A12B-24C81E821447} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 70a96d0..282e0df 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 @@ -8,12 +8,8 @@ 2.0 {84B4AD9B-F3F3-4769-99BE-96BFCCEA447F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0f4b221..7e9e45f 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 @@ -8,12 +8,8 @@ 2.0 {8CE12894-BD33-4011-81E5-7986AC1B7AE4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c78b81f..9339c80 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 @@ -8,12 +8,8 @@ 2.0 {B96F0BAB-7B39-4757-8775-E04452A4C740} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6cc8c12..bc4f49c 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 @@ -8,12 +8,8 @@ 2.0 {CD9BF7A2-8952-486E-A014-9C0F848E8306} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 cb1ff53..972f64b 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 @@ -8,12 +8,8 @@ 2.0 {D8EAF760-1723-4827-A05A-D25452438C4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d1640e0..2000606 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 @@ -8,12 +8,8 @@ 2.0 {5C18D93E-1A66-46E0-959B-DB56F0F58C5B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b007e7d..aeeaf3e 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 @@ -8,12 +8,8 @@ 2.0 {C5B880B8-5F56-4167-B4F3-6D8242E32C34} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e00aef5..88837c1 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 @@ -8,12 +8,8 @@ 2.0 {EA520D46-7FC9-4657-AAA3-8C0EAE99E365} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 87d9778..b71ab8e 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 @@ -8,12 +8,8 @@ 2.0 {235A4D64-B91A-4DC7-B6B8-3BE1E07E230F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d9bbe7c..94eb195 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 @@ -8,12 +8,8 @@ 2.0 {6351A54D-4AF0-4FEF-82BC-39A1B91860EE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 802a66a..eeaf32f 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 @@ -8,12 +8,8 @@ 2.0 {EBB87DB8-2F0C-4EC1-8ADB-FDC030F01BB7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9953eff..6368483 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 @@ -8,12 +8,8 @@ 2.0 {789D91DC-38AC-4293-8FF3-A351CBEEA98B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e99d29..1ca80de 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj @@ -8,12 +8,8 @@ 2.0 {FBEFF26E-E543-44EB-97DB-A35D529AF001} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fdef174..bd769db 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj @@ -8,12 +8,8 @@ 2.0 {3DEC45F3-89A5-4F8B-9013-01A5E65B6F2B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 df52a93..43f5e03 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj @@ -8,12 +8,8 @@ 2.0 {F4446508-D1BB-49B2-AA86-DEAD87A7D00C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c92631b..635047e 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 @@ -8,12 +8,8 @@ 2.0 {596F4D3B-4673-481F-9B3B-63AD94467F0E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7aa855f..4c0ed33 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj @@ -8,12 +8,8 @@ 2.0 {668CC077-E27C-4BCA-BFDC-7665BDF3A414} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 defcf46..99434f8 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 @@ -8,12 +8,8 @@ 2.0 {E0742648-250D-44E9-9240-315BF341E2E2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e0f18a2..e67730c 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 @@ -8,12 +8,8 @@ 2.0 {CED9FC4A-BD8C-4EF2-8A64-4BCAC3ABF4CB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3f9a433..6f25f3d 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 b63fb73..b6ed6d1 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 1435383..43f4784 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 8452e8a..670081f 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 84644bc..a9d5aaa 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 60e998f..14cbd77 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 bee0ff7..51eb28f 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 eb57b23..2cd1759 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 8b6dc81..c21845e 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 29a5e32..37169c0 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 fc47382..be643db 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 f68e44a..f9b22c9 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 0b39726..408d97e 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 @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly false 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 64c6f93..69035ed 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 @@ -8,12 +8,8 @@ 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 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 38cf654..ff2a307 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 @@ -8,12 +8,8 @@ 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 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 fb0c530..48ff535 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 @@ -8,12 +8,8 @@ 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 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 462b8b3..46269d5 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 @@ -8,12 +8,8 @@ 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 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 0fdd84b..7cbe450 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 @@ -8,12 +8,8 @@ 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 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 2c1d36f..6a83b5f 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 @@ -8,12 +8,8 @@ 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 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 157f02c..1be1fb0 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 @@ -8,12 +8,8 @@ 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 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 b119d00..b47385b 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 @@ -8,12 +8,8 @@ 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 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 5723400..ce53e36 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 @@ -8,12 +8,8 @@ 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 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 8c349f8..e5bf4fa 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 @@ -8,12 +8,8 @@ 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 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 bc92dcf..93fbe78 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 @@ -8,12 +8,8 @@ 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 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 63fbac5..6b017bf 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 @@ -8,12 +8,8 @@ 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 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 384196b..3952f3b 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 @@ -8,12 +8,8 @@ 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 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 883bf2a..8a583dc 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 @@ -8,12 +8,8 @@ 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 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 e28a9d5..0a7fdc9 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 @@ -8,12 +8,8 @@ 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 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 ecbfd1a..ee08efd 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 @@ -8,12 +8,8 @@ 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 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 4d7ffa5..8cd066e 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 @@ -8,12 +8,8 @@ 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 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 2df62e0..6fe71af 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 @@ -8,12 +8,8 @@ 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 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 22afd83..4d3bc83 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 @@ -8,12 +8,8 @@ 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 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 5bea26d..e7c59ec 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 @@ -8,12 +8,8 @@ 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 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 82e393a..a1f569c 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 @@ -8,12 +8,8 @@ 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 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 17a8a29b..871b693 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 @@ -8,12 +8,8 @@ 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 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 2365cec..457625b 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 @@ -8,12 +8,8 @@ 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 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 d81fe2c..3c046ac 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 @@ -8,12 +8,8 @@ 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 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 a1a6b10..56eff60 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 @@ -8,12 +8,8 @@ 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 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 b688acd..4e4c9e1 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 @@ -8,12 +8,8 @@ 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 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 89318ae..c658073 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 @@ -8,12 +8,8 @@ 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 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 97c4522..a55d2f3 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 @@ -8,12 +8,8 @@ 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 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 0509f92..9cb1f25 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 @@ -8,12 +8,8 @@ 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 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 4f473cc..637c6d3 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 @@ -8,12 +8,8 @@ 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 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 10c5f57..a98558e 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 @@ -8,12 +8,8 @@ 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 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 a664e79..46c695e 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 @@ -8,12 +8,8 @@ 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 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 6590e3d..cda0313 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 @@ -8,12 +8,8 @@ 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 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 57c0cd5..8dedb9c 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 @@ -8,12 +8,8 @@ 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 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 bb50dbf..4d2767e 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 @@ -8,12 +8,8 @@ 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 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 defe4f8..54c6b9f 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 @@ -8,12 +8,8 @@ 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 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 b27dc1f..e524ebf 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 @@ -8,12 +8,8 @@ 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 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 2d3b1b0..18cc5ec 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 @@ -8,12 +8,8 @@ 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 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 d9902b6..be6b46c 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 @@ -8,12 +8,8 @@ 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 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 c4d9d70..61de184 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 @@ -8,12 +8,8 @@ 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 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 81cb4a0..e1c311c 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 @@ -8,12 +8,8 @@ 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 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 348a0d5..eb8fa13 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 @@ -8,12 +8,8 @@ 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 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 63b0bca..8434802 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 @@ -8,12 +8,8 @@ 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 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 dbd967e..f9c1c00 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 @@ -8,12 +8,8 @@ 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 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 a1508cb..e89dcc8 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 @@ -8,12 +8,8 @@ 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 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 4207caa..073fffe 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 @@ -8,12 +8,8 @@ 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 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 74eeb9b..4e7b8ff 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 @@ -8,12 +8,8 @@ 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 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 b91bb9c..ce8e9c6 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 @@ -8,12 +8,8 @@ 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 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 8dea5e3..971f7ff 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 @@ -8,12 +8,8 @@ 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 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 04faa6f..d1ccef4 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 @@ -8,12 +8,8 @@ 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 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 b2ce802..1c668b3 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 @@ -8,12 +8,8 @@ 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 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 9f1b693..87565b0 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 @@ -8,12 +8,8 @@ 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 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 b231874..a650366 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 @@ -8,12 +8,8 @@ 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 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 acfa505..2361cb8 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 @@ -8,12 +8,8 @@ 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 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 ced1c05..1df0b4e 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 @@ -8,12 +8,8 @@ 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 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 8107392..f05bd28 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 @@ -8,12 +8,8 @@ 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 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 be91a0d..7edbf0e 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 @@ -8,12 +8,8 @@ 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 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 3e1849c..51c9c27 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 @@ -8,12 +8,8 @@ 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 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 1dbbe9d..a27e749 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 @@ -8,12 +8,8 @@ 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 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 99963b1..b14d402 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 @@ -8,12 +8,8 @@ 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 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 43e488e..3766680 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 @@ -8,12 +8,8 @@ 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 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 0ce9911..6b90450 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 @@ -8,12 +8,8 @@ 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 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 5746718..bd33d3a 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 @@ -8,12 +8,8 @@ 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 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 472301e..8ac6726 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 @@ -8,12 +8,8 @@ 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 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 91f647a..7dbdb35 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 @@ -8,12 +8,8 @@ 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 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 474d5e7..df16485 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 @@ -8,12 +8,8 @@ 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 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 e7158ac..b8efd6b 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 @@ -8,12 +8,8 @@ 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 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 18c8fe8..ad3b033 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 @@ -8,12 +8,8 @@ 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 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 bece854..d30748a 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 @@ -8,12 +8,8 @@ 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 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 035d65a..6ccea5a 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 @@ -8,12 +8,8 @@ 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 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 5db47dc..5002f07 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 @@ -8,12 +8,8 @@ 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 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 91f86c2..aa043710 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 @@ -8,12 +8,8 @@ 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 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 ac61366..074dd77 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 @@ -8,12 +8,8 @@ 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 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 262b2fd..41cc87b 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 @@ -8,12 +8,8 @@ 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 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 fb862b6..7934e3e 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 @@ -8,12 +8,8 @@ 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 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 3ecd4c8..dce9c23 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 @@ -8,12 +8,8 @@ 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 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 cb19d9f..ddcb383 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 @@ -8,12 +8,8 @@ 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 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 daad867..844ea77 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 @@ -8,12 +8,8 @@ 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 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 b4f3952..dc5753e 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 @@ -8,12 +8,8 @@ 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 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 ceb7321..ce80417 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 @@ -8,12 +8,8 @@ 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 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 fdc73a4..15283ab 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 @@ -8,12 +8,8 @@ 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 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 f6243e5..f6d0a27 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 @@ -8,12 +8,8 @@ 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 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 6cb1899..34b64f0 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 @@ -8,12 +8,8 @@ 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 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 7a53efb..551d500 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 @@ -8,12 +8,8 @@ 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 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 1019ffe..0f9fd86 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 @@ -8,12 +8,8 @@ 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 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 a39257d..8faa0e8 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 @@ -8,12 +8,8 @@ 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 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 2d844e7..498ffd4 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 @@ -8,12 +8,8 @@ 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 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 18bf1cc..a20f8ca 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 @@ -8,12 +8,8 @@ 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 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 6c944ca..80077e1 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 @@ -8,12 +8,8 @@ 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 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 77afd18..fa1ded0 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 @@ -8,12 +8,8 @@ 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 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 f4419b7..f658c76 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 @@ -8,12 +8,8 @@ 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 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 6958ab9..38f210e 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 @@ -8,12 +8,8 @@ 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 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 4862e83..68bb05c 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 @@ -8,12 +8,8 @@ 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 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 f08e114..c5d24c7 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 @@ -8,12 +8,8 @@ 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 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 be4c90e..d2078c3 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 @@ -8,12 +8,8 @@ 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 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 3408c164..38c1317 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 @@ -8,12 +8,8 @@ 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 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 3c07465..10d7015 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 @@ -8,12 +8,8 @@ 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 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 058bf64..d18230f 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 @@ -8,12 +8,8 @@ 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 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 f24790a..30e3642 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 @@ -8,12 +8,8 @@ 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 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 95afcdd..339c760 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 @@ -8,12 +8,8 @@ 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 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 1b274e1..dbff6b9 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 @@ -8,12 +8,8 @@ 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 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 3f416b06..7a56dbe 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 @@ -8,12 +8,8 @@ 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 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 0c1e133..2f16c17 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 @@ -8,12 +8,8 @@ 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 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 4d2d73b..17d1ebb 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 @@ -8,12 +8,8 @@ 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 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 b9d18c7..ce92d72 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 @@ -8,12 +8,8 @@ 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 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 1efca4b..a49d9a3 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 @@ -8,12 +8,8 @@ 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 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 8c014fc..a6ce1c4 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 @@ -8,12 +8,8 @@ 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 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 7eb0a07..1f67c2c 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 @@ -8,12 +8,8 @@ 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 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 1717baa..acfad65 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 @@ -8,12 +8,8 @@ 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 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 d2c631f..eaf0d0e 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 @@ -8,12 +8,8 @@ 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 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 b9562ac..b99fcc5 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 @@ -8,12 +8,8 @@ 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 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 22d505b..0dae6e9 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 @@ -8,12 +8,8 @@ 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 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 a6bdd71..df607ba 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 @@ -8,12 +8,8 @@ 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 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 ce518e9..2a08496 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 @@ -8,12 +8,8 @@ 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 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 f882b45..68ccc2c 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 @@ -8,12 +8,8 @@ 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 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 fcad873..eadadfd 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 @@ -8,12 +8,8 @@ 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 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 35109e9..fbfb8b5 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 @@ -8,12 +8,8 @@ 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 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 7db1c48..b5f7e29 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 @@ -8,12 +8,8 @@ 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 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 3f63fa8..bd43c04 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 @@ -8,12 +8,8 @@ 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 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 909812a..5a0c7cc 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 @@ -8,12 +8,8 @@ 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 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 c24651a..0d53955 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 @@ -8,12 +8,8 @@ 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 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 5c036c3..76f079c 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 @@ -8,12 +8,8 @@ 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 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 a1e4522..e8c8208af 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 @@ -8,12 +8,8 @@ 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 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 d7d6c5a..c5aa968 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 @@ -8,12 +8,8 @@ 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 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 7376721..d6233b2 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 @@ -8,12 +8,8 @@ 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 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 534036d..f123c1b 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 @@ -8,12 +8,8 @@ 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 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 f58e687..00b2c65 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj @@ -8,13 +8,9 @@ 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 ..\..\ true - 7a9bfb7d BuildOnly 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 a336fe8..dd55c84 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 @@ -8,12 +8,8 @@ 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 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 88cf996..8d7c288 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 @@ -8,12 +8,8 @@ 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 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 2198e45..837b796 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 @@ -8,12 +8,8 @@ 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 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 fd35d1f..9fa3ae7 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 @@ -8,12 +8,8 @@ 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 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 57c1e58..d565d6a 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 @@ -8,12 +8,8 @@ 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 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 b29e095..732c9c6 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 @@ -8,12 +8,8 @@ 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 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 0788436..9bc5336 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 @@ -8,12 +8,8 @@ 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 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 a8a1dbf..32786d4 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 @@ -8,12 +8,8 @@ 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 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 8f93773..561a175 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 @@ -8,12 +8,8 @@ 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 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 51465b9..1934b8e 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 @@ -8,12 +8,8 @@ 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 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 5f8e6f3..5156e7a 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 @@ -8,12 +8,8 @@ 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 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 43170dd..596487b 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 @@ -8,12 +8,8 @@ 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 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 d685d0c..01942fa 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fe7c9b3..bc22130 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 @@ -8,12 +8,8 @@ 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 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 7ed3247..e69fcf9 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 @@ -8,12 +8,8 @@ 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 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 f4f0bee..9f1bbd1 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 1bceb59..c0d83df 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 @@ -8,12 +8,8 @@ 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 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 c832040..64b149c 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 @@ -8,12 +8,8 @@ 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 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 056d15b..bad0e14 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 f033b2f..ba46206 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 7705fdb..139b3202 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8c56218..c8b9921 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 b419e5d..24ca080 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 @@ -8,12 +8,8 @@ 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 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 af99992..5fbe495 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 @@ -8,12 +8,8 @@ 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 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 473d813..4d2a886 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 @@ -8,12 +8,8 @@ 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 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 473d813..4d2a886 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 @@ -8,12 +8,8 @@ 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 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 473d813..4d2a886 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 @@ -8,12 +8,8 @@ 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 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 913f308..04d39f7 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 9d51505..20471ce 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 be0a595..c51d5b4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 fd9e19b..1db8353 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a2b59d6..904cdc4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 298eaf6..d7976a2 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 0894320..fad418b 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 6e6a8a8..80635e5 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 572e68a..f334fdf 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 bb48f85..0286146 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 @@ -8,12 +8,8 @@ 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 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 4677b68..278473c 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 @@ -8,12 +8,8 @@ 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 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 9d7e7d1..f14df90 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 @@ -8,12 +8,8 @@ 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 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 122d1c8..c21e6fe 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 @@ -8,12 +8,8 @@ 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 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 f47a88c..71c19cd 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 @@ -8,12 +8,8 @@ 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 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 2f13c45..f424672 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 @@ -8,12 +8,8 @@ 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 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 48c4453..f9f2d84 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 @@ -8,12 +8,8 @@ 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 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 63e4cd4..a1e8b61 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 @@ -8,12 +8,8 @@ 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 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 4990d8a..da577914 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 @@ -8,12 +8,8 @@ 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 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 ed49258..83d9d69 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 @@ -8,12 +8,8 @@ 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 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 dbf84c6..6d45ecd 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 @@ -8,12 +8,8 @@ 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 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 f9326d8..467c127 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 @@ -8,12 +8,8 @@ 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 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 a619748..f953d70 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 @@ -8,12 +8,8 @@ 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 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 16caa33..3871db4 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 @@ -8,12 +8,8 @@ 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 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 646b62e..364ee7b 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 @@ -8,12 +8,8 @@ 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 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 9f1ffaf..ee4cde2 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 @@ -8,12 +8,8 @@ 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 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 82f5bb8..7d144cb 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 @@ -8,12 +8,8 @@ 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 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 48e1fbb..272d70e 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 @@ -8,12 +8,8 @@ 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 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 68a1fcd..9194caa 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 @@ -8,12 +8,8 @@ 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 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 f013b98..2005db2 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 @@ -8,12 +8,8 @@ 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 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 f930f2c..15041a5 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 @@ -8,12 +8,8 @@ 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 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 72ab334..fc95236 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 @@ -8,12 +8,8 @@ 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 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 5b21afd..ab0b191 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 @@ -8,12 +8,8 @@ 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 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 12d9caf..fcc6a61 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 @@ -8,12 +8,8 @@ 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 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 5695813..306c301 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 @@ -8,12 +8,8 @@ 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 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 cb18f05..652764f 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 @@ -8,12 +8,8 @@ 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 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 1fd54ad..b70abeb 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 @@ -8,12 +8,8 @@ 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 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 dfe4a8f..c0e6083 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 @@ -8,12 +8,8 @@ 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 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 ebfdb6b..8be3337 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 @@ -8,12 +8,8 @@ 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 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 2ea1943..bc18ec8 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 @@ -8,12 +8,8 @@ 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 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 c33a79b..4927701 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 @@ -8,12 +8,8 @@ 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 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 3714bb4..b6aff30 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 @@ -8,12 +8,8 @@ 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 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 c9502b0..cfe0f40 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 @@ -8,12 +8,8 @@ 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 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 ab80f97..b0cc3ce 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 @@ -8,12 +8,8 @@ 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 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 02b7be1..31d663a 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 @@ -8,12 +8,8 @@ 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 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 d27de77..f12cfa1 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 @@ -8,12 +8,8 @@ 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 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 b603905..f1d7748 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 @@ -8,12 +8,8 @@ 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 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 d3ae179..01991bd 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 @@ -8,12 +8,8 @@ 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 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 6e71078..b8394e6 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 @@ -8,12 +8,8 @@ 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 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 46bf3d4..fa31280 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 @@ -8,12 +8,8 @@ 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 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 825e8c2..03e1a3f 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 @@ -8,12 +8,8 @@ 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 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 9ca4da5..d156f27 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 @@ -8,12 +8,8 @@ 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 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 ac2f7de..1e47b08 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 @@ -8,12 +8,8 @@ 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 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 1b6f9bf..7dffc84 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 @@ -8,12 +8,8 @@ 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 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 14e7c73..b57b58a 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 @@ -8,12 +8,8 @@ 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 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 5c43554..019c1a5e 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 @@ -8,12 +8,8 @@ 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 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 cfc0304..2b7c93d 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 @@ -8,12 +8,8 @@ 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 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 42bbd7f..452be2f 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 @@ -8,12 +8,8 @@ 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 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 5489057..ddc8a07 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 @@ -8,12 +8,8 @@ 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 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 f502130..4f0c80e 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 @@ -8,12 +8,8 @@ 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 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 aadc5fa..9f6fd04 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 @@ -8,12 +8,8 @@ 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 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 af48f01..6dc67b5 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 @@ -8,12 +8,8 @@ 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 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 c5a275d..d548e78 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 @@ -8,12 +8,8 @@ 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 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 27475e4..c15d024 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 @@ -8,12 +8,8 @@ 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 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 a84c1bd..2c3705a 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 @@ -8,12 +8,8 @@ 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 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 6db0b24..43eb23d 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 @@ -8,12 +8,8 @@ 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 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 302669a..c447be0 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 @@ -8,12 +8,8 @@ 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 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 ef24f9f..a9fcde4 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 @@ -8,12 +8,8 @@ 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 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 2bb215b..5cead30 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 @@ -8,12 +8,8 @@ 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 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 211ca72..9ce13be 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 @@ -8,12 +8,8 @@ 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 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 235bdee..9effe2f 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 @@ -8,12 +8,8 @@ 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 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 4124c61..d24686c 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 @@ -8,12 +8,8 @@ 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 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 92ddd13..4be027f 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 @@ -8,12 +8,8 @@ 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 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 8a52b8a..dab0e38 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 @@ -8,12 +8,8 @@ 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 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 43bdd07..f83c3dd 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 @@ -8,12 +8,8 @@ 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 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 cdc0eb5..c47cb46 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 @@ -8,12 +8,8 @@ 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 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 0b08f51..774c56b 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 @@ -8,12 +8,8 @@ 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 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 9971fe8..e377ee1 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 @@ -8,12 +8,8 @@ 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 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 b9af4e3..1f75a1b 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 @@ -8,12 +8,8 @@ 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 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 3341e20..8a312ca 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 @@ -8,12 +8,8 @@ 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 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 2e8a3cb..478afc5 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 @@ -8,12 +8,8 @@ 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 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 40a8716..b7cb357 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 @@ -8,12 +8,8 @@ 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 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 fac3434..57f52b0 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 @@ -8,12 +8,8 @@ 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 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 1f5e08d..88569f7 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 @@ -8,12 +8,8 @@ 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 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 3807b95..f519112 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 @@ -8,12 +8,8 @@ 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 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 524e7df..6bbab5c 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 @@ -8,12 +8,8 @@ 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 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 0ad2489..ca5a88d 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 @@ -8,12 +8,8 @@ 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 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 79b9e82..b690ba9 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 @@ -8,12 +8,8 @@ 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 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 610ba4b..16af55f 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 @@ -8,12 +8,8 @@ 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 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 64f3677..8a3ab7b 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 @@ -8,12 +8,8 @@ 2.0 {3ED661B5-319B-48F4-9967-0CBABE8EBE73} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e23e1b3..d963b03 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 @@ -8,12 +8,8 @@ 2.0 {865955A1-6602-4193-8987-345C4EF8356A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c40106e..052663c 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 @@ -8,12 +8,8 @@ 2.0 {B228E862-A53D-4F11-BCD6-D8D272F0C66C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 958f913..774fdaa 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 @@ -8,12 +8,8 @@ 2.0 {6B7E70E6-EF12-44B8-B9A4-6BED566A2F8D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 019627e..b649e9d 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 @@ -8,12 +8,8 @@ 2.0 {63E99969-750E-464D-899E-6EEE9EA67F9A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0220ae9..fe3e36e 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 @@ -8,12 +8,8 @@ 2.0 {BE135661-BB2B-45D4-824E-29C5F824C046} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 079161a..db256a5 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 @@ -8,12 +8,8 @@ 2.0 {A4D62CDE-4698-44AD-AD64-3DBF9332C254} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e4cf2d3..3773bad 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 @@ -8,12 +8,8 @@ 2.0 {EA7AD6C6-064B-4DB3-9F90-109ACFAF4C84} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fc30a86..1199d58 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 @@ -8,12 +8,8 @@ 2.0 {ED45850C-314D-4C54-AEDE-BAF0BAB35C11} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9cc75e6..e7713fa 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 @@ -8,12 +8,8 @@ 2.0 {25259293-8AB2-41F9-A85A-287B67A92F47} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 456c86a..8b8e733 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 @@ -8,12 +8,8 @@ 2.0 {80432680-467C-44B5-B7F1-93AC39D576E5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0d84168..12be8fd 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 @@ -8,12 +8,8 @@ 2.0 {32092B1E-6593-44B9-97E6-5EAED24DA728} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a5b27fd..d311c60 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 @@ -8,12 +8,8 @@ 2.0 {243B71CD-1777-47D9-9FBA-1600979C9CAD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1c33fac..d986a9f 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 @@ -8,12 +8,8 @@ 2.0 {377E5E65-3EBB-40BE-9AF2-1EFABF501F77} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 534dd65..3a8948b 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 @@ -8,12 +8,8 @@ 2.0 {DB27E434-7BF3-40DC-8EE8-45E221D021B6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b739b9d..48c8c4e 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 @@ -8,12 +8,8 @@ 2.0 {518679EE-E7BD-4C43-A1AA-49EC99884AB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f9419b7..70d1d3a 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 @@ -8,12 +8,8 @@ 2.0 {577F22AF-E8A2-4F30-B334-52C472E00218} Exe - Properties - 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/jit64/opt/cg/cgstress/CgStress1_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj index 89513a5..ce98dff 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 @@ -8,12 +8,8 @@ 2.0 {7B9B9A61-B8D4-40BE-B129-CAE29DA7DBE9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c497c50..6cd2711 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 @@ -8,12 +8,8 @@ 2.0 {AE1875D5-E1FF-4B62-AC11-6D240E08EF4F} Exe - Properties - 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/jit64/opt/cg/cgstress/CgStress1_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj index 6f4babe..bc06373 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 @@ -8,12 +8,8 @@ 2.0 {574638AF-F419-4A9C-AB48-C2E4E4FA871E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5b97377..b1ebbcc 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 @@ -8,12 +8,8 @@ 2.0 {7D460199-5067-44D8-AF25-63FC56C328CD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2472fbf..6064ce5 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 @@ -8,12 +8,8 @@ 2.0 {EC1E4B63-F569-4AED-951E-6AD70E068837} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 424ed0c..88ffd20 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 @@ -8,12 +8,8 @@ 2.0 {7819D99D-5521-41F5-B6E0-002C176B64D1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 4815bd3..fb046e7 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 @@ -8,12 +8,8 @@ 2.0 {2109EB2F-0679-47CB-90DC-4C1D3DB4D4FE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5a05016..97afe6a 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 @@ -8,12 +8,8 @@ 2.0 {8B7C722A-3E7E-476A-A6EB-3A33E0D7B8F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7b41bac..5af932c 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 @@ -8,12 +8,8 @@ 2.0 {1B939809-FCC2-45FE-A420-F39FA207713C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3dcc977..3e69c21 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 @@ -8,12 +8,8 @@ 2.0 {D3EF87D0-AA9F-4E5B-AAF3-EEE3E920E25B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 52a670f..4c186b9 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 @@ -8,12 +8,8 @@ 2.0 {415E8598-01F0-484D-9B87-A9DB65DFACF8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9815de2..ad41803 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 @@ -8,12 +8,8 @@ 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 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 59db0a5..b9b6ee4 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 @@ -8,12 +8,8 @@ 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 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 a4fba5e..f90eca3 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 @@ -8,12 +8,8 @@ 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 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 ba56186..bc04b83 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 @@ -8,12 +8,8 @@ 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 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 7672122..da410a3 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 @@ -8,12 +8,8 @@ 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 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 f2f005f..5b4ddef 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 @@ -8,12 +8,8 @@ 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 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 b44a4e9..80847f2 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 @@ -8,12 +8,8 @@ 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 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 a246630..e7e065a 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 @@ -8,12 +8,8 @@ 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 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 9d316d3..91d07fd 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 @@ -8,12 +8,8 @@ 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 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 f337899..a11c8e2 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 @@ -8,12 +8,8 @@ 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 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 13c5f2b..8272a1b 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 @@ -8,12 +8,8 @@ 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 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 d9c78ae..66db162 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 @@ -8,12 +8,8 @@ 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 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 7a73a81..e8d1b8a 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 @@ -8,12 +8,8 @@ 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 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 526d101..d6d0bc0 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 @@ -8,12 +8,8 @@ 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 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 8d6f88b..52fe71c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj @@ -8,12 +8,8 @@ 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 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 4a90977..b67c7cd 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj @@ -8,12 +8,8 @@ 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 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 55dce54..844cb82 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj @@ -8,12 +8,8 @@ 2.0 {BEA92187-D3E8-48FC-B4A7-D0FEF7E2C1E8} Exe - Properties - 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/jit64/opt/cse/HugeArray1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj index fe908c4..db64af4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj @@ -8,12 +8,8 @@ 2.0 {2D062909-B106-4120-9C31-8D32F2394798} Exe - Properties - 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/jit64/opt/cse/HugeField1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj index a560f3c..5b532cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj @@ -8,12 +8,8 @@ 2.0 {B21C4E34-7743-4381-9B4C-99627BA8F9C6} Exe - Properties - 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/jit64/opt/cse/HugeField2.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj index d000d53..f6806e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj @@ -8,12 +8,8 @@ 2.0 {0212B91B-4135-400F-BF6D-93809909496A} Exe - Properties - 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/jit64/opt/cse/VolatileTest_op_add.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj index 2af0be7..523c1ba 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 @@ -8,12 +8,8 @@ 2.0 {BF5C70EC-5E7E-443F-BB66-2DA2BC7FAAB2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d94fde..4a12355 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 @@ -8,12 +8,8 @@ 2.0 {CCD0AB75-D346-403E-A6B2-3679C980B66A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 05627da..8857c71 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 @@ -8,12 +8,8 @@ 2.0 {3F72CAA0-BFC4-432F-9882-0E7B9A8899F3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 aaf9953..9afea6e 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 @@ -8,12 +8,8 @@ 2.0 {83011DC7-382E-4573-BA09-10DFC377BA80} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7b2c6b8..03c3537 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 @@ -8,12 +8,8 @@ 2.0 {4A9D343C-6CD5-428E-BE71-F6532244A629} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ca167ae..96769a8 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 @@ -8,12 +8,8 @@ 2.0 {511EDC7B-13C5-40AD-AD87-A99272CAE138} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3aba7bf..a0ceada 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 @@ -8,12 +8,8 @@ 2.0 {08FBD8EC-642B-4283-987D-3544FFF55A65} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f1d64b9..d3770d5 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 @@ -8,12 +8,8 @@ 2.0 {3D4497F0-44E9-4DD3-9ED4-BF81FA76142F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 3f2ff99..42af888 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 @@ -8,12 +8,8 @@ 2.0 {C87C2962-EA62-4535-9DB2-77420B6D3BE7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 21a2c32..d6d147d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj @@ -8,12 +8,8 @@ 2.0 {184EB631-F61D-410D-8AF1-B8AE431A5AB1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 272234f..b7957e5 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 @@ -8,12 +8,8 @@ 2.0 {74AE0CEB-D09C-470C-899D-7A4D9FF3B323} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c45f97a..d5ed0fa 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 @@ -8,12 +8,8 @@ 2.0 {2683C3CA-8B4D-4302-AF5A-D5E474F9C29B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6ea9858..fe3bc23 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 @@ -8,12 +8,8 @@ 2.0 {1BE2429D-2C90-427D-9FA9-1102B41603BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 814a34a..e75fd45 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 @@ -8,12 +8,8 @@ 2.0 {9FAE0763-0333-461C-A412-4F19A04F3D02} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c890e01..db40cb0 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 @@ -8,12 +8,8 @@ 2.0 {C4242908-520F-4448-B010-67B9A70FECC1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2df3c61..badb7a4 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 @@ -8,12 +8,8 @@ 2.0 {EC6E2B2D-93BE-47A4-92A6-47158993402D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 da195cc..b98d0d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj @@ -8,12 +8,8 @@ 2.0 {ED46394E-7DE4-49B7-A92B-B9BA54132245} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dc915a9..cdd89b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj @@ -8,12 +8,8 @@ 2.0 {F0311035-7E69-4386-8D0B-66884FAFA924} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0fbd909..cd0e5a2 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 @@ -8,12 +8,8 @@ 2.0 {2431682E-15D7-475D-AB18-45D7CC316A22} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a15db6a..eb67893 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj @@ -8,12 +8,8 @@ 2.0 {1D2795A7-3FED-4199-91D7-4EBBC9A8773D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d676401..0736560 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj @@ -8,12 +8,8 @@ 2.0 {53D80023-9448-44F4-875D-575C04FF8404} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a820eb5..4761f02 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj @@ -8,12 +8,8 @@ 2.0 {58D9A09C-9D65-48D0-A13F-7FA0BB22838E} Exe - Properties - 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/jit64/opt/cse/mixedexpr1_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj index 182238f..bbfeaa7 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 @@ -8,12 +8,8 @@ 2.0 {EAE31C83-CDA9-492C-BA36-157FEF6FA0F9} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c5c4a7b..53b8faa 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 @@ -8,12 +8,8 @@ 2.0 {5A2A29BF-A5C2-4DB1-B905-234047CC0F62} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 99e7d9b..f63ed53 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 @@ -8,12 +8,8 @@ 2.0 {089FC866-7DF2-41A0-8094-8A524C4FC713} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6c8380..4ddd5d9 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 @@ -8,12 +8,8 @@ 2.0 {30A68F83-6397-4D9E-A9AC-04F9F0C7B6CE} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 85bed57..d5ab393 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 @@ -8,12 +8,8 @@ 2.0 {6E0F6229-1D3B-4719-B782-3DB5C0C792B8} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7604550..66e5e80 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 @@ -8,12 +8,8 @@ 2.0 {E1771D57-4628-444F-B838-8F12E6012BA5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a9faa4a..d6db421 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj @@ -8,12 +8,8 @@ 2.0 {CB1DD25E-6C1B-4BAF-966B-8DD21EA72E74} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c874abc..10bb9de 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 @@ -8,12 +8,8 @@ 2.0 {B5EB8015-3E35-434C-8ACB-0DC8948A3187} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 782a618..48574dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj @@ -8,12 +8,8 @@ 2.0 {CF2715F0-25EC-4F5B-AE4B-1F9DA314D880} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a0248e6..c201744 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 @@ -8,12 +8,8 @@ 2.0 {6C323F5A-B563-4F00-8311-1F3A3989CC4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 122195d..64ad636 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj @@ -8,12 +8,8 @@ 2.0 {95327237-D435-434B-AE93-5C30115C7663} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 1b8d35c..32c47b7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj @@ -8,12 +8,8 @@ 2.0 {4996DF71-4E47-49C5-9857-F0942487F4B3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f68b969..5356fd6 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 @@ -8,12 +8,8 @@ 2.0 {E0C3F30B-3B05-4390-A7CE-C70432E26861} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d7261c4..71bfd83 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 @@ -8,12 +8,8 @@ 2.0 {1CE03C7A-601A-4AD8-B1DC-37F6AD36B861} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ee2d11e..1a978f7 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 @@ -8,12 +8,8 @@ 2.0 {B71D58CC-93B5-471A-8F74-0E30F6DCE3D1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ff4039b..e17e4fc 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 @@ -8,12 +8,8 @@ 2.0 {10E406E9-75CF-4A3D-B448-ED9E02EBA7D3} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0d29b50..6a043ac 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 @@ -8,12 +8,8 @@ 2.0 {6FE98154-4239-4D39-A665-9D7EFD4961BB} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e6fa8b..3bdfe3f 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 @@ -8,12 +8,8 @@ 2.0 {9F603CE5-AED2-40FD-8034-D7FF005DA40E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 29d8690..f463bd2 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 @@ -8,12 +8,8 @@ 2.0 {934DF959-89A7-4AD1-B2E7-68DE53A3305F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fecffa2..1c33e30 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 @@ -8,12 +8,8 @@ 2.0 {5DF9C78F-2147-439B-A9A1-485662343D02} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 399c21c..5f3738c 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 @@ -8,12 +8,8 @@ 2.0 {DCFBA03F-4498-4E6E-B389-820E87341927} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 56321e6..46af24c 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 @@ -8,12 +8,8 @@ 2.0 {E6003279-D6B5-4E63-9237-244D96C5E1D1} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a2b466d..acb167f 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 @@ -8,12 +8,8 @@ 2.0 {AF2C7178-EB18-4F5F-9C03-CBCF931C32C5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 690d67d..4e090f1 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 @@ -8,12 +8,8 @@ 2.0 {415582ED-14CB-41F9-891B-07F0E1AFE02A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d6a6554..ac41ac7 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 @@ -8,12 +8,8 @@ 2.0 {5DA3DA67-3157-46FB-82FA-74DCC51C298E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 93ca472..758f639 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 @@ -8,12 +8,8 @@ 2.0 {70617D82-107B-4AB4-A336-3B729B9B62B4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ea852d3..1ac4994 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 @@ -8,12 +8,8 @@ 2.0 {13792ECB-CE27-4C83-8DEC-92D5EFB11A2D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 968eed3..14d344b 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 @@ -8,12 +8,8 @@ 2.0 {F3F1AA7A-CBBB-4293-9F03-E047A2CB1439} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6996e7a..682449e 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 @@ -8,12 +8,8 @@ 2.0 {E136E2BC-AD99-48C2-801C-0396F29391CC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e642297..63fbb3d 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 @@ -8,12 +8,8 @@ 2.0 {29C0EC2A-D599-43CA-84D9-C8C95C72136D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b6bfceb..258a31d 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 @@ -8,12 +8,8 @@ 2.0 {73AA459B-430A-4296-9AAA-62E62615F28D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 539ec31..5338694 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj @@ -8,12 +8,8 @@ 2.0 {92127EE1-C096-4417-9A2E-94C34053A379} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 0a9cf5a..5ea83bc 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj @@ -8,12 +8,8 @@ 2.0 {3A0259CC-C707-4A88-802C-36AB169E56FD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 71ff9b4..6a37474 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 @@ -8,12 +8,8 @@ 2.0 {4D4D9073-CC9D-49E2-90C5-B3F8E0EFA7E7} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 40608b6..5bfd93c 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 @@ -8,12 +8,8 @@ 2.0 {3AB2ED60-231C-4C23-820F-43B89362AB37} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 80fe950..d2251e9 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 @@ -8,12 +8,8 @@ 2.0 {835C8533-31E5-46BD-9328-7C13BCBDFA3B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 07b8e2a..828fdee 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 @@ -8,12 +8,8 @@ 2.0 {5FABFBE1-CB4F-4347-9869-E8F831DD5BD6} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c61f324..be2a8b1 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj @@ -8,12 +8,8 @@ 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 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 33bec5d..5cf7953 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 @@ -8,12 +8,8 @@ 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 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 1d9e8d5..dc6e04b 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 @@ -8,12 +8,8 @@ 2.0 {D57D7CFC-1AD8-44FB-A234-78C6126C5894} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c7d88ec..3284ea7 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 @@ -8,12 +8,8 @@ 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 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 2ffcd24..4567311 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 @@ -8,12 +8,8 @@ 2.0 {2A843792-C6EE-41E9-8A85-0EDA1052287A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f5796e8..ae2e6ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj @@ -8,12 +8,8 @@ 2.0 {3B636BB6-F327-4E8B-9100-C7A9238E0FAD} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 31396f7..43aa70f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj @@ -8,12 +8,8 @@ 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 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 1f61173..ccc77d9 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 @@ -8,12 +8,8 @@ 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 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 1b86c24..34c6b80 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 @@ -8,12 +8,8 @@ 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 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 3705ccc..eb252d9 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 @@ -8,12 +8,8 @@ 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 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 2feb489..c61cd6f 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 @@ -8,12 +8,8 @@ 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 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 05db2fd..3937768 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 @@ -8,12 +8,8 @@ 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 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 fb9cdd4..3853794 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 @@ -8,12 +8,8 @@ 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 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 7922a56..45f04e0 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 @@ -8,12 +8,8 @@ 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 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 344dab9..618fe13 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 @@ -8,12 +8,8 @@ 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 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 66e4079..6ee0868 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 @@ -8,12 +8,8 @@ 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 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 c06054a..ef9a19e 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 @@ -8,12 +8,8 @@ 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 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 dcf67b9..01ecf3a 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 @@ -8,12 +8,8 @@ 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 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 cf8c8cb..8f83ed2 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 @@ -8,12 +8,8 @@ 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 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 f6afc96..b305913 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 @@ -8,12 +8,8 @@ 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 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 254a991..ce3c6ef 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 @@ -8,12 +8,8 @@ 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 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 05db2fd..3937768 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 @@ -8,12 +8,8 @@ 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 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 fb9cdd4..3853794 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 @@ -8,12 +8,8 @@ 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 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 1ad9978..c5590ec 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 @@ -8,12 +8,8 @@ 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 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 a0d357a..a1d6d44 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 @@ -8,12 +8,8 @@ 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 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 a9bfe1b..3530435 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 @@ -8,12 +8,8 @@ 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 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 f6f8d36..34ed3ea 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 @@ -8,12 +8,8 @@ 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 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 50b5140..6b49e27 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 @@ -8,12 +8,8 @@ 2.0 {79040C68-CDB1-4FD0-BD86-3CC5CAAC76BC} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 9875426..f8ec802d 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 @@ -8,12 +8,8 @@ 2.0 {11AC9F3D-88EA-4F10-9D3B-A88E06F71933} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 47888c9..63154db 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 @@ -8,12 +8,8 @@ 2.0 {5E785831-90A1-467A-BC23-5A20376C53CA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 506d64b..fde489d 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 @@ -8,12 +8,8 @@ 2.0 {93A9E752-E897-4AC3-9300-1D13448718F5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6f2275d..1db80d0 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 @@ -8,12 +8,8 @@ 2.0 {2D8E4374-328F-4F65-A292-FD15174C849C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d26723e..c436a99 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 @@ -8,12 +8,8 @@ 2.0 {D530EB76-9464-46BE-9361-70D8ADF04C1C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e31ddd5..16406eb 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 @@ -8,12 +8,8 @@ 2.0 {9EC006C2-A636-4C39-9908-54E1CB3E6DD2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 390912a..a5a3d1a 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 @@ -8,12 +8,8 @@ 2.0 {1B1D2B4C-323A-4ACE-BF39-C5624E90B405} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 17b00ba..0738710 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 @@ -8,12 +8,8 @@ 2.0 {06A7C6C6-9B9B-4299-9D67-575E496D832A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 23b6255..d272b81 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj @@ -8,12 +8,8 @@ 2.0 {CADE5351-B017-4FEE-BE92-EFD112DC2603} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 50a0bf0..3aaee22 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 @@ -8,12 +8,8 @@ 2.0 {5E1E3008-E73A-4E97-A3F1-37DC2EEB295A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 bdd238b..c411bf4 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 @@ -8,12 +8,8 @@ 2.0 {A4F38D33-E204-4736-A17A-A2EE4A595365} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 db629f7..3ac0a72 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 @@ -8,12 +8,8 @@ 2.0 {7E5E70EB-0719-4741-99CC-095D09B90C31} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2a62f29..20d9510 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 @@ -8,12 +8,8 @@ 2.0 {B0CF4140-812F-4877-BD71-257231472300} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 825f8cb..5628306 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 @@ -8,12 +8,8 @@ 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 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 3393ffe..d5b63c6 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 @@ -8,12 +8,8 @@ 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 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 a69898f..a247813 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 @@ -8,12 +8,8 @@ 2.0 {3E71C420-F21A-439A-8618-B7002F0CAB6A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a84f4ae..930b4b2 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 @@ -8,12 +8,8 @@ 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 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 42a7bb3..c73b110 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 @@ -8,12 +8,8 @@ 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 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 a4ff138..bedd8ed 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 @@ -8,12 +8,8 @@ 2.0 {8A9206C6-2B99-4B43-BB80-F6D05D66CC0A} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7e6e77f..5a2ed68 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 @@ -8,12 +8,8 @@ 2.0 {02955291-75B3-40FF-8F78-B2CC05C6F9BA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8af34d0..4b16a96 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 bdaf779..dec3314 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 @@ -8,12 +8,8 @@ 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 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 36fec1c..440d51f 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 @@ -8,12 +8,8 @@ 2.0 {CB4C76B4-98B5-4D6B-92E9-9500C6EE4D6B} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 1ef3bcd..2fc9965 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 50f1274..409daec 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 @@ -8,12 +8,8 @@ 2.0 {5D5E8CBE-803F-42E5-A2AC-B94CAFBAAF3C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e99c36f..c462bbc 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 @@ -8,12 +8,8 @@ 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 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 e99c36f..c462bbc 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 @@ -8,12 +8,8 @@ 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 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 9adf882..f623ca1 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 @@ -8,12 +8,8 @@ 2.0 {301BDE42-EF25-40DD-82EC-3D599E309CA2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 449c361..345dffc 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 e3190dd..2bd1787 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 @@ -8,12 +8,8 @@ 2.0 {252FAB4F-DA96-4FBD-AFEB-B06F31B4927F} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fed7f74..89d081f 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 @@ -8,12 +8,8 @@ 2.0 {C67C7372-EE6C-48C7-B98C-0EC5222B7C29} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 378fce0..1074ace 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 @@ -8,12 +8,8 @@ 2.0 {E1F35D93-E1D2-4CC3-887F-D9E83D765588} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 dd46c92..5b384e7 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 @@ -8,12 +8,8 @@ 2.0 {82C15ECD-27A9-4029-8097-3E15DD3FD949} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6d3296b..3dd9c6c 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 @@ -8,12 +8,8 @@ 2.0 {90D0B14A-1B35-4F5F-AE27-1B447DC0BAC2} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e5eb7b..a0da31b 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 @@ -8,12 +8,8 @@ 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 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 4257e2e..85de923 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 @@ -8,12 +8,8 @@ 2.0 {DFF216BA-CE50-45EA-9C53-96A57D23240C} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a6ed1fc..dd25ca1 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 @@ -8,12 +8,8 @@ 2.0 {BAF4C82D-B91F-4469-9483-FBC7950B825E} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 58e453f..14d0721 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 @@ -8,12 +8,8 @@ 2.0 {15603803-65FD-42A5-BDA8-AD25FEDDDAB5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 59d44f0..83ab5fc 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 @@ -8,12 +8,8 @@ 2.0 {49EFDAE0-AE6B-49BA-B96E-866A7FDF6E25} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d460ba53..855451d 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 @@ -8,12 +8,8 @@ 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 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 4511da9..3c43e34 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 @@ -8,12 +8,8 @@ 2.0 {EBF67994-3AE2-4EBA-BC2A-C11907A62F30} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 d460ba53..855451d 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 @@ -8,12 +8,8 @@ 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 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 a2ba355..ff8d8b8 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 @@ -8,12 +8,8 @@ 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 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 de81175..28fe267 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 @@ -8,12 +8,8 @@ 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 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 f3f9fa7..377d206 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 @@ -8,12 +8,8 @@ 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 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 f6ddb4d..989a88b 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 f6ddb4d..989a88b 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 @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 7060f87..f805610 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 @@ -8,12 +8,8 @@ 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 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 c295d4f..7d50e5c 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 @@ -8,12 +8,8 @@ 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 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 071abc0..10dd849 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 @@ -8,12 +8,8 @@ 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 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 3997841..a5ac082 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 @@ -8,12 +8,8 @@ 2.0 {E0F6F130-5083-4088-B095-8E33BE269C85} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a3f505d..72025d7 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 @@ -8,12 +8,8 @@ 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 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 2eb913d..74914b5 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 @@ -8,12 +8,8 @@ 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 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 8c91261..b41fae1 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 @@ -8,12 +8,8 @@ 2.0 {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 630caf9..c4914f2 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 @@ -8,12 +8,8 @@ 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 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 5a53e7b..4e23053 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 @@ -8,12 +8,8 @@ 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 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 35bd58e..1cdf2e0 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 @@ -8,12 +8,8 @@ 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 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 fe0c5be..57ef6af 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 @@ -8,12 +8,8 @@ 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 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 a9cae69..1654f0f 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 @@ -8,12 +8,8 @@ 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 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 de6e6dc..e5f0889 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 @@ -8,12 +8,8 @@ 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 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 f305881..41ccdd1 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 @@ -8,12 +8,8 @@ 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 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 a9ba094..d61f499 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 @@ -8,12 +8,8 @@ 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 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 3ebe3e3..5dc76fa 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 @@ -8,12 +8,8 @@ 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 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 1065260..d78c2a6 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 @@ -8,12 +8,8 @@ 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 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 35bf1f8..6f3e340 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 @@ -8,12 +8,8 @@ 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 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 99e55a7..54cc0fb 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 @@ -8,12 +8,8 @@ 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 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 4eef1bf..046474a 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 @@ -8,12 +8,8 @@ 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 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 d10ca2d..7d61cd9 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 @@ -8,12 +8,8 @@ 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 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 758a3f4..b184af1 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 @@ -8,12 +8,8 @@ 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 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 f92a237..8604c00 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 @@ -8,12 +8,8 @@ 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 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 f544e6f..4f1faab 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 @@ -8,12 +8,8 @@ 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 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 1c9af12..59d0626 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 @@ -8,12 +8,8 @@ 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 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 8a66b66..0b83a29 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 @@ -8,12 +8,8 @@ 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 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 a2c3e33..09d9287 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 @@ -8,12 +8,8 @@ 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 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 0d8fac6..fade1c8 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 @@ -8,12 +8,8 @@ 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 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 b0f92c6..2f52f3a 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 @@ -8,12 +8,8 @@ 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 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 2509afe..504416d 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 @@ -8,12 +8,8 @@ 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 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 d8e816c..9637c744 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 @@ -8,12 +8,8 @@ 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 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 459586c..9fe3cf8 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 @@ -8,12 +8,8 @@ 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 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 a61a4fd..353bc8b 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 @@ -8,12 +8,8 @@ 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 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 382ceac..c274998 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 @@ -8,12 +8,8 @@ 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 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 6049519..5a4d9a6 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 @@ -8,12 +8,8 @@ 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 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 d250dec..63ab08d 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 @@ -8,12 +8,8 @@ 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 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 d433c6d..34905be 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 @@ -8,12 +8,8 @@ 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 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 3d8b002..065ff7f 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 @@ -8,12 +8,8 @@ 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 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 e26861b..a1fbae8 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 @@ -8,12 +8,8 @@ 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 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 f76810e..397344f 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 @@ -8,12 +8,8 @@ 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 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 5b4ef02..79c793d 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 @@ -8,12 +8,8 @@ 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 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 01f8521..05e89cd 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 @@ -8,12 +8,8 @@ 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 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 29d41c8..fed1f8e 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 @@ -8,12 +8,8 @@ 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 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 0db555b..3034d50 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 @@ -8,12 +8,8 @@ 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 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 89574da..2eaf04a 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 @@ -8,12 +8,8 @@ 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 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 a8a4f13..2f41611 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 @@ -8,12 +8,8 @@ 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 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 403bddc..ea0c577 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 @@ -8,12 +8,8 @@ 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 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 bfdbed0..29dd831 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 @@ -8,12 +8,8 @@ 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 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 e5096f7..f1fb12f 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 @@ -8,12 +8,8 @@ 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 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 5f8e848..23b1c20 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 @@ -8,12 +8,8 @@ 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 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 1c318a7..8f203f5 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 @@ -8,12 +8,8 @@ 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 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 8e98008..3f3b4c2 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 @@ -8,12 +8,8 @@ 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 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 fdd5754..b631318 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 @@ -8,12 +8,8 @@ 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 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 253322d..f9f3a9c 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 @@ -8,12 +8,8 @@ 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 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 4f379d1..a6b00f6 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 @@ -8,12 +8,8 @@ 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 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 40c9da8..ea39419 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 @@ -8,12 +8,8 @@ 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 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 eecf984..3b95344 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 @@ -8,12 +8,8 @@ 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 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 ddd9a10..7880369 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 @@ -8,12 +8,8 @@ 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 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 7d75282..ad44b9f 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 @@ -8,12 +8,8 @@ 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 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 450af15..0e4b2bf 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 @@ -8,12 +8,8 @@ 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 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 7b0595e..b971cd6 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 @@ -8,12 +8,8 @@ 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 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 be871ae..498d6c1 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 @@ -8,12 +8,8 @@ 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 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 f809721..7089937 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 @@ -8,12 +8,8 @@ 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 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 347417e..11d4bfb 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 @@ -8,12 +8,8 @@ 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 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 ad1d794..d619b97 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 @@ -8,12 +8,8 @@ 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 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 5ede4ab..b8b024e 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 @@ -8,12 +8,8 @@ 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 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 4db98e9..6475d74 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 @@ -8,12 +8,8 @@ 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 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 6a3453c..d2b3039 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 @@ -8,12 +8,8 @@ 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 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 a0b0039..381c1fe 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 @@ -8,12 +8,8 @@ 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 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 535fd83..d5ab1e4 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 @@ -8,12 +8,8 @@ 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 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 eca1f4d..aa73d3e 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 @@ -8,12 +8,8 @@ 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 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 52a8ed0..45a3291 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 @@ -8,12 +8,8 @@ 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 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 3149fac..5a6f437 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 @@ -8,12 +8,8 @@ 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 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 736d04c..6b9c6dd 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 @@ -8,12 +8,8 @@ 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 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 3cefbcd..24813e9 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 @@ -8,12 +8,8 @@ 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 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 1cc4211..cec2329 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 @@ -8,12 +8,8 @@ 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 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 97d4192..f9c62dc 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 @@ -8,12 +8,8 @@ 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 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 2281459..679d497 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 @@ -8,12 +8,8 @@ 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 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 5cf7e59..acfba6b 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 @@ -8,12 +8,8 @@ 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 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 d2f679a..a3269c2 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 @@ -8,12 +8,8 @@ 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 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 f6ff76b..08c738e 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 @@ -8,12 +8,8 @@ 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 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 f187588..9c4785e6 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 @@ -8,12 +8,8 @@ 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 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 3a77630..90ab86c 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 @@ -8,12 +8,8 @@ 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 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 93611e6..d39653a 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 @@ -8,12 +8,8 @@ 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 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 d60f1a2..8ea7017 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 @@ -8,12 +8,8 @@ 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 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 86db3d7..e50c1ba 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 @@ -8,12 +8,8 @@ 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 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 5391015..ebd8611 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 @@ -8,12 +8,8 @@ 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 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 4df6809..80cea5d 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 @@ -8,12 +8,8 @@ 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 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 3c8d8cd..4fa2aef 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 @@ -8,12 +8,8 @@ 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 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 9356a25..1ca6a8f 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 @@ -8,12 +8,8 @@ 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 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 d25382c..4cc3622 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 @@ -8,12 +8,8 @@ 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 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 8dc5f59..f308dd7 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 @@ -8,12 +8,8 @@ 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 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 f32fb63..c05de00 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 @@ -8,12 +8,8 @@ 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 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 a6aff69..088d858 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 @@ -8,12 +8,8 @@ 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 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 f6314c2..c7a7639 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 @@ -8,12 +8,8 @@ 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 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 56f5bbe..a51126f 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 @@ -8,12 +8,8 @@ 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 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 bf9670b..4fa46e1 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 @@ -8,12 +8,8 @@ 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 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 e2062cb..5061d1b 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 @@ -8,12 +8,8 @@ 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 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 e00aa01..ea77c7c 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 @@ -8,12 +8,8 @@ 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 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 bbd3a22..ffd5e6e 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 @@ -8,12 +8,8 @@ 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 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 48b46a5..c66d6fa 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 @@ -8,12 +8,8 @@ 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 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 ec5e882..8dbcbe1 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 @@ -8,12 +8,8 @@ 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 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 c79af0d..1b181cb 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 @@ -8,12 +8,8 @@ 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 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 b2a1494..f7cf10d 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 @@ -8,12 +8,8 @@ 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 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 32fe3b7..a4ad442 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 @@ -8,12 +8,8 @@ 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 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 e82e276..23f1abd 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 @@ -8,12 +8,8 @@ 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 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 07757ed..d7559c8 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 @@ -8,12 +8,8 @@ 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 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 4269808..b3d2d2d 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 @@ -8,12 +8,8 @@ 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 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 a6ec341..7c8d363 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 @@ -8,12 +8,8 @@ 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 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 98e16e6..b327781 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 @@ -8,12 +8,8 @@ 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 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 503e7ee..4300d77 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 @@ -8,12 +8,8 @@ 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 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 4f46670..2e21bac 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 @@ -8,12 +8,8 @@ 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 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 15530bb..239c020 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 @@ -8,12 +8,8 @@ 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 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 9c42420..83cb9a1 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 @@ -8,12 +8,8 @@ 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 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 1d052c6..a15f6d1 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 @@ -8,12 +8,8 @@ 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 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 0dbedb1..7676a86 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 @@ -8,12 +8,8 @@ 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 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 85f23cf..eac3bdb 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 @@ -8,12 +8,8 @@ 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 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 0d3a0a5..b10e6e3 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 @@ -8,12 +8,8 @@ 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 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 3744bcd..4f8f6a4 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 @@ -8,12 +8,8 @@ 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 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 91d90dc..6071d3d 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 @@ -8,12 +8,8 @@ 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 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 c7e5e7e..b66cc65 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 @@ -8,12 +8,8 @@ 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 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 c41be2e..a388dfe 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 @@ -8,12 +8,8 @@ 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 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 df01818..21c547f 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 @@ -8,12 +8,8 @@ 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 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 d46c6b6..59239e2 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 @@ -8,12 +8,8 @@ 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 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 938c695..ae3590b 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 @@ -8,12 +8,8 @@ 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 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 8cbaa83..8c0c6e9 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 @@ -8,12 +8,8 @@ 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 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 df542ae..4727a72 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 @@ -8,12 +8,8 @@ 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 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 0a03cbc..ff07021 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 @@ -8,12 +8,8 @@ 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 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 d26844a..d762805 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 @@ -8,12 +8,8 @@ 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 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 cc781be..53bfd19 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 @@ -8,12 +8,8 @@ 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 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 e653277..8096a4c 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 @@ -8,12 +8,8 @@ 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 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 809a4ae..4f21cce 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 @@ -8,12 +8,8 @@ 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 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 f4de797..8524c03 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 @@ -8,12 +8,8 @@ 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 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 48858a8..537a210 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 @@ -8,12 +8,8 @@ 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 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 4f0f3cd..6526079 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 @@ -8,12 +8,8 @@ 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 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 f234ba2..1ca087b 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 @@ -8,12 +8,8 @@ 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 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 4aa2931..0d4c93b 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 @@ -8,12 +8,8 @@ 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 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 2fcd9c6..0c66b82 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 @@ -8,12 +8,8 @@ 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 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 ae29756..fa0ea55 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 @@ -8,12 +8,8 @@ 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 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 f6b7312..84463a2 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 @@ -8,12 +8,8 @@ 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 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 8e12cc6..f429d15 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 @@ -8,12 +8,8 @@ 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 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 4758823..d9fffef 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 @@ -8,12 +8,8 @@ 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 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 42aad2d..2bde18b 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 @@ -8,12 +8,8 @@ 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 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 68ab87a..c2bed3f 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 @@ -8,12 +8,8 @@ 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 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 000b3a5..ab20afc 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 @@ -8,12 +8,8 @@ 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 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 9480be8..d77ef24 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 @@ -8,12 +8,8 @@ 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 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 82d29e2..1971fb5 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 @@ -8,12 +8,8 @@ 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 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 eadc66b..316fbf0 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 @@ -8,12 +8,8 @@ 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 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 1817c8c..cc41c01 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 @@ -8,12 +8,8 @@ 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 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 86e60cf..d2ae417 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 @@ -8,12 +8,8 @@ 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 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 e0af5f0..829c869 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 @@ -8,12 +8,8 @@ 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 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 a8edacf..ae43eda 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 @@ -8,12 +8,8 @@ 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 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 37c4628..614ee47 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 @@ -8,12 +8,8 @@ 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 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 7d6cb58..f05f0a3 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 @@ -8,12 +8,8 @@ 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 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 9d2b3e6..e608103 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 @@ -8,12 +8,8 @@ 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 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 d3fa231..1377639 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 @@ -8,12 +8,8 @@ 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 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 3c32eaa..c3ef8b8 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 @@ -8,12 +8,8 @@ 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 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 5ed3ac3..5f61968 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 @@ -8,12 +8,8 @@ 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 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 0a9e231..f44a3a6 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 @@ -8,12 +8,8 @@ 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 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 269e64e..5e2ecde 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 @@ -8,12 +8,8 @@ 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 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 831c7a7..72e69d0 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 @@ -8,12 +8,8 @@ 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 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 67b0ff6..ddb2ece 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 @@ -8,12 +8,8 @@ 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 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 74ce39d..5212984 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 @@ -8,12 +8,8 @@ 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 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 693fd7b..d0e46fb 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 @@ -8,12 +8,8 @@ 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 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 fccb364..8f10380 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 @@ -8,12 +8,8 @@ 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 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 ac14554..2f2703c 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 @@ -8,12 +8,8 @@ 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 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 a97a867..8808841 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 @@ -8,12 +8,8 @@ 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 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 9c34791..0052248 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 @@ -8,12 +8,8 @@ 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 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 a6f94ef..6be45a9 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 @@ -8,12 +8,8 @@ 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 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 ed9df6a..03d31e1 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 @@ -8,12 +8,8 @@ 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 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 df26b85..2a064a9 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 @@ -8,12 +8,8 @@ 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 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 beb2838..2f955a9 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 @@ -8,12 +8,8 @@ 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 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 fb36c56..3010b5d 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 @@ -8,12 +8,8 @@ 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 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 b059d97..86b09c5 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 @@ -8,12 +8,8 @@ 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 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 959f83d..921ca92 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 @@ -8,12 +8,8 @@ 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 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 b889d9a..bf20233 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 @@ -8,12 +8,8 @@ 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 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 d5ee8f7..74b9faf 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 @@ -8,12 +8,8 @@ 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 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 912ca15..13b46bb 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 @@ -8,12 +8,8 @@ 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 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 6a05c70..111cf39 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 @@ -8,12 +8,8 @@ 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 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 bf66e2b..f26a62c 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 @@ -8,12 +8,8 @@ 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 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 4249819..2ad8c77 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 @@ -8,12 +8,8 @@ 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 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 1edec46..168453f 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 @@ -8,12 +8,8 @@ 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 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 2925805..a08dfec 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 @@ -8,12 +8,8 @@ 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 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 768a408..33875cc 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 @@ -8,12 +8,8 @@ 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 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 d420016..96c2ac7 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 @@ -8,12 +8,8 @@ 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 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 ed2df98..401c7c5 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 @@ -8,12 +8,8 @@ 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 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 436e693..e0af7da 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 @@ -8,12 +8,8 @@ 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 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 7c496d5..c2f49bb 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 @@ -8,12 +8,8 @@ 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 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 cda6fee..a8363de 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 @@ -8,12 +8,8 @@ 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 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 5dd2be3..48d4a14 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 @@ -8,12 +8,8 @@ 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 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 828a859..ff46a72 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 @@ -8,12 +8,8 @@ 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 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 2639faa..50643b1 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 @@ -8,12 +8,8 @@ 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 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 c6d8521..d8da925 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 @@ -8,12 +8,8 @@ 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 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 b600157..d4b5bd2 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 @@ -8,12 +8,8 @@ 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 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 3132579..828e0cc 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 @@ -8,12 +8,8 @@ 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 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 b18e34a..fbc274a 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 @@ -8,12 +8,8 @@ 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 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 7e743f3..4b558f5 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 @@ -8,12 +8,8 @@ 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 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 f97309d..992ed8c 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 @@ -8,12 +8,8 @@ 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 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 7087dc9..a3135c6 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 @@ -8,12 +8,8 @@ 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 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 e194c60..f5b41af 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 @@ -8,12 +8,8 @@ 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 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 d8cd982..1e098f4 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 @@ -8,12 +8,8 @@ 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 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 4695839..7aca284 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 @@ -8,12 +8,8 @@ 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 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 2f1c401..ecf995c 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 @@ -8,12 +8,8 @@ 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 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 fc22a08..f42e1e7 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 @@ -8,12 +8,8 @@ 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 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 4ef16b0..5ef15c2 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 @@ -8,12 +8,8 @@ 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 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 10e3f13..4fa16d3 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 @@ -8,12 +8,8 @@ 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 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 7f31d7a..75fdda1 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 @@ -8,12 +8,8 @@ 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 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 feba500..e69e545 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 @@ -8,12 +8,8 @@ 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 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 eea4e2d..0bf06c9 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 @@ -8,12 +8,8 @@ 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 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 2780786..c65c36c 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 @@ -8,12 +8,8 @@ 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 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 56a759a..cfaf306 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 @@ -8,12 +8,8 @@ 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 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 cc726a8..aaf0b21 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 @@ -8,12 +8,8 @@ 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 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 8149a14..f9a0dd4 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 @@ -8,12 +8,8 @@ 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 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 ffb677a..af026ac 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 @@ -8,12 +8,8 @@ 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 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 c08000f..36e4e53 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 @@ -8,12 +8,8 @@ 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 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 000b614..451a871 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 @@ -8,12 +8,8 @@ 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 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 657362c..6e85c81 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 @@ -8,12 +8,8 @@ 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 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 2a71338..d1f84e7 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 @@ -8,12 +8,8 @@ 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 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 a5ca8b9..b653f10 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 @@ -8,12 +8,8 @@ 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 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 e50aa03..0db8639 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 @@ -8,12 +8,8 @@ 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 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 e90b365..7f1a287 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 @@ -8,12 +8,8 @@ 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 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 8161476..61bbdb2 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 @@ -8,12 +8,8 @@ 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 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 866ddaa..577fbea 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 @@ -8,12 +8,8 @@ 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 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 d0c5e9c..99f88c5 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 @@ -8,12 +8,8 @@ 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 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 276291f..cdf5710 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 @@ -8,12 +8,8 @@ 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 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 81c63f0..3d4895a 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 @@ -8,12 +8,8 @@ 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 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 1381aca..7e98b2a 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 @@ -8,12 +8,8 @@ 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 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 371be7b..5647f75 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 @@ -8,12 +8,8 @@ 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 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 2bba62e..d3a89e3 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 @@ -8,12 +8,8 @@ 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 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 68ed1bb..991e021 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 @@ -8,12 +8,8 @@ 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 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 19fb212..386772e 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 @@ -8,12 +8,8 @@ 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 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 116b053..28e0425 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 @@ -8,12 +8,8 @@ 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 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 33bafaf..cc4c0de 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 @@ -8,12 +8,8 @@ 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 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 fa52fb1..77fb1bc 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 @@ -8,12 +8,8 @@ 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 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 9e073d06..ce96375 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 @@ -8,12 +8,8 @@ 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 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 21c0050..c236589 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 @@ -8,12 +8,8 @@ 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 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 822b37c..53f0c00 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 @@ -8,12 +8,8 @@ 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 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 c456427..801c1b4 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 @@ -8,12 +8,8 @@ 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 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 a985e48..afd3c18 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 @@ -8,12 +8,8 @@ 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 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 4fc089f..2aac0753 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 @@ -8,12 +8,8 @@ 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 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 92b918f..aa0a567 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 @@ -8,12 +8,8 @@ 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 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 52f64ca..50099f8 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 @@ -8,12 +8,8 @@ 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 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 99dbf79..7f4bbb7 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 @@ -8,12 +8,8 @@ 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 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 6f6a087..9f50a3c 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 @@ -8,12 +8,8 @@ 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 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 4233590..f6aadeb 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 @@ -8,12 +8,8 @@ 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 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 01ec4ba..b1401e5 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 @@ -8,12 +8,8 @@ 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 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 567098a..9fe7197 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 @@ -8,12 +8,8 @@ 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 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 df61039..3b43afb 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 @@ -8,12 +8,8 @@ 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 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 bcafd9d..b125b5d 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 @@ -8,12 +8,8 @@ 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 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 b1dbc65..f769c05 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 @@ -8,12 +8,8 @@ 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 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 b4eda41..78f9011 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 @@ -8,12 +8,8 @@ 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 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 46f47c1..da171bd 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 @@ -8,12 +8,8 @@ 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 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 2958d34..f32ad65 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 @@ -8,12 +8,8 @@ 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 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 f338d86..7d568fc 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 @@ -8,12 +8,8 @@ 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 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 e540a19..cc15120 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 @@ -8,12 +8,8 @@ 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 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 9d55f8b..9a9945c 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 @@ -8,12 +8,8 @@ 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 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 383f30c..651fd71 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 @@ -8,12 +8,8 @@ 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 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 af60d00..bb56b40 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 @@ -8,12 +8,8 @@ 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 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 8fd737a..3b15478 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 @@ -8,12 +8,8 @@ 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 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 4c87318..5181e38 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 @@ -8,12 +8,8 @@ 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 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 7e4a09d..480c48e 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 @@ -8,12 +8,8 @@ 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 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 0b8f8b9..52df05a 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 @@ -8,12 +8,8 @@ 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 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 4a267cc..3defeff 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 @@ -8,12 +8,8 @@ 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 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 2e8eb6a..7df8490 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 @@ -8,12 +8,8 @@ 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 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 677bde8..bf91599 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 @@ -8,12 +8,8 @@ 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 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 f1ce60c..2dfef56 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 @@ -8,12 +8,8 @@ 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 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 86d1f73..4969237 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 @@ -8,12 +8,8 @@ 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 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 947149f..1c9fefe 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 @@ -8,12 +8,8 @@ 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 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 451a09b..78659ee 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 @@ -8,12 +8,8 @@ 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 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 cc0dd4a..bd00627 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 @@ -8,12 +8,8 @@ 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 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 be22b55..70d0ce5 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 @@ -8,12 +8,8 @@ 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 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 f4587c2..c251aaa 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 @@ -8,12 +8,8 @@ 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 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 542a517..f84af43 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 @@ -8,12 +8,8 @@ 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 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 a174262..b89d915 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 @@ -8,12 +8,8 @@ 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 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 396176b..d05f369 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 @@ -8,12 +8,8 @@ 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 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 0f452373..d24be7a 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 @@ -8,12 +8,8 @@ 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 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 dd8a195..884847d 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 @@ -8,12 +8,8 @@ 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 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 f330135..dc96d7e 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 @@ -8,12 +8,8 @@ 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 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 33f9977..fa287b0 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 @@ -8,12 +8,8 @@ 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 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 f5ff821..15c509d 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 @@ -8,12 +8,8 @@ 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 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 4fd2ae8..07b539e 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 @@ -8,12 +8,8 @@ 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 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 49fc46b..31586b9 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 @@ -8,12 +8,8 @@ 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 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 18c8a11..37e54fb 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 @@ -8,12 +8,8 @@ 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 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 843da55..5c3346d 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 @@ -8,12 +8,8 @@ 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 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 2a41e88..de9b6bb 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 @@ -8,12 +8,8 @@ 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 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 821d197..957a21c 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 @@ -8,12 +8,8 @@ 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 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 8a99cc2..b0f26c8 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 @@ -8,12 +8,8 @@ 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 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 c23d55a..96a7338 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 @@ -8,12 +8,8 @@ 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 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 32b64cd..398df9f 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 @@ -8,12 +8,8 @@ 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 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 745b8f9..edb89d3 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 @@ -8,12 +8,8 @@ 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 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 97827e4..f44872b 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 @@ -8,12 +8,8 @@ 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 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 305cbbe..fb3d3d9 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 @@ -8,12 +8,8 @@ 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 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 3df3f63..21b371d 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 @@ -8,12 +8,8 @@ 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 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 26c46c7..5de742d 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 @@ -8,12 +8,8 @@ 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 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 655a9ea..3d921f9 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 @@ -8,12 +8,8 @@ 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 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 d706fb5..a4aa4a2 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 @@ -8,12 +8,8 @@ 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 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 7424d9b..db000da 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 @@ -8,12 +8,8 @@ 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 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 199f496..6eee2bc 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 @@ -8,12 +8,8 @@ 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 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 6a89044..0cb19cf 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 @@ -8,12 +8,8 @@ 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 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 857138a..3f3123c 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 @@ -8,12 +8,8 @@ 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 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 e26660a..7a33191 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 @@ -8,12 +8,8 @@ 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 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 6e75968..cc9205b 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 @@ -8,12 +8,8 @@ 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 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 ac59625..08b0108 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 @@ -8,12 +8,8 @@ 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 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 f76bcf9..833b7ba 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 @@ -8,12 +8,8 @@ 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 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 bf682bf..3f99f31 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 @@ -8,12 +8,8 @@ 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 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 6595928..afff3c4 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 @@ -8,12 +8,8 @@ 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 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 273d3a4..ccb8a4e 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 @@ -8,12 +8,8 @@ 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 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 bd06389..367e7dd 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 @@ -8,12 +8,8 @@ 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 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 a771c91..9698474 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 @@ -8,12 +8,8 @@ 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 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 f1257dd..c4d7a20 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 @@ -8,12 +8,8 @@ 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 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 1ccd2a9..a6a8c23 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 @@ -8,12 +8,8 @@ 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 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 a9276f4..ae0a52f 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 @@ -8,12 +8,8 @@ 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 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 f83b644..635ed80 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 @@ -8,12 +8,8 @@ 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 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 676d3fc..1462b98 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 @@ -8,12 +8,8 @@ 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 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 ab2a1cf..5ad766e 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 @@ -8,12 +8,8 @@ 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 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 7b972bf..2d6d9a4 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 @@ -8,12 +8,8 @@ 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 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 cf3bc7c..a89388e 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 @@ -8,12 +8,8 @@ 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 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 7656fc2..31c6491 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 @@ -8,12 +8,8 @@ 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 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 44689df..36ecdc9 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 @@ -8,12 +8,8 @@ 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 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 64fed3b..43adbef 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 @@ -8,12 +8,8 @@ 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 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 6a11e12..318bb27 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 @@ -8,12 +8,8 @@ 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 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 3cfb7f1..f952a99 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 @@ -8,12 +8,8 @@ 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 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 38d8a9b..9b19a46 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 @@ -8,12 +8,8 @@ 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 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 fd0d2ae..dc9e426 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 @@ -8,12 +8,8 @@ 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 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 47b6606..1edca05 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 @@ -8,12 +8,8 @@ 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 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 6a54c4c..793a1c3 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 @@ -8,12 +8,8 @@ 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 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 d8535b1..bcf59ee 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 @@ -8,12 +8,8 @@ 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 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 4296552..c3a2cc5 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 @@ -8,12 +8,8 @@ 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 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 5fa5db2..3c5df92 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 @@ -8,12 +8,8 @@ 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 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 37abca8..4a6d302 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 @@ -8,12 +8,8 @@ 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 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 7a732ba..e4c9389 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 @@ -8,12 +8,8 @@ 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 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 678325c..1b4af4f 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 @@ -8,12 +8,8 @@ 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 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 57b3800..57e9d17 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 @@ -8,12 +8,8 @@ 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 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 6ebdd6e..32f4d5a 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 @@ -8,12 +8,8 @@ 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 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 4c39a9e..496225a 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 @@ -8,12 +8,8 @@ 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 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 4c3ca72..0e0c4ad 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 @@ -8,12 +8,8 @@ 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 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 452fce4..e6d6933 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 @@ -8,12 +8,8 @@ 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 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 c012f83..d6d465e 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 @@ -8,12 +8,8 @@ 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 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 3678866..c8f690b 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 @@ -8,12 +8,8 @@ 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 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 cf837ef..49847ef 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 @@ -8,12 +8,8 @@ 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 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 cafe3d1..7aad826 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 @@ -8,12 +8,8 @@ 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 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 33c205a..63a4d2b 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 @@ -8,12 +8,8 @@ 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 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 81df9fd..8843126 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 @@ -8,12 +8,8 @@ 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 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 5fc0ca8..0742b15 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 @@ -8,12 +8,8 @@ 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 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 0773248..d7e8f4d 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 @@ -8,12 +8,8 @@ 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 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 d2925f2..63cf828 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 @@ -8,12 +8,8 @@ 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 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 67955c2..206bed4 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 @@ -8,12 +8,8 @@ 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 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 f9a54f3..d3c27c7 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 @@ -8,12 +8,8 @@ 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 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 7ef395e..e23ccb2 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 @@ -8,12 +8,8 @@ 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 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 5a16d82..8126a57 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 @@ -8,12 +8,8 @@ 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 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 77f01f6..d5ef06e 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 @@ -8,12 +8,8 @@ 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 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 daf2fa6..83eaed3 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 @@ -8,12 +8,8 @@ 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 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 c975bad..b6952b0 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 @@ -8,12 +8,8 @@ 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 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 9d9561c..52b1cec 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 @@ -8,12 +8,8 @@ 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 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 1273814..b7a61fc 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 @@ -8,12 +8,8 @@ 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 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 584a4fb..59548cf 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 @@ -8,12 +8,8 @@ 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 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 79428fc..2ca3b4e 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 @@ -8,12 +8,8 @@ 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 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 e7ff577..d6bf9ca 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 @@ -8,12 +8,8 @@ 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 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 5b005a0..cfc0d1c 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 @@ -8,12 +8,8 @@ 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 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 67c757a..9eff289 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 @@ -8,12 +8,8 @@ 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 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 d910c08..ff5b067 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 @@ -8,12 +8,8 @@ 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 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 078cc0b..8e301a2 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 @@ -8,12 +8,8 @@ 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 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 e661f83..33cb6d6 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 @@ -8,12 +8,8 @@ 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 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 847e1be..bbf3080 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 @@ -8,12 +8,8 @@ 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 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 1af5bd1..d612f74 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 @@ -8,12 +8,8 @@ 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 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 12937d5..dda8dee 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 @@ -8,12 +8,8 @@ 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 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 303e6c2..cc79232 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj index ad6d46a..1ed8c7a 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj index abedbd2..93e1a0d 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj index 2f98dc5..7bd0f4f 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj index 38e778e..a1270ab 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj index 7943ec8..f07a0ca 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj index 8f3a6e2..0733e43 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj index 5bb2736..de5136b 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj index 537bea2..db49e1d 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj index 24f4ade..fa78796 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj index f4eebe3..01a41cc 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj index 7dd3e67..7c088a7 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj index 28c4f64..b782b3f 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj @@ -8,12 +8,8 @@ 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 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 673b36f..0b8a0ab 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 @@ -8,12 +8,8 @@ 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 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 3c622ee..f71ad15 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 @@ -8,14 +8,9 @@ 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 $(DefineConstants);STATIC - true diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj index 1f28e35..9cd800f 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj index 8fd6d76..5429797 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj index a02174b..59d4ca0 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj index 18f94de..936d084 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj index cd30958..ddbbc71 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj index bded6c5..f70b264 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj index 421cc63..a1dba94 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj index 6095d4f..3236a0b 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj @@ -8,12 +8,8 @@ 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 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 4d29eb2..d4e43e3 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 bd74b78..9688c0b 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj @@ -8,12 +8,8 @@ 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 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 180bf96..c6853cc 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 5b887d4..9bcf416 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 b6bb67a..ed466e6 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj index cedd8dd..4e71810 100644 --- a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj +++ b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj @@ -8,12 +8,8 @@ 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 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 b089054..213ebe3 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 @@ -8,12 +8,8 @@ 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 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 1ecdfe5..799c03d 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 @@ -8,12 +8,8 @@ 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 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 04b03fd..2b22978 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 @@ -8,12 +8,8 @@ 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 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 b6d6586..93419d4 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 a01b6ec..97200aa 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 @@ -8,13 +8,9 @@ 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 - 7a9bfb7d 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 8ad617f..8e79cea 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj @@ -8,12 +8,8 @@ 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 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 bcd066b..eef3ba1 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj @@ -8,12 +8,8 @@ 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 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 b9ba12f..04d7ba4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj @@ -8,12 +8,8 @@ 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 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 969c1d4..e587135 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj @@ -8,12 +8,8 @@ 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 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 2f26cf2..8c23663 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj @@ -8,12 +8,8 @@ 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 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 725845a..e6f68ca 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj @@ -8,12 +8,8 @@ 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 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 f04f920..f9ef010 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 @@ -8,12 +8,8 @@ 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 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 d75fa97..bf9f83c 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 @@ -8,12 +8,8 @@ 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 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 0da44ec..7c9c4ce 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 @@ -8,12 +8,8 @@ 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 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 a4606d9..abc05da 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 @@ -8,12 +8,8 @@ 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 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 227fb8e..00242e6 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 @@ -8,12 +8,8 @@ 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 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 35b79d1..800e728 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 @@ -8,12 +8,8 @@ 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 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 035e5a5..88d72a6 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 @@ -8,12 +8,8 @@ 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 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 8e2b0fd..bfbdf9f 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 @@ -8,12 +8,8 @@ 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 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 1575b78..977d8d6 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 @@ -8,12 +8,8 @@ 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 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 97a6f60..5b1e320 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 @@ -8,12 +8,8 @@ 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 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 3eab7d4..d855af1 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 @@ -8,12 +8,8 @@ 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 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 438b274..11ca99d 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 @@ -8,12 +8,8 @@ 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 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 9385b66..a65913d 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 @@ -8,12 +8,8 @@ 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 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 227a7a9..c7a00e1 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj @@ -8,12 +8,8 @@ 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 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 07f46ca..0153b55 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 @@ -8,12 +8,8 @@ 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 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 da8bc7f..715c632 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 @@ -8,12 +8,8 @@ 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 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 3f37d18..afcd86e 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj @@ -8,12 +8,8 @@ 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 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 ad51218..d9736bc 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj @@ -8,12 +8,8 @@ 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 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 2f77e52..560e157 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj @@ -8,12 +8,8 @@ 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 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 93776ba..2e02929 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj @@ -8,12 +8,8 @@ 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 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 1fddbcc..19441f5 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj @@ -8,12 +8,8 @@ 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 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 fd07feb..128c2a4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj @@ -8,12 +8,8 @@ 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 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 5226065..3db96c6 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj @@ -8,12 +8,8 @@ 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 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 bf9568c..bd02da3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj @@ -8,12 +8,8 @@ 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 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 3d8d0b2..9c3a86e 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj @@ -8,12 +8,8 @@ 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 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 8185f6e..ead0621 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj @@ -8,12 +8,8 @@ 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 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 33f4388..5e21f4d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj @@ -8,12 +8,8 @@ 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 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 e20d913..0a67148 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj @@ -8,12 +8,8 @@ 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 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 4dbc30f..17dabb2 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj @@ -8,12 +8,8 @@ 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 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 4b11455..d64e6a9 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj @@ -8,12 +8,8 @@ 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 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 e01f5bb..9d100e9 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj @@ -8,12 +8,8 @@ 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 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 e6fe24e..0b475f6 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj @@ -8,12 +8,8 @@ 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 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 4203fa1..4a6b1a0 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj @@ -8,12 +8,8 @@ 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 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 1afcbcd..9b60ad3 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 @@ -8,12 +8,8 @@ 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 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 1d7d1e1..da9c051 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj @@ -8,12 +8,8 @@ 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 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 99c41b3..1706b7c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj @@ -8,12 +8,8 @@ 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 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 c38de7c..c82d2a3 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj @@ -8,12 +8,8 @@ 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 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 4d29eb2..d4e43e3 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 f0d0de6..1a53349 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj @@ -8,12 +8,8 @@ 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 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 bd74b78..9688c0b 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj @@ -8,12 +8,8 @@ 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 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 46161b3..0b0f7f9 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj @@ -8,12 +8,8 @@ 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 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 180bf96..c6853cc 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 c8841b1..a1a863f 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj @@ -8,12 +8,8 @@ 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 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 5b887d4..9bcf416 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj @@ -8,12 +8,8 @@ 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 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 fa41b07..8519274 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj @@ -8,12 +8,8 @@ 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 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 b6bb67a..ed466e6 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj index 528f365..169e8ae 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj @@ -8,14 +8,9 @@ 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 $(DefineConstants);STATIC - true 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 94f948b..41be062 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj @@ -8,12 +8,8 @@ 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 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 d9c3227..5ff4586 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj @@ -8,12 +8,8 @@ 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 true 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 acb32e7..e0205da 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj @@ -8,12 +8,8 @@ 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 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 6b5a202..79560c5 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 @@ -8,12 +8,8 @@ 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 true 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 083e327..1bb81d6 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 @@ -8,12 +8,8 @@ 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 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 4dc0a76..df11c82 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 @@ -8,12 +8,8 @@ 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 true 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 732e49c..0786ebf 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 @@ -8,12 +8,8 @@ 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 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 5b74deb..f75dc02 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 2e6573d..87df36c 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8f96fd0..be5f721 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5afdf09..3d6b9d4 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 a2a35fa..83cc8ea 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 b3da7d0..d2ee7dd 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 c39c19d..1ea0341 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 fa89d7e..f04c29c 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 6cbe73b..3f80a04 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 913c0e5..830924a 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 ba70340..1b638c3 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 418fe02..022a1ae 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 91ba0ee..af75238 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 93234a7..157e8f5 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8d60474..7aa1479 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 e556aa2..6e8c2bf 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 5099c5e..17ed2ce 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 68980ea..180dd02 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 8c47f9c..8ae7925 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 513cb34..d741991 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj @@ -10,12 +10,8 @@ Library BuildOnly false - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d 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 05dd1af..e602f64 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 @@ -8,12 +8,8 @@ 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 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 079e764..415e3c3 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 @@ -8,12 +8,8 @@ 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 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 f87e1fe..520257c 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 @@ -8,12 +8,8 @@ 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 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 55ab3d0..c689612 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 @@ -8,12 +8,8 @@ 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 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 f28e21c..05e9510 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 @@ -8,12 +8,8 @@ 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 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 286d473..6df9fc5 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 @@ -8,12 +8,8 @@ 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 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 933831a..b8aa146 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 @@ -8,12 +8,8 @@ 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 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 5e56a7c..019a981 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 @@ -8,12 +8,8 @@ 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 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 4df09c1..919bc91 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 36a2e88..ca8b5d7 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 317e6de..3470a2b 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 70e8098..e4c7236 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 02a4c44..d7403dc 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 0170773..cc012a0 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 9eee563..ad45391 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 0e1fcad..3de28bb 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 b7e08f6..1e88a2d 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 8573b47..ef98354 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d BuildOnly 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 8092654..4b305c2 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 @@ -8,12 +8,8 @@ 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 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 1b67754..932feb1 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 @@ -8,12 +8,8 @@ 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 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 3b4e772..512ec74 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 @@ -8,12 +8,8 @@ 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 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 1aaa067..6b35d8e 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 @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj index d3e3c34..18d15ed 100644 --- a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj +++ b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj index 3b5d3ed..3ef051e 100644 --- a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj +++ b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj @@ -7,7 +7,6 @@ FromNativePaths {649A239B-AB4B-4E20-BDCA-3BA736E8B790} Exe - 512 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 07824d1..487d45a 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 9fe819b..dfa5427 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 64f67b8..8035065 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 67b9c97..b73ceb6 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 89302c5..7d2b2bb 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 -trustedexe 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 143d470..ff55901 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 7eefa41..8633839 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 c45d14d..b1200fc 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 093e7dc..ee08bc9 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e0ec93f..f07c5a4 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj index 19ed06c..77da12c 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj index e1cf9cb..da70355 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj @@ -7,11 +7,8 @@ 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 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 c1caddc..627daa3 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 @@ -7,11 +7,8 @@ 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 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 f2a3f8f..519f9c6 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 @@ -7,11 +7,8 @@ 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 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 2a64e02..6a9b30b 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 @@ -7,11 +7,8 @@ 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 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 f8ea1e4..39885f2 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj index ecf0387..2efcd5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj @@ -7,11 +7,8 @@ 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 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 11d17c3..0c85c5f 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 @@ -7,11 +7,8 @@ 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 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 8392d3e..c2b5365 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 @@ -7,11 +7,8 @@ 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 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 932c2e3..d3d85d8 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 @@ -7,11 +7,8 @@ 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 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 ea76135..4193245 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj index 4c3d02e..cac4812 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj @@ -7,11 +7,8 @@ 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 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 2fd0f29..03fbec5 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 @@ -7,11 +7,8 @@ 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 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 40dd9a4..b07a726 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 @@ -7,11 +7,8 @@ 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 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 fdde595..c709e65 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 @@ -7,11 +7,8 @@ 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 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 64f1bc7..4464a9a 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj index 7596228..f3f13f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj @@ -7,11 +7,8 @@ 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 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 24856be..addb57a 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 @@ -7,11 +7,8 @@ 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 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 c9820e6..4d959ca 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 @@ -7,11 +7,8 @@ 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 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 7647328..5d324c5 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 @@ -7,11 +7,8 @@ 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 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 8308b41..1b594e8 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj index 74b1550..dc47f7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj @@ -7,11 +7,8 @@ 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 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 c38970d..86cdd09 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 @@ -7,11 +7,8 @@ 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 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 8abc53c..680a4e6 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 @@ -7,11 +7,8 @@ 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 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 7c3cd8c..84e83ca 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 @@ -7,11 +7,8 @@ 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 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 1d3ae5a..2b8cd17 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj index 886c243..d8ef7c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj @@ -7,11 +7,8 @@ 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 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 90d3fc7..c9d10a2 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 @@ -7,11 +7,8 @@ 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 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 2854a2e..8111e60 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 @@ -7,11 +7,8 @@ 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 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 c31739b..c8af04e 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 @@ -7,11 +7,8 @@ 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 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 5e92720..a7bc34e 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj index b6d9703..d8d7aeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj @@ -7,11 +7,8 @@ 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 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 f81c513..630e89f 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 @@ -7,11 +7,8 @@ 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 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 0fd988f..d305cf2 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 @@ -7,11 +7,8 @@ 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 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 29ad473..ed37852 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 @@ -7,11 +7,8 @@ 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 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 49149d6..697dba7 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 @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj index 428885d..5f53ae5 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj @@ -7,11 +7,8 @@ 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 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 b588bd4..cda466d 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj @@ -7,11 +7,8 @@ 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 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 f3b5392..772b279 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj @@ -7,11 +7,8 @@ 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 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 fbd9b90..251cbe8 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj @@ -7,11 +7,8 @@ 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 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 82a9be3..def7ebc 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj @@ -7,11 +7,8 @@ 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 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 723c4dc..fb46b03 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj @@ -7,11 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj index f88973f..e50db68 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj index 2523e57..03198b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj index df444f1..e80d2a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj index 8a94b11..41d01db 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 67158a5..7576e5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 89eaaac..1771ebc 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 eaad0b47..d050b73 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj @@ -7,11 +7,8 @@ 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 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 514bc49..1860a50 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 864d8c1..cc8e3c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 33166a4..7a95d59 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 @@ -7,11 +7,8 @@ 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 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 76fb8b8..c7ca387 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 @@ -7,11 +7,8 @@ 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 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 6b3892b..9cba2e2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 249226d..a36fd54 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 1a410ca..4f8ad32 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 e24084d..7b129f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj @@ -7,11 +7,8 @@ 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 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 630bf9c..a2aef35 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 e663605..cc523bb 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 c7631ad..7b25205 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 @@ -7,11 +7,8 @@ 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 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 ed071c4..382d441 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj @@ -6,11 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 efdd913..dfcef7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 9b90acc..cbcaca2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 3d97bdf..ffdeae1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 53e62f8..de0db4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj @@ -7,12 +7,9 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d Library BuildOnly - true 1 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 d7cb2e9..709d8f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 be3392a..555d95b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed60b68..1f1513a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d6647a4..95d0fcf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc37186f..436efae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f0934b4..999da1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 418f5b0..599606d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e807eed..4aec7e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 366d92c..11a2779 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 58723f7..8eda2a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 383453e..fb08547 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba3fb7e..5958a75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed2487a..0c55911 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2e6027a..0ad2bdd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f7320c4..b5d9ec5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d8ce8fa..a73d307 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 49cf48d..8a2f058 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5f12484..c8e521e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4060ce9..cd89294 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8206c3e..b9b01d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 52663e7..80604d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a422b04..00ff5ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d7aef8e..9483e9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e2afcd7..c805e40 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8498039..8bd49c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d6bc84d..67c978a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3cddb6d..cf29c02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d6d464..b87b44c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 71163e2..efa13bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5e34fde..7318d30 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 37c6fb6..fdf9772 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 951e989..7eb4092 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0eafb98..251fd96 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6c80c7c..037f858 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f59ff11..47d3772 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8529fc3..28820e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 395e98e..56c0bf1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0397cc9..cdbb9aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 77228c9..cf7359c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ac4b47e..455346f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a7ec67a..aa456f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ad3c9f8..cd754cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ad50d2e..1a8426f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d67f287..bb6c89f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e4cf073..f851d32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f9c999..01d3f6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3d5fb1a..8b85f7e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d56ea47..5c6a83c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b139b45..cd04455 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a83d623..6ec1611 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2907f2e..976f47f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b3302b1..b356233 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bfe7a44..84da774 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 792928e..e423fc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b971779..50c445d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1dc0cb7..4d6ab8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1b4906a..1b76943 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f9729ad..c1bbd75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 832fe2e..5bbd7fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a1eb1df..03a3bc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e09b50..17176cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5b0e923..55c158e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 644cd3b..60bedfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b9397f..6d1a0bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b2924fc..1ae1779 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 add0b90..0d41392 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d044f50..a2257be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ee4b0e4..ef06e12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 90cf865..556df02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 641f064..7b78d6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 99fb69a..6ce246f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 512e33d..3d78edc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4319eec..83b6044 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cbda4b9..ac44cfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 918adb3..bbbccdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5a5fd5c..80d2872 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9304057..44e0bc6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e840fd6..957d738 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cd9dc6f..9a5dfea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 652df1a..2faeb6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 28f19e2..4478411 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8974917..f0e68fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 651d40e..b8dee1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c2f2c59..5590686 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 779008a..4ed5341 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5ff2664..71123a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6471a3c..927d017 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2845301..6a0ca4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed99c2e..b12e3c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b76e2b..da15ccb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 01d2a02..4711a78 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48cbc5a..f8beff4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5166f83..06cb340 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4b8b9a6..03b6cf9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4eb6439..bfefd54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed17628..894cb0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f9124b3..aa1060f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 03c1ae7..2658267 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 820afb6..1831b86 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5af0a94..3a5bd45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 de4e705..dd2f76d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aaf4a00e..1bba9f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f7b2497..ed792f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 53f9896..ad0fa6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cb0ef84..ef1abdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d16bb99..b59673f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aa4f23b..5c5ab8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7d4410b..9342bb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f0d2d66..fc0b5b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c81b26d..2298852 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c8d156f..f590985 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 13f76f6..9b2950b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d1fab7d..8517c1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 58a25c4..a50c4fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f9f1ba..7257e8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 90fcab4..298df0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 476212e..45de86e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c81320f..695ceea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b9621f..aee6c9b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 94a28e5..fe667eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2ea826f..fff24f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 86d8089..4de47d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff6c832..5879a48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 05c69ea..6571077 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cb6bb4b..4de023a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48e36af..9d4a545 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aec9ee3..b74ade9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f11c54..f4910cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5111a1b..093b41e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2ea1eb1..510003a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 54f0c55..73e4b83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b55244..c2f40fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3b3d229..f0277e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 02ee6db..2f1d5df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 134049e..2bd0547 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a32288e..d55d42c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d2613f7..dc4437c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 459d953..58b1a46 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e6df80e..19a5426 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 50666b6..808dcb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f18502a..9249652 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bddade4..dc99fbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7282001..b34c555 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4d599bf..28a7c8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1067c3f..eb904a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1936a21..9b73e8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e8219dc..71fe906 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed2e067..490bc80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 07352e0..c5f9670 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fb4527b..6b2fb3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bb2b876..c253aba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ec0fc9c..3101195 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1fb0f1e..9cb8f49 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 db6eacb..0710085 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 85ae949..1a11f1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a09b4eb..860f81c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f735654..8b3c41c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6e0f166..1f59184 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d13b33d..f308bd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ddcfa3d..888c523 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 85398ad..e2869a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4f5f33c..9667565 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4668627..2e04f98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a4d1abf..05a4190 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 71e4da7..2336730 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9095f80..c473d3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3ab098..26fdd6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 97561b6..14921dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4806193..95d619f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2ec24b0..bfedc1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d583e37..4250792 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 74f74ba..7374d61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 045bcaf..2bf6b61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 64f5751..920b822 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40804dc..44e3c74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4886d44..d5c049e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 216b6c3..2e0ce73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d75597..c2c8805 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e3a11fd..d8aff1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a82e6da..50f1259 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40bb02a..33a14be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e1184d0..6b404ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 db9d47e..b37eec9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0a4a150..c89843c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 657cfd8..c1a6917 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f97619..f532e57 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8d4bd85..0646062 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d3988c3..3dc12ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0076b00..542d138 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3c3167a..ea9352b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0d2faa5..5fbf90c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e793786..3fe5cde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 456f7ae..12c994b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2c65443..0553c0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 366868d..997d9ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 65b9228..67bb46a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 472e897..3e25ca7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 804d551..f257a9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff193b3..2280420 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f63e3eb..fb6bdee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 59f1793..df1e82d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 13e1284..3f275cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 82bac6e..d487fbb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0bc436c..f82885a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 11031e1..de63d75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 23d703e..f4a0b27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c448ad..5abc6b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20f2a9a..1456db0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c45e7a8..d73ee45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b49d018..8646188 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 68c45fe..a00cb1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5f522df..d617048 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f24de0..3c2dc4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a2fe3f0..6750726 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ac582c8..24abda0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a3ef306..a57a950 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b231e60..0a70a9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a6815d6..f5375e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d154bac..38e0c39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 346b10c..29eab5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 73e2a9b..bdfcd61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 18b6680..4f235ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d0328c5..e24aa6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3418f1..87768b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b4b1a9a..f308481 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d4fc011..39f7c90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 233358a..246da80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ba1da7..4556172 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0b86699..f4cdae3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c74bbaf..945dbe8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 81338b0..0b1665e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c5a52ed..96de550 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bf3b412..7af1546 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f98312..1032482 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 784aaa1..86f1d47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40df533..00286b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f68daed..9d0db84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 66c96fc..dd4e02e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e57b0c4..c45b901 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 87588d9..edd67af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 22a3454..1613b5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 57e11fe..d6fde4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba4d3c4..8d9f451 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 26bdb8e..f9496b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0a363ff..3874c55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff398d1..3b4e234 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0d0d672..fc04f96 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 29337f7..ac6cf21 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b78ae0..2a05228 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2f496ff..9daf96a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d20ed53..b838f72 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7117695..fc78f92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7843cd3..40d6936 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d40a73b..8081fcd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b127f4..cd7e3e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 96b2668..c1d0378 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 53f58d9..e5bfd39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 da5fe88..ccc69e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4274b3a..6ef81be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eb2e91a..ffa2852 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 91f1e1c..202f176 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8d5df2e..696e392 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 559779a..a6ce5a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4910c3d..0118a7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c081d6..0662cc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 04f951a..a51ad66 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40db733..b3a3f1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 36946d1..ae33d65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e2c4d2..77b0eff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 413c12e..c72d710 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 66afb5f..2a51126 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43b0f1e..23ff7e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a5a5c3c..7aa35a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20d5019..4922db6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1794800..b3913ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f1b910..8af880d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b1b0b8..915393d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 42c4be7..d488eb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff47a34..b3195c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f28d5b8..5a8b16f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c3a7a35..1ef9d22 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3139e91..b376cd3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 61702ea..abaa0df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a73cf0d..0b26cdc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8d46d6f..0740204 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1cfc2b9..018f6f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2671b8a..772d7bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 af97cb6..34c726f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 be4765c..0a5ac23 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 56e89ba..593ffa7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b1dc68..4a61e60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 22bdbab..eaae27f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 24f1463..2f49685 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 964faa0..a491db9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 04652a2..f4e61f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 839647a..8165b8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 10726fd..4770c4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2910c31..4898d5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 31ba0cb..37e6c2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 842a593..6315667 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 928a9ed..b18a236 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7500839..76a3c08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 613fceb..74c1a69 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8e50571..fbe6777 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba57dba..3bc2f2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e9380c..726231c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5745900..7834bb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e510de7..1adef80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce87e7c..15b2ec1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 98a80e2..ec6f708 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7d923a2..984965d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 acdeec2..26fa6b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e68d429..742d7d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7a25410..a64c182 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 653ce76..a49f8a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6bcb78a..ba70f13 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d5c966b..968354f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 235ef81..baa2c92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fbb1f49..c5d95e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 12d93bd..6992ffd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0f418b6..a4a52b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 44d1f5f..96abe26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d40a37d..bfa26d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c4695a9..e9f5b19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cd533c9..5914c3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5483890..8e9795b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1a73031..04070b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cdd6e00..3c6d67b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 51ec469..1f611f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2e18a34..0502733 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 132ae22..7046b71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dfff235..d2dec34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 98c5d49..0b790cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7e1dcfb..e2428bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b9209b6..9c1c332 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 31a878f..d6f253b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 db1422a..bc4c01e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48e0e8f..953192a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 30bf60d..d042b2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d5c1832..714da71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8a5cae..c902fe6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f65520a..219de5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 61f5ef8..3043f1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 87230e9..c094e71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 256ed56..5256884d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40f378b..36fea13 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5e3ead5..c50705f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9fb02d2..050babc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fb401d8..a77d44e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f37b73c..92a5deb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6685fb5..9d6af07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dd24881..133757d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5dce219..b54672f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c17f8f3..655169f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2ce2e14..d1517b3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6d281c4..8c999bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 26d58bb..2e1a26c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 744278d..cb6d391 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8e09f3b..6871f65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1b0eced..e084b8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 00e603f..4012fc2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 be8c103..4f0ca91 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d0e7ae5..7905fda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ad54d25..4be48e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8743df5..74630a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 efb31cc..786517f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b3282b8..c2f4962 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a3b49c9..aac508e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7f4cacb..7fef042 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8c65da0..572b612 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bfaf1ee..349bba9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5a845e6..211f0a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e036e28..dc4d9e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b176585..22d558b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 49c7df2..2973982 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bec3e73..d5aa510 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 372852b..3b23f18 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5789973..58fcf11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 85ed5cd..d9c1dd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 69adebf..19d5755 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 37cbd47..0ca0bf4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a202665..23978b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed428cc..4f2ec87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 360886d..d89df1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b7ca6ee..00c381f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c5c261..3e0d057 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e28ce63..c94d7cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 93309a1..73c0ba2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b0607a3..4e72a04 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eb96d6a..aa4b573 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fdce6dc..0d84422 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6792fe9..877c7d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9eebd39..6344f09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f4b03d..5da69e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f231e7f..f2aef34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5e6cda0..949d4db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e2dc00..349e62d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3efdb92..552c0b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3a5bb95..14de0f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9e6846b..e9dfe51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f8a598..7443d47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 023d178..9ad0703 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7bb953e..7c30469 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 80ec393..332709a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7044661..4599980 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 859820a..9c824ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0dedb14..a16a483 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 96afb64..65621d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7ffbd5f..8341d0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 86e13ba..1471cb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ab84ef..7e161ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 425499d..827b986 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f57ba1d..4583723 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1415124..6afefad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 00e5524..47e84ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 32099f9..6a43ae4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 114aa86..f6e4c76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abdae29..f0d49c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8fc1332..91ab67d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b83606..8f71ba8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7bd13bc..665d52f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 460e107..899dfb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 58a65f2..2eb869e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e6fd314..937ffbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 79212fd..8daeb9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 587830b..2b5d397 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4fe0540..566f62f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f84abd..f13447a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9a63ade..74cd288 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3608573..773f6c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 488bdaf..7978ed0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3a177d8..28b0b4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc17db1..9e8f886 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c22c83..eac88fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b117cbb..6c8eb77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d41880a..b58a43b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 267e879..bafef7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 965c8d4..1be348c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f5b9a9..fa0c682 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 776cd1c..ec1c19e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b172b6..790bc66 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5ff4eeb..75becdb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 88ddbd4..09df4c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2cf89b0..eb53381 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e9c096c..4429112 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 33e145a..68ed46b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 089c411..15a0307 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 583b182..3c0443c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d66d72..44e1905 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0408d48..9e2b3c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abdf434..9c29c41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce1f536..ae99976 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d007820..f52ec85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a23c6a9..1cac6c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b0520a..519a500 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 baf84b9..2a2dd58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 21d8e16..54ca731 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b51bd75..65f9e94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 87f7557..cc80050 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a7bcd4f..9ebe0bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cd73108..ed0e319 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 02199ff..43622c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4cb4b60..0063a4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cda27c8..d147693 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b8e15b7..fe1c79f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8c270a5..8cd8a4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 75db30e..f083149 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41c4630..40e1f36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a02f33b..de288b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8595c4..148e760 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6478571..834fbe0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 835c825..3be5e0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b058dbc..68e092b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 776a7cf..b1cae34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7548087..f9024e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0ec57fb..2a03978 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 050ba3b..78cc691 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dff224a..d3aaf44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4060c54..ce7f92b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 443a63a..b283280 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dda6c4c..6d87a5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 453c773..f3778e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e0dc71..421226a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5459bc3..c249974 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c5aec79..00dd82e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 069edd5..96e88b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f29c994..c7f57cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea72402..17b800c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc3dcfc..7b89121 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4aa59d6..39f3c1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39d2518..100b53f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 df592b1..c0b237c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 34aa9ec..22616f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6fe6445..190b993 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d4f5362..0fdbf9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d52e3a..45c639e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 42ceabf..071d513 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fa41116..4aaaa11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e33de32..3ca9182 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b9eed83..d96e2bef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41faf58..7049edc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5f9f59e..7e24b2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9e2448d..3d3eb11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ba129c..2861cf6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ec16d4..960cf01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9632749..d7a52d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4894798..971b3b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d180d46..d31fc58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ae71aea..1d7edce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e9a9f7d..595beaa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 06ecab5..4a37a99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 176587f..0b1bbcc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c53829..4e05d01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eec633b..f3b06f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5c086ad..4bfa4fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4895be5..8f672b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f1f3707..b8ad12e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2fe8cfe..fc318ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed9261a..8108097 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5b1a716..8ef3322 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 265f246..68c4fe4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4b656b0..6f63fef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e173606..3ac9b28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 00c5543..f2e2e09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce086a9..4dea4b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6372654..5098dc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 294f5b3..d06fce8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 694f32a..e105dc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5c35df4..0248fae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9135c19..597e44f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7d79082..d06fb9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 02a4a8b..1b350df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ead9ba..9842ade 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d1d66d6..0e2c9cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2de7437..e0d0f0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9690a94..3145cef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 05a2c9b..353581a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4dcb76c..7718e1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bd2906a..f708664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 379a697..cb58bb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 54b4f1d..e0e8194 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 96b67a5..05fb011 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b781e2..bc943ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 493bf83..0147c83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4ee21d3..ed1c9c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8e26015..3f27bd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3222fa0..f160935 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 23b197a..971dda1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d484ffa..5caa59e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1ae03ed..272aa6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2442ec8..dec451f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 af9b625..bd8370c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f95f32e..6f591e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e742b6..bb68bdb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 233b5e6..80a38bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 412e88c..2bb25b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b85c84d..528854d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e34e851..e3fd335 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5a7d417..16bd996 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 98b7708..8bb74d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1253138..10b8ece 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4bb7466..f2983f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e22bc68..57717dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b2ed251..02e7caf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e8f02eb..d892310 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6ffce96..171bfa2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 30e5643..e51dd8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 63f9a0b..a2a9644 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 35a3c59..0ea9e48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7dfe107..af74c5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 28d6e92..2bbb5e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 75305a4..77045a4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bb0bfe3..ca44a2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f35613..587e021 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 56d2c37..744b636 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 77ef53d..61532bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2334f9e..36548b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6cbb97f..02f6de8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7fe869d..f91b47b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6fc7a6d..1122944 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1410139..52bd134 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41dc80e..865df96 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 014574c..2f5e2d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2329f87..b74a048 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b013ab..f8d855f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e7d97a..e6c119e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 11a711f..5dbafa7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 98a9d86..ccad5ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e0114f0..7f34630 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f40ec0d..ae0e2a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 09670c4..55b8b60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 64e5175..c2ee6c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 94d04a3..e8e4252 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 35377be..273a128 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 db72504..c1c5f90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 62643e1..6e232fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c7f7e1f..71783ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 df5417e..7ca5a67 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6afffcb..905c578 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0065671..9374b15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20fa39f..91e191c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a7b725a..8180615 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 65543c3..dc835eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b7aa8b4..af640e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fdb99ac..a3258f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 efb0c4a..4f56e1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7dc63c2..5a62d51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d19598c..a06505e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7d5a49d..302b35e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a5bc2dc..0be265f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 336d86d..fe396fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 69e1cb5..03cb147 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9165fc8..c84316c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 65ef2f4..c73d51e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a4e82c5..7bb9c59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0982afc..4be476a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1514ef7..7b34d7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2ec4a0c..536ef42 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc55679..90e2d1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f90610f..ac8c818 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0772937..54fc8ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ae6c8db..54c19d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c4b1e05..38ca070 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bd1423456..cd96916 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9aa6109..ddf1e4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f802826..5999621 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 021b44d..268cd09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5bbb589..00fc9f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ca45a22..8401d0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20ed8f9..f538cd9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bc6c76d..516a7a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 951f158..f5cb251 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5622fa4..6aa1d15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4cd6907..9c8ddbb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 47790f1..907c4a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5138ad9..a4c2414 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c960f5..030cdd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a9c1bce..fab574e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e0d691b..01a50ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e9299bd..a5bcc73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f65699a..4ce5fc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a51dd8c..31ca82f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5019e14..2a30dc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 103c5d0..4147e28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eb71bb6..6af1fd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f6913a1..c487428 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff7b4b0..1d5ae1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a558dec..12c755d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 739153f..9162131 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc39c7f..fc77210 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e099680..7ecf827 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc616f9..77d1e4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 38472b8..8f0c4b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39873ec..c66d198 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c5b3e42..429cbd4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba90b37..2bc8264 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fdf9266..0f0eb83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 008e474..a73dd0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c0e0313..188ff97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 27f56ec..d224816 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 81a754a..f818206 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 65d9ca5..1693b51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 51eeaed..ddd601b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d3c929..a5af4cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ef245fa..8994664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6ad7710..a668e4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5efb771..7d144b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c28a4e8..b70ac6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 01cd287..f58d46d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 24d4385..03c6f74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c5a4cf..406a16a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea9ce36..ff9ab8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 299e5f7..de78a9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3c92ec9..d0ed7fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 60ae966..9a04d72 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d7a437..9ea8a0e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c8587dc..ed744c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f28768..40ffaeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3b0e9ee..87c67eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9dd6131..51642eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3d85275..f74cf6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc32c5a..1f8dd2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ab52fce..86cfcd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 93b1898..4b34df8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3b950c0..82999cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 594f28c..d17d0c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f0f2d22..5d6a524 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4f00427..cb3a046 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41eb897..11608ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba47fa8..b7358e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0ef8c72..4c837d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39d4527..eb685ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eebc9a0..f6d0db0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 02faf8d..b5d2df2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 267641d..2d89223 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ad1b88e..7921312 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41b3f6c..d47a29d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7e5eb56..db414e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e5448d2..afda61c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5a8fe19..5d379cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 206ff98..f74b95b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c3bcc92..339a644 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 07c1209..827fd7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6ebb5fc..34e07e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b8bb45c..907f2f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4d217c8..161982f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 42e15d0..5e83d5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4cfa8be..80e9532 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2257b8f..0f6297e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ee623d2..9662802 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c5b80e1..77cd4b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b16aef3..a238bdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 79c9d2a..4dba322 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0616922..cf5696b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 16b107a..d4d37bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 25830264..d8b6245 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20ab9d4..0e7871e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d47c219..924f82a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fbc5c03..c2f95e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4d23ca0..64a1ef9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b3388e..d13ff6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b8dabae..9ee9fc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 93ede2c..7ac2d24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dfff3ec..471ec22 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 081d4f1..5add719 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b2c4273..ae9b86f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d34acc4..6047464 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 984c55b..59e091d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea24f13..c83bd15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 191b877..4054e9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0b0635b..ab03f87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b36a578..dfdf5c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c74a7dc..19dc54e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8996188..cd7d8b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9545122..e6a65e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c0b6681..2e5d13b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f9012f0..3c59389 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6a23a53..90100d43 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e1c8759..60b30de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1098e78..56f34b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8e4c138..ec01659 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d8f3479..1c6614b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 27f32c8..67591fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 56aa09f..b7f2654 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 935bda5..b107eeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3e535f..7bee7e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4d6f840..b72889c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 274018d..6cc85b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d52cc24..7af56c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 90e0fbe..41e39a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ffeb880..4ab162c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fd6dd51..c279dd3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 78aa5f0..fecf50a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a045c50..67fb8f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 be20718..7121a9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e4cb9e..199e5f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b5a4b81..dd0449a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3ff8f8..0d50775 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4bf3457..c701ecb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2fa40ee..543027f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fcaecb6..b334fef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 67f66c3..12ef8ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 051836f..607231f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5749e80..42fe324 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d15bfe7..054fe71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c9df51a..1623ed0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 044751b..ce7ff3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 65c335d..b6dcb55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2a732c3..55fc2a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2a715fa..f3ad43c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ffd0dda..c734aa8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bc66728..9f494af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e7e3d34..af5b9de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a108f5a..91893f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5790041..8846c23 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dcb7fed..e56a67c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4954f69..b1e954a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 89fc4e3..e11af10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3154a29..2fc3124 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e24a3a7..deabaec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1a43685..a65e11d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 36c92d1..b39a8d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 06a1068..f844c72 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2f9631d..bba1440 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20b9c7c..cac0927 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 864af55..2bd60ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b8028f5..12ae0eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed8d7a9..45f7aca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6652d42..bd450db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ec85d6c..f358e8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39040b6..b025129 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2913eca..5f9a40d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d705f98..89f5bb5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7024b25..2f1b3bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0079eb5..bfd3cd2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cdc3daa..e4ff0cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ca7f50..d1e741d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7c6b1ad..8840666 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc0bf13..9ec33bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 affbf82..368e5a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f17be7..2211b94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a167593..621126a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5df1705..e3a298f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9743f0a..f4dc5d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8d47da..ed5b9e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce13150..7dd1f8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 15f3512..6ccfcef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 719ccaf..a2e69ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 551adb1..81af612 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 efc25c8..4199db9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43ec4a0..afe6d6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0dae738..56b1845 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c359373..5c37cb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5b7e656..6c289cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 df0ffa0..3ecb792 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ae78925..4297975 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 218a0a8..eb89306 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 13a69a2..e070c90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 862fe9a..ed468b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 778c728..5971022 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fae9f9d..542ad77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cf656bd..45040f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 82c6c19..44975ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a6365cf..331ce95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 efbff76..b14ebb5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7ac3ca2..f5c98fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6493d0b..534c156 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b2254a9..4f390df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 803890d..513ea98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 99842d9..578cdb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 40e0b78..03ad3cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e5a069..47c0e9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d02fad..05501a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c7ad331..8877b6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c845eb3..8c08f1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e3b19a6..ba9ea5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e61aea0..f952f3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b294981..cd90838 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 79d46a5..f35d613 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0edd9e7..9c6a77e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 22fc9be..997af0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c552fa7..077396c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c7e32ed..e59b7dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f61525f..01588d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 318538d..52aa308 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d7e20a6..46b262d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b4ba206..30750aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 90d4d6b..3820d1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0bd6ddb..5f37ef6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4898f37..0181c01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c20c602..9f88c47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1934113..b8fdac1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 97c396c..26142b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2a215a7..cf991b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 550b3d7..d127bae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc9aca9..e8336ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 199ad23..24ea772 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 54bf75b..596711f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d2cd938..ddfa371 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f4de1d..9bab441 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 549e754..30815f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 839a1cc..3fc6c92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6a65b89..3bb2719 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9ae9510..d7237f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 052d0f6..10aa639 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ab0cf4f..7e2473d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d064c27..86a8cec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e054ee9..1ec8074 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e07416..72d8a6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4ea3949..081ab29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b3bfbb1..6f190cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abcd46a..8663417 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6893c83..58b492f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 931bcba..eb89682 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0fd9463..2f9bfab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3fc938..867d9a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 923b69f..75e5ced 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abf10b1..8a9f626 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7839aaf..e3e8b9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5209fc3..9c6fb26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d7793e..98529e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a520e12..9408efe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e61c623..77fb605 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ee25933..8776489 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed00ddc..c8b7ebd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 80f2b84..c880a5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6f12d36..a8d3bcf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8674b4..bf3eee4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5f63a5b..832c438 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9dfc3d2..94c9beba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 16f4b92..00957a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1efd659..4100411 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7bd8122..5583648 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c311a87..45ecfbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cb49457..c2bbe2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e69c7ce..add6ecc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ea883d..66177d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 16900db..422af68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6ee7362..059326d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 351645c..5e9c90d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0b64425..4cc28a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 75fa8e8..f662c16 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f29f8e8..90d898c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ebcccd..2fd7d10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed6cd1a..b7fc037 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e7cd846..a5a28fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 003c8dc..5edeffb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d4c037..bb9d769 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 643443b..7cfbe21 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2f6c404..5aa379c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5fd7769..66d0b04 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 67a2cb9..aee0155 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 360bc76..130c08c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 295eced..fc9cf0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3363f52..7a0cb20 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4094e75..f57eaf1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5f4c6ac..d4024b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eaa063a..5dcdae7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d881a1..4700a28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b799461..0db5f9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f53203a..62e9017 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6979960..445a51b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1b7919c..9bbbc19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 660e2ec..40a7693 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed45a80..b03d035 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 56ecb41..581bd5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 57bba50..57a6d32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 240213a..96229de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1127f97..e2b163a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 be7bb80..cfd87db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e329bce..bed7370 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7e1be1f..4a7887b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 777d319..ecbd228 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 83bf770..bbd9cdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 61b3eaf..f1cad6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8a3515..8dba4c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 de7f930..de6bb9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d024c1d..1f93cda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a415a62..550faec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5d61f53..eab6db6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 09ff8e5..6f309a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 821e408..117f50f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9fd7177..a88fc9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e723ed..6c30d6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fee075b..0c3c495 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c143ba7..0f41a31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 75e5783..9919267 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5c2e0ee..670c10f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6a4dae3..ad64061 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c0d129..cb30ab1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba0de52..3c116a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 201c10c..0a719bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9eafef1..2a56969 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 68d3c01..9c6ece1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 95b1dc1..878ee1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0cd725b..b79c8b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dd0dc2f..5f9352a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6284fe7..d7e9a89 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1cd27ac..b52c42c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 825611a..011272a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 817dd8b..420b8f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1bf4128..38d454f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dac8906..dc938db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b452decd..726ef9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 497fe62..e08eb03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b443767..7d444eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b1f6a45..196bbda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8689989..a4a3113 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c8102cd..0e2e79c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b90f31a..cbd9aef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1c2ae75..004a17e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c9f731..ae6162a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1974b7c..bdb65e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 34ca200..b217364 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 68f7985..05c6ef6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 005e1fd..9f5d73c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c39864b..56c5d07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4ecec5c..91a7c39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6a90e2b..61611c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6c02962..a889c8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7441c9e..3618214 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 228d8b7..b8a84d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 66fd636..6b3e6f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 10252b3..9979a5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 320f7ff..4453e28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 920df1e..115c02b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 34d701f..a474ba0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f711ad1..20d0046 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1357c4f..1acb135 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1ab3a30..e0d3db4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5658561..fbefe73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e760b6d..fae4f02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fdb1074..589c185 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1c78d75..424e8bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 55b0b27..0e26cfb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4f9c51e..612aaae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2465f4a..0595904 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1b9e93b..19d4279 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aee7691..74bc149 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2796047..54156d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0a01cb2..b0c9598 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc94d85..e651612 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6af0811..957d9ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cf93883..85695ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 523178b..c4c2370 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48d5b1f..1e72d7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 15e48ed..af8c785 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fc9ad99..28db436 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1c2a5a3..0205c64 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a3bdf42..60e5f2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2a7063e..ba3f942 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 61ee510..e4ac012 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 57c7ee5..0211c21 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abafbf7..b6aa531 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 26f1996..76986a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c40df81..ed316a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a83c938..d338424 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 92f7749..dc9b86d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c077b9f..9cf913b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7691289..6998ecd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 655d3ef..b8f8544 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20a608d..ae68fd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 28094c7..0931457 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 33acabc..5907257 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a4398e8..3b0a2bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2aee0bf..ce37975 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 edcbd6c..711a648 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3d645e8..8d03aac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48ec340..c105891 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a0f5d98..d8522fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1e1d3ae..a24dd08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 28585b3..2dc1240 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 06329cb..85e925c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3eda113..957eb8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3b9a4e..4e4f34c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e0294d..7e53f54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c69148e..dfa795d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b029e4f..3fa950e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a2f9a23..a6342b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4320711..0afd5cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 95794ad..64c310d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 57d1a51..c802adf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ca23361..c89ad2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7f36ef8..ae5b5f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bdfbaf1..47b4870 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d8350f1..8a4a019 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2e2f53c..0f87db4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5183a83..8e70b90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 614e17f..aa8d33b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a73d871..0195e55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d5e19b0..89d89de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ab77a5c..05c6c68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c6253b0..d19d57b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 596abee..7ac9436 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 12ef98a..4872a03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ec66038..18689c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5df7126..92ea56e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 59ec49e..e8447f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1539392..0c2400a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9893938..29fee8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c1c5a1..8b5b7fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cfe9729..a234696 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a0bd903..3d65667 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ef2d618..6f726b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 360e139..1bbbadb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1af7b28..808de9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 44d78c3..119bce3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea0a529..ea6a65d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 763c22e..5349fd2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6e4bdab..f4cdbe8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b453d9a..4392781a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e8c36f7..92e365f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 85496c2..c41c6e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1100e46..f29270d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 373efc9..4eb7251 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 88e9a6c..c556b3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ee39296..679339c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ada9a5..22cd7a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 70e77f4..7699e6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2b83779..b4748a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0dfbea7..0b96906 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 80e58ac..aa6795c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 82530ca..f1dd8d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 32628db..890a368 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e49398..9c75d9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 542dfe6..2513ec3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cd60f52..d8959dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1ffb9be..05ed293 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 acc805a..730f196 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8535955..5215815 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a5ec42a..793da0e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 abf0e4c..724b44c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e83359..7559bc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 62a6885..5273eb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1eb73bb..2366d54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a84ba68..3f8a16f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aaa2e7f..8cfc42b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5be009b..35cb5b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1353127..91de5be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d49382..9140668 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c3e24d5..279be11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e60410..9016672 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f835629..4b28de7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3663060..ad8b135 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1aba87e..b8465dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1d4d81c..31f367c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ceef6eb..910744f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 de51c03..099b6b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48d9b4c..e40f38e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a590ceb..a33b23b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 566684b..00814d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b10fab4..86c0f5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a5024dd..c9a4c12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dcc72e2..b09f6d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e75568f..ff00b492a9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f0ce41..fdf3f5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c3498d5..067ed31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cb5aa2b..2795d1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3cae803..8552f44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fbcb2bc..ecedccc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5d1abdb..2978b62 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b68655c..f768f7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f7738e9..84bea59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c57e3a..3a3bcc7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0244c60..fce801d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8547cf5..669c16d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5d8a634..076d44a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b105ebf..52fa9aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 05c1595..c6c65ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 53552d2..0344ff1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 49c1b1f..4e744ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d9b6785..e505824 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8bbd7b3..13dc5f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f4f79c..6d619be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 262c6f9..88725cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 78831b2..6cc16a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 35654055..1651ade 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cf0895b..de164c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3db50b56..be6367d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc50710..30a46cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ecd053c..44658c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 039787ea..1d8f6bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 47078f8..4177554 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 60e6366..214895f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 777ee0c..2e18c74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 722172f..cfb65e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8217f82..833bf78 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2bf6760..d4a5edf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 79b8998..cab2cec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 28b0e38..abc75cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3f30be0..232f12d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 31d1672..33b02e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b9e289e..112f2c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c709140..50aa18c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39bd0d6..447dc92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 94d34e3..5bd7c60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3d44d79..5c5f91b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f79ed3a..18a76c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9a777aa..bf588f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6e5d5f6..64df9ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dd5b7d1..c8fb7f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4af797f..cbe20f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff3b70c..ce25731 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c9a0119..bdc484a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 005c8c5..9489830 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 565a41a..faddb70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fe6666e..84deca7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ba70f80..34357c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cace9fa..7ded3f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f6cb6d9..9f08eb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 eee64b9..18c6b15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 06cae97..7da7e02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 de826fb..52c9267 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3c511fa..6cabffe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9117396..82108ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c8d88ae..49a3fb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1208ecd..9a3f4e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43d62a9..f2d73a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4cbb44b..cf4528c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 46ffe4a..25194d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2965596..b9a294e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a488679..57ce54d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 480d86c..3e7bf0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 48ded8d..2b6a6cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d1e9fd1..1f450a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 feceb77..0e50ee0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fa399e3..28d28aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6eb6ae1..612ca0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b240fcc..44860b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20febfa..2a7b46d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2f79094..f6dec97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b495cf2..6f11b26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e08a58..23f7872 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 aad60df..a47ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 df04bf8..5ea520f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6f86b8f..01fbd92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a233f18..65b14ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 179031d..a8c85a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f809c32..6884bcf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d5655ef..160bfa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 994350a..9260a5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0a6efdd..11a562a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 325d6d9..fb30e7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c08ef81..f5052db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 022e7c8..ef914a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2193ed6..a937828 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cea8321..b46a810 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43f9488..d6b1625 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 35cef9a..6cff708 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 19f6a03..da746af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6bbc811..45060d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7b2328e..2024238 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43cc1b0..af81bc7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0e117ae..5744382 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 43f5e69..dd29521 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f6a6a87..7c6600a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8f81d09..78d10bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 80f9688..6c061b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d657573..9b92769 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 165fa29..3ada558 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a389437..9081590 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b5f283b..6045dd2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cfae87a1..7da06ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e52026f..005138d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fe9ec3d..91d0c51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 62ae333..3551596 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 245e08d..54ce7d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fc72bb9..d1ad534 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9d17c68..3049a84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dc94895..5320134 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1c9a8b3..5fbcaeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 edc5ffb..b6ec698 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 84c8015..2cb0e01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 879c3eb..a04b4b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2d67282..a71350b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 51e174f..da820b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 72c8f61..37d2561 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 49af5d9..434b2ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6da2b93..8b7136c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0bbef13..6703e16 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d71cd5d..ba06b47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4c6d04a..76e4488 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 20bcb14..a2c65e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7eb8893..21b3cb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8c8fbe8..e14e23c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 11a4281..f54e036 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 74b8085..6284801 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e3f0bef..d49589a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3cd8b2b..e9d70ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0c52004..093886f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 334c700..794e315 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7154390..6013a50 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 719eff1..3e99d88 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5687ae7..628fa3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 15cf2c7..0de48be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 41a8728..21fdc9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9617d44..cb0ab10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 01c6957..b0ae4a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 32d772e..0a77347 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9dd93b7..889a168 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bd587af..fea279c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9b9f5b3..69a32cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2077d94..008730c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ee4ed8..0c5e83c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 63b2bc9..97ef4fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 29ecaab..d9e98c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e38213d..2dd5e89 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea0b796..a4b1241 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1f20e79..ab40843 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0de742e..bf92d63 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7bae71d..550afd1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 52d231a..60dbfd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 249d3b3..ae5e0bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 725fef3..9bc9841 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a7854a6..deafc8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 27b5f2b..8d9a444 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3bf8361..003575e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce1a95f..d7192c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1811d0f..f9457d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6cb4e36..8477326 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7e693e0..3c31123 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bad7fdb..4329c1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b2d9d0b..414b48e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ecc51d3..32f8e5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ce235e..bd052a4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2a2a267..397c8e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f501405..a0d2e48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ad69baf..239dcda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 644fe6e..0597eba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b2dad7..07f02a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 859b0a8..4b9e92e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c075ed5..69d66d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b3f2cec..0bdff22 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2c68167..6c9749f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 26fb070..fe3f435 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3d4a770..da57d3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 12e02f2..27b39e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a9b3ad9..1f089a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c0b1d97..9b8f5ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 affe46b..c0a359c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 af196fb..d7ef4eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 61d3ec4..8db5ab1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d1bfdc4..73aac50 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 74a00d6..6f652fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 76b6d98..813e2be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fa4cb84..242c5f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 df43004..967fbd3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e4e66ff..5f118d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f2383d4..0ef6e9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d932b63..5e22426 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 345301a..cad787d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 512b4f1..b444d52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 625a44a..82497fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a726ca2..1594af6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8cdeac8..1660392 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b9e43cb..d0e999f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 35e8a87..48b9266 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 704c55b..9882940 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0bdef76..94587c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bfff94c..c596ddb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 21dd65f..3c60763 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 167903a..01083fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a2ea1d1..1681b8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9967b64..9306d36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c2b7a02..3795e3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b1e91a4..d4d9eb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c190952..725ae73 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 899f57c..581766e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bb9c9e4..7354f34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2530705..f8376c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d93a74a..a96b599 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 12cea43..b0b7fd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f0ecce..497b3ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 32bc4ca..140af57 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cdff18f..c9fc233 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 64e9af3..ea11f03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a88f76d5..03b35a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4214ec3..ec902f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 08fe76a..11a3b65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ff4fa97..677a9ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2bf8795..f5e5b76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 52e7da8..cf1f70b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 af5f6d2..fce5447 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3894a04..30f994b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d25c0bd..8c92db2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 297755e..10b2738 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 478ef1b..2e8b53c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9735fed..65077a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f2f39a0..a20d283 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c5d32b7..81bfa0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b88ef5d..8d69aa3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5d15a31..78aaba1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea1b28e..b26bc9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f6fa646..3cdb342 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 81527c4..b32b9bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cf8a600..a8ee961 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fb59581..d431eb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 461bbaa..8950eef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f572e50..5c72716 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4e47c95..c911ab5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 98042c2..e133079 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2c434b7..9a67200 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d3bf39d..20715c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c8255f..b1a2c6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1929f3d..15a5ece 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1bcb4fe..12a56b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3c21468..1d86882 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 feb85ab..22120e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0bbb0d4..cda2d02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce5e0d0..8ddc021 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f68814e..1b14283 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 291f00b..6fbef10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ed9b7cf..e4c003c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 442ecc3..2da57b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d4b9c8f..8f79f79 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f8e3862..4ae995f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fa44c94..a8bba76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 67e9e81..f1c107d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ca78e53..c4f50ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1904bf7..92ef607 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e8e8779..bce1d2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 556cd95..e2f618b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 e48ab61..77d4232 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8b3a46c..0351dea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9f74a9a..24f34cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c2bfee7..4792f7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fc6a5ff..a3bd77c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a483cb5..dd96b06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dfc2533..45eaa10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc0a8ee..2964ff1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 941e5bd..4054abe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 300e57b..47e83ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c99e336..aba82c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4dc1cb3..26a79ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f18a4e6..f469ffe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8d7e441..11a807d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3d2683..c976eb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 bf3545c..b62e22e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3ea33df..6769351 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 45f46d0..b321807 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7137cdd..e8dae94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 adcf85c..8d74562 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8853c63..e964b19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8ce5e8c..84ec06a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d5e07cf..408c438 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0040939..b03aaba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4ff6ac8..70afda4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f4e9674..b844739 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 254e47f..fb1bacd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 63b8416..abfee3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a220922..6eefe9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc8f480..55bf9f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 caa8d6d..4b26c1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d782bfe..24cfaa1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5c7d754..adcbb56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 529211e..9314fc7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b8886aa..8fad3b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5b39793..0e27c10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6b06aea..fa8793d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b5ce64b..db89af9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cbcbe02..a16156a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b702c88..5a98786 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 39d6452..18ec839 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 441258b..f10c1da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2db5956..b6a2a9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 18eef09..4c7f8b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fa761cd..c6377be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 102cfe8..5627d0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 26183aa..e2e06f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1893ac5..17a797e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0fbaada..cd37468 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 391c04f..12653bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 855e843..002102d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c2041c..00bd3d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 90837bc..8cd385d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fb34987..d7c63a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f46719b..fc1a247 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3bd6191..90a0d5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 738f4e9..0121764 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f0ad18f..abf84dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1062dc2..1721105 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 020e387..b54dab8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8688abf..f9ce08e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 9c3d4a4..ce7e15c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 3e981c2..9d01ca5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3c9c46..44318ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ef2ff13..7c39790 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a81aa1c..a0eb3c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 01ea499..a886c24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 01df6e4..03d1c93 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0dff69a..7d3c777 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a0162f3..2dd59be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 36be39a..11757a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 807ff0c..f5c3e6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7733285..58d85a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 dbc4ffd..f3fc8e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 09e4ff4..d7d5fe2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 81b1579..a0283ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5dc286f..d54f901 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 d9f59ae..079a6dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 cc47697..2e016e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c7bb12f..29b9cca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b9fb9b1..493d780 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7842fc0..984bce2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 531f494..4cbba28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a8e55a0..1923f7e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 801b3c3..28eb8b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 f3a4b39..1207354 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b563d16..06b1d4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1ca290c..42d18e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4f20a82..de4bbeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b0c73e5..1765b94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c8e6880..5dcac07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ea651a6..b3a4f5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 ce495b3..70db43f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 8c77c2c..c5bb891 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 c58094b..6e71be5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 04c489e..e04cacf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6bb9e59..b5334bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 11fd030..1cb7df9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 563fc23..b4431e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2167777..13b5904 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 fd7806c..dd32925 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 b390d59..ecb8eae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 4a6bae9..05d7f10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6115686..3495c04 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 beb744b..0c7c0de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7595623..43d0129 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a803dc1..33e84e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 2721887..d126cc0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 043c185..1025f7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 da0d02c..f14fac7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0d4e9c8..0f58f14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 0dd92aa..23d8eb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 5a4bdb1..5ae9694 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6c2736f..34eba65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 a19eb0b..cec8b4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 58349ef..3ce6eaa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 7bae664..5cb5f74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 67aff9c..459e991a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 6183ce5..700ec5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - false 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 1bb9538..4ea4f45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8a8532f..c140602 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 11263ec..56c821b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj @@ -7,11 +7,8 @@ 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 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 e658a4b..8edd25a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a735115..b02f736 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cbc1a6d..8485ded 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj @@ -7,11 +7,8 @@ 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 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 197a707..c8ab285 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj @@ -7,11 +7,8 @@ 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 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 0c57bcc..0d0aa14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 18907ec..5c5d9cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj @@ -7,11 +7,8 @@ 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 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 f4549a9..784b462 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj @@ -7,11 +7,8 @@ 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 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 f2222b9..a16ab06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0ed96ea..03f8f16 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj @@ -7,11 +7,8 @@ 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 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 516157a..34e181b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a4173de..22ca80d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj @@ -7,11 +7,8 @@ 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 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 e183363..485d8e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2f5fa4e..7790cff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj @@ -7,11 +7,8 @@ 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 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 3aed420..720ade1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 130a046..bbf176c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj @@ -7,11 +7,8 @@ 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 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 cbc1a6d..8485ded 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj @@ -7,11 +7,8 @@ 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 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 3aed420..720ade1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ddf22dc..18c90f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e4d45e1..dd49843 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5a4a476..50a5bf5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fd9dbe4..1a35fd2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1648bce..c68e3a4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 18e87f0..6a4a8eb 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 93d3d27..fac7afa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0b37ba9..f9326d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0eb2ec7..2ecab86 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 59b7322..faf9287 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f7c2929..c6ddcea 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 42bc309..bb63ddb 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 aa71cac..1175e27 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 @@ -7,11 +7,8 @@ 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 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 b2aec1a..1f8d5d4 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 @@ -7,11 +7,8 @@ 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 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 a1b3333..ae8206c 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 @@ -7,11 +7,8 @@ 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 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 be1e9c7..1d638e5 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 @@ -7,11 +7,8 @@ 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 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 c4e9d94..734695b 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 @@ -7,11 +7,8 @@ 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 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 1fba48a..1985653 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 @@ -7,11 +7,8 @@ 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 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 d6c5d6b..90fc1aa 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 @@ -7,11 +7,8 @@ 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 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 55d28ee..5b0225d 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 @@ -7,11 +7,8 @@ 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 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 d45d30b..d20cc92 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 @@ -7,11 +7,8 @@ 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 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 7742c3e..fc3b22d 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 @@ -7,11 +7,8 @@ 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 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 aadc0304..ca1b39d 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 @@ -7,11 +7,8 @@ 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 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 c25f993..fd9d8e3 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 @@ -7,11 +7,8 @@ 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 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 946d6a0..77fbfcc 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 @@ -7,11 +7,8 @@ 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 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 5f9bd28..2210ef2 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 32b76688..d23a3ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8dbd788..c204221 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 d670087..781643d 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0ab766b..185f95b 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 51c61419..1bdfdde 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 00615b5..7f91f8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3183119..630c10e 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2022402..ea4c1ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 bc8989a..11cb5f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cd4c00b..d6b9371 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1da5be1..305c7f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ac77629..8b51596 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4eb3c16..c762b70 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 486fef0..7bf26c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3194fa3..bec7ddd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1a2f50b..1233619 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 211b423..bd16064 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c223b9e..fdfcd50 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9e302d2..0fc20a1 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3e4f209..e413fec 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 18fe03c..139b63d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 1 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 4641730..039be37 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 21e046a..86c1ecc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj @@ -7,11 +7,8 @@ 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 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 1da4329..1788071 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e8e06c7..6b32701 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2e49227..160df24 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1f5fa06..644003d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4f89936..e871b9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 58f0974..7891770 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7a07491..bed8eaf 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f9d42c2..f18bd20 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f3b9ef0..9c16c30 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 78d4b92..6608118 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1eb0c80..a04316a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9ebfb31..e972740 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8f525a4..2f42963 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 85b3605..31145da 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 d52a314..72ae09e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5771503..065798b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 dcc3e2e..82d140f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 02d3b65..62ae1c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6746e48..01c3982 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 01786b6..5416466 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3980e93..96dda1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5e1fa64..b653788 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e0dfd2a..58c3ff6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a44fa74..eb1f3b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj @@ -7,11 +7,8 @@ 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 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 f57003a..87ced62 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b84b2fa..a94e3d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj @@ -7,11 +7,8 @@ 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 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 d9c145a..99d98c6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 1673dd0..c6becce 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 @@ -7,11 +7,8 @@ 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 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 bc42a49..1c1a36c 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 @@ -7,11 +7,8 @@ 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 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 250271a..c8a7c16 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 @@ -7,11 +7,8 @@ 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 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 85067df..450a479 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 @@ -7,11 +7,8 @@ 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 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 62ba4c7..6a319ee 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 @@ -7,11 +7,8 @@ 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 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 3b140c6..0bedfc9 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 @@ -7,11 +7,8 @@ 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 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 534a63f..8640ed0 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 @@ -7,11 +7,8 @@ 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 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 3d70941..ea3bbde 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 @@ -7,11 +7,8 @@ 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 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 0167bc2..b92b5cb 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 @@ -7,11 +7,8 @@ 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 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 f1e965c..d61163f 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 @@ -7,11 +7,8 @@ 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 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 92fdcc5..ab25793 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 @@ -7,11 +7,8 @@ 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 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 9c161e1..f417372 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 @@ -7,11 +7,8 @@ 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 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 0348790..079fe5a 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 @@ -7,11 +7,8 @@ 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 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 89dafcf..be1e517 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 @@ -7,11 +7,8 @@ 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 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 b74ba80..62d5142 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 @@ -7,11 +7,8 @@ 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 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 b3e2876..1af596c 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 @@ -7,11 +7,8 @@ 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 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 5a184a2..e54915b 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 @@ -7,11 +7,8 @@ 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 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 34c961b..5e1cb1b 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 @@ -7,11 +7,8 @@ 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 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 675f126..87094b2 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 @@ -7,11 +7,8 @@ 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 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 f3c40e0..6f27e8b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3a12200..9a21484 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 994f6b1..d4f7c90 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 1 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 eed0e19..9260a47 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 097740e..ea6687f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c1fb992..894a0438 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 65991f1..11dbb5e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c6864491..8808c14 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fd55dc6..9b1b281 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8c16947..7112d69 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 afdb98d..c8b3bba 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 29c842f..e374f04 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2e9ab39..87a6308 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7535443..1c55ba3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4806bf4..559d7f2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2f35377..1e98081 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c634e64..827d989 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e7b61af..f95deca 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 531cc1a..b738c41 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 07d6e4a..be568a6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3e9e954..38fce23 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 142ce3f..a333eb9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fe28372..121c596 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1f2a9ca..fb3c78b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0187ca8..9bfa694 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c1bb547..810c9a0 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1833d78..a4a5565 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0dcc937..3344254 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e1e839a..fec947e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c37f554..eb2a03a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 180f172..3a799f4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 afbaa47..d983538 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 012d3f6..210096d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f7d0266..16c4c7e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cd1175c..eaa9b6b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e3c487a..a849a20 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7dfae2b..9df770a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 654c2d6..7aa13fc 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 296f89e..2391902 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4025339..25ab157 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 36f4a38..a711649 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3c8acf6..6591a5c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9871ce1..02dd953 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 340a44e..02e5d5b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8f54cb6..6f23a86 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 dae4176..b01f4dc 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4526a96..fe5422b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 8cb0f6f..85f45f6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 bd97f89..2199c5a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 1 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 c34f51d..98e3c81 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9badafd..8a56ddd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 66af63e..b04c26d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1b5167e..4bc2a9d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 6e2b848..f630653 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 486256f..4130359 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2d69822..f4768f7 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 052f513..af68e08 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6bd017b..c8ace01 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 855caf3..b6148ec 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c440f77..9afe761 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 249db6f..a2500e7 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 079c244..deee970 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7e5560c..00d27e6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8f02eb2..09d46b3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 21f4170..79c0023 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4b6fd87..80190bf 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 468e79c..b3a5d73 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 08ebabc..b7f11cf 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f04266d..04adc83 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 d9c58e0..f881f7e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4e7874d..e1fb26f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1a0f38c..7727984 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3fb9ea9..70e5d40 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0f7d285..906674b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8d45914..2a82463 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 152f954..dba2936 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 29d2a65..a1362ec 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f4a78c2..5012f5c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 bfa7bf9..7503e67 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ef71c0c..a14a496 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f63f12e..d8cdc7e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 bd1e866..b00d6b0 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 032558d..74991e7 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b1b8f4d..3dc30d6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 51b98a3..86590d1 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 eed2cc9..903cf87 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a592cc0..767d7cd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 010f349..f760dc1 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8ffd85e..c9eeb57 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ba72826..0e78395 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 30b7a6c..9cba459 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5063f1c..9f14363 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 38e01d8..10b1cad 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 65b1491..1a56137 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 279b3f5..60de56b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 32ce759..4d064b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 177f897..046657e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9158b0a..7062344 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b1495bee..b15aec6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 73d9514..f8b66f5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b65a528..7bbbb1e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6f19b2e..b3ac26c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6832bce..1dba6a4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 52da6dc..08a58be 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e20b29a..76b5783 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4c350a4..2033d93 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 @@ -7,11 +7,8 @@ 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 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 69f633d..4a8d70f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9ad13ed..fbff907 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 07c3f4c..780ed96 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fa83eb4..ccff071 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 @@ -7,11 +7,8 @@ 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 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 355f9f4..a8a131c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 67ff1a4..2228023 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 @@ -7,11 +7,8 @@ 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 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 ffa92541..161a4e6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6b591c8..60adcf3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 04cc9f9..b836ac3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 f88b5be..33011fd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 229ffa7..715170b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7d65c58..4838abf 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b94a8a0..82ce0d9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6b591c8..60adcf3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 ee21fe5..8598d3b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 99314c9..a27cfc6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3b98bd1..8bd910d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 80c3539..a2768d4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f1e0b98..10ae4c3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b6033cc..8736a20 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7b46044..0aff56e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cdaf512..066ba8d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0ac5ec8..add8716 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6b591c8..60adcf3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 a1eecd5..8d41927 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 801190b..b20d735 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8dee0ca..09530a6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3e2764b..bb40a72 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5cfe764..7f2a49b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4ad5819..69efc60 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e7615ba..f1c9a34 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 1ffd8d3..6d05044 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 971542c..f42102b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 0c8fe09..8e1c575 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3545fae..d466eed 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e76ec88..3d4b38c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6b591c8..60adcf3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 6b591c8..60adcf3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 04cc9f9..b836ac3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 f88b5be..33011fd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3e3360e..8930d49 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 229ffa7..715170b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a4f7d38..ccf9245 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 71136e9..e594c1b 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 @@ -7,11 +7,8 @@ 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 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 62e0e43..6fcd822 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 b8e42a7..6a1a95c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 8e4d706..a41757a 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 @@ -7,11 +7,8 @@ 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 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 1f4544a..d14a39f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 4a1a0da..0f99e4d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 402b694..ececbd6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e7e26d4..b8e80f2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fd0cef5..ad9fd50 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 62e074e..b70eaac 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5a4da13..c22c58b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 626e6a7..985d483 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 @@ -7,11 +7,8 @@ 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 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 1c2ddcd..cefc273 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 15e45c2..899f0f4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 e9a09a5..4e0d3e5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 472e60e..bb11fc2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 62e074e..b70eaac 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3ce55b5..a1b44e0 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 52d2408..e6fd711 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 98d77de..1977295 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 @@ -7,11 +7,8 @@ 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 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 11c77bb..a4441ff 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 @@ -7,11 +7,8 @@ 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 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 e7e26d4..b8e80f2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 626e6a7..985d483 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 @@ -7,11 +7,8 @@ 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 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 d3d767f..cfdd7d8 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cf6050d..62c2c13 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 47a6747..0cd980a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 29cb737..1ebf6ee 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0c07b52..723446e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 125d8ee..8b29873 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 8441e1b..758dbc3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 125d8ee..8b29873 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 a7a8686..87bea62 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 15614de..58a7e88 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 cb93e2b..42fdb64 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 a32deca..d276b09 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 3e06a61..f4cfbd6 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 c75fd11..016c432 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 46c34cd..bf1e96b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7e02bed..ecb5a8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj @@ -7,11 +7,8 @@ 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 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 d10cb69..5d00c00 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj @@ -7,11 +7,8 @@ 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 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 1aef1ce..098ac1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj @@ -7,11 +7,8 @@ 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 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 003cdc1..cdfa93c 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 55e452c..5125080 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 237d2d6..506b521 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj @@ -7,11 +7,8 @@ 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 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 e300b60..9d0836f 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj @@ -7,11 +7,8 @@ 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 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 11b9dc8..e491bd9 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 ff49759..9871ebe 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj @@ -7,11 +7,8 @@ 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 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 c995605..5fa8ebf 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 c1c9cdb..1c65443 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj @@ -7,11 +7,8 @@ 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 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 7e02bed..ecb5a8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj @@ -7,11 +7,8 @@ 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 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 be6b2bc..c47dae7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 67d2b7c..9f96f57 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 be6b2bc..c47dae7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 2719060..ade48de 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 eef563f..32e6bf1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 be6b2bc..c47dae7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 96616b3..33ee85e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj @@ -7,11 +7,8 @@ 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 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 84db903..3f68536 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 be180bb..83b7efb 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 55fb3f3..1eca32e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj @@ -7,11 +7,8 @@ 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 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 be13df5..f7d512d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj @@ -7,11 +7,8 @@ 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 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 25ec264..7f4b93f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c25f993..fd9d8e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj @@ -7,11 +7,8 @@ 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 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 8b85a6d..ea4c93f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c79c07d..dd40c41 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 434e7d4..0b916ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 48dbfb6..e7337ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 6f81e65..9387f24 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 59f799c..fca3d95 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b1bb38f..8e13592 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 418664f..6acd8fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj @@ -7,11 +7,8 @@ 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 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 89c9f3d..68451a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 ed13a88..65c4fc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 50fdb9b..fa56585 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 fd46420..13b79ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 560c1e1..79b70c0 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 91dafdf..c72e45d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 badbbdf..ac70299 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 fed6e24..221ac0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 32b8b70..9e2b8ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9f7ccd5..8a540ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 5071f53..9c97ce7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 b947ade..f994a4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj @@ -7,11 +7,8 @@ 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 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 4857a82..da50fca 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f0e33fa..e1fe756 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 90fa161..ed9cbdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2cf3455..50f3998 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 41c86f7..c321099 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 1fa3e14..67642b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 44725ac..e66463e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a3f1248..ba575f9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7742c3e..fc3b22d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj @@ -7,11 +7,8 @@ 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 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 c25f993..fd9d8e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj @@ -7,11 +7,8 @@ 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 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 d00da98..311d306 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6d83027..1530c92 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 125d8ee..8b29873 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 bd39249..44f55b8 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 70eeda9..354c3fd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 4687451..c37210f 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 @@ -7,11 +7,8 @@ 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 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 a76fcff..5c1a119 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 e0dde50..327a619 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 5c00f39..f9f55fb 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 @@ -7,11 +7,8 @@ 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 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 23a3a49..42ad8df 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 @@ -7,11 +7,8 @@ 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 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 86934d0..77ecb17 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7cbb7c5..be7a373 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f3d9017..9c56801 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 @@ -7,11 +7,8 @@ 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 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 dcf6f17..ae5e4df 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 @@ -7,11 +7,8 @@ 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 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 0788325..71d924a 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 @@ -7,11 +7,8 @@ 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 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 62e7893..8cea4ea 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 @@ -7,11 +7,8 @@ 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 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 82958c5..82b8098 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 @@ -7,11 +7,8 @@ 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 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 7c81757..07e4b9e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 488b3c4..08cd420 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 @@ -7,11 +7,8 @@ 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 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 516f76d..31dda96 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 @@ -7,11 +7,8 @@ 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 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 b7d4ea7..45bbc0c 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 @@ -7,11 +7,8 @@ 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 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 cdd41d6..ad84dae 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 948174e..4bd33b1 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 @@ -7,11 +7,8 @@ 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 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 57abc23..aa00df9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 00ee550..48d8b49 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2ce9c9f..51ce3a2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 feeadba..14a70a8 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1938afa..c787688 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0fa4e8c..b7a9f30 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 4f8b714..7b3e541 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8f23535..48b1988 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 b5d56ca..b6d3510 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 77903b3..8bbbf52 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 376e93d..ee2116f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8e3b28d..df6a60d 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 @@ -7,11 +7,8 @@ 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 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 a0aa82e..e0f314a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 30a31a9..ab10156 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 c75fd11..016c432 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 f4fa782..da708df 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 539161c..cf4e0ed 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 cadca98..d7a8e5a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8231c2a..dee60aa 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2719060..ade48de 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1708db6..603f3fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj @@ -7,11 +7,8 @@ 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 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 c4664e5..4f933d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj @@ -7,11 +7,8 @@ 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 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 c79c07d..dd40c41 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f0e33fa..e1fe756 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 90fa161..ed9cbdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 34dfb05..8baf914 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a1f8ece..1a09fe6 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 @@ -7,11 +7,8 @@ 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 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 8fcc882..27a3f8c 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 @@ -7,11 +7,8 @@ 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 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 dbafd17..595c601 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 @@ -7,11 +7,8 @@ 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 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 97cf456..abe9e38 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 @@ -7,11 +7,8 @@ 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 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 f6bae39..4541f84 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 @@ -7,11 +7,8 @@ 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 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 87a5f36..2f04fd2 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 @@ -7,11 +7,8 @@ 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 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 48fd7ca..a896b67 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 @@ -7,11 +7,8 @@ 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 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 27686d4..4a2eab4 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 @@ -7,11 +7,8 @@ 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 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 a727649..ac581d4 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 @@ -7,11 +7,8 @@ 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 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 0bb648f..900f2cb 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 @@ -7,11 +7,8 @@ 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 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 f049b88..4340b68 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 @@ -7,11 +7,8 @@ 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 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 09c49f7..08354e2 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 @@ -7,11 +7,8 @@ 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 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 c62fde9..04669a9 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 @@ -7,11 +7,8 @@ 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 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 7e794ce..3f97489 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 @@ -7,11 +7,8 @@ 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 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 4feb111..489e66d 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 @@ -7,11 +7,8 @@ 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 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 fb89843..e690186 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 @@ -7,11 +7,8 @@ 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 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 4c2cd75..a2c1741 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 @@ -7,11 +7,8 @@ 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 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 c403530..261978c 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 @@ -7,11 +7,8 @@ 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 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 48dfa20..eda28ad 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 @@ -7,11 +7,8 @@ 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 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 c78fd85..651387c 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 @@ -7,11 +7,8 @@ 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 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 df66c27..b72c0b4 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 @@ -7,11 +7,8 @@ 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 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 da32adb..e1990a9 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 @@ -7,11 +7,8 @@ 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 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 7b57be5..a4c2876 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 @@ -7,11 +7,8 @@ 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 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 8e2a416..2eefccc 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 d228e36..9e083a5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 1cfb49c..c0f5ad9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 96d29ab..1206181 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 635072a..c933949 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7ab139a..a986e9d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 5ee5060..e6a8bfd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 85e4cb2..2d9ba1b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 fe83d56..a33ca90 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8e5eb75..51a8378 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 e5776cf..9421e34 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 1cddabe..5a6888e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 580a120..3113ae5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 df36f69..e9c3805 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 e22538c..0214e1f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 756b72b..66e29e2 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 d0f26f9..2038d2c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 506440e..03d800e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 34249b7..24a15ff 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 495ddef..81dab82 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 c47f934..32338e1 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 06170a5..bcc8867 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 201477a..c020610 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c871ca7..1155b1a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 d089c81..15c519c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 88226f0..c488c2a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 85ab380..38deca5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 7bf4047..0d91d2e 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 0d715ed..f5b3f6d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a231acb..74bc69a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 093932a..b473b39 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 57fbe4d..75861f5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 aa304a6..58fd9ff 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3bdfd75..391bd14 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8f8084d..8897334 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 2d30481..d61c6aa 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8082b0a..0a0cb71 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ae22fc2..d4596ab 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 ef85e64..052b6a3 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9cb8ba6..b66a0cd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 c216a4b..ef86760 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8e39e5e..b85dd56 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 43f63a4..e145652 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 41fe71f..30c602a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 af0ebae..1e45ac5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 f593095..51a3fb1 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 f566122..985030a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 ce248a5..dade74c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 327c9c0..8c39086 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 af13ff2..82d2f63 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 657d622..cf46972 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 a15e066..97ea5ce 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 85a831e..424d51a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 6edc99b..03fb437 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 f6c6f7c..879e590 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 3709669..a04a01b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 61261c6..1f78ecc 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 44b0bf7..c68c3d9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8b8f7ab..7cde5a5 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 5ac6f7b..5b45f83 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 460ecf1..0d6ad4f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 81d66d9..d79863c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8959131..83be3bd 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 9f125ce..7b6946b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 933be7b..fddc986 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 589b170..18f398d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 4fa3a43..753cdc7 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 c89baaa..2e1ee6f 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 522ff71..bd18d6c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 459a535..7d055f4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 43df61e..23756d9 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 8bc12c7..788374b 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 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 0d48807..0ec3ee4 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Library BuildOnly 0 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 796236b..ad2d7154 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 4c12393..19f71de 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 9142115..f221ae0 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 8c6d354..045d089 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 c629f3d..d9573ba 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 ec949ac8..613b452 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 f5c35ae..1c62ebf 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 464d697..cc45927 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 a7b1c0a..589054c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 38f2c98..ff9891d 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 f1a0118..d88b1d7 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 6260195..d200b56 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 6c845d1..0a4534ad 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 e14b8ab..2d42c22 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 b6497a1..a2ed642 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 89e4d1e..58af787 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 1934f12..e78a12a 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 e8e765f..7bb339c 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 b9ca574..801e214 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 @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Library BuildOnly 0 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 32f7e04..d949b69 100644 --- a/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj +++ b/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj b/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj index 2387f12..eb676ae 100644 --- a/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj +++ b/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj b/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj index 4f216d1..a0e7fca 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj +++ b/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj @@ -7,12 +7,8 @@ 2.0 {D2BE451D-2E46-4899-BA3F-244E8CBDBD35} Exe - Properties - 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/Loader/regressions/classloader/vsw307137.csproj b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj index a2b02f1..07365a8 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj @@ -7,12 +7,8 @@ 2.0 {C1CC49D1-A6E0-4AC8-858C-6BFD733A29C5} Exe - Properties - 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/Loader/regressions/polyrec/Polyrec.csproj b/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj index 1aa7010..7a4be02 100644 --- a/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj +++ b/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj @@ -8,13 +8,9 @@ 2.0 {B50A2D18-32B1-4051-A3E4-B004A6BBBF4D} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC 4 50 diff --git a/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj b/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj index c11e6df..835c0a7 100644 --- a/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj +++ b/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj b/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj index 2c6e58f..9055cac 100644 --- a/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj +++ b/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj @@ -7,13 +7,9 @@ 2.0 {946AE2D9-F656-4771-81DB-6D02EEEEFFCB} library - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ SharedLibrary - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Regressions/assemblyref/test.csproj b/src/coreclr/tests/src/Regressions/assemblyref/test.csproj index 4bc5997..42e4838 100644 --- a/src/coreclr/tests/src/Regressions/assemblyref/test.csproj +++ b/src/coreclr/tests/src/Regressions/assemblyref/test.csproj @@ -8,13 +8,9 @@ 2.0 {CDA666E1-9A22-4795-9FBD-3B3FAEB759A4} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC diff --git a/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj b/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj index b7b1ba2..70b3d74 100644 --- a/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj +++ b/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj b/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj index 05c412e..1f35840 100644 --- a/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj +++ b/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/CompEx.csproj b/src/coreclr/tests/src/Regressions/common/CompEx.csproj index b95677c..478ec6c 100644 --- a/src/coreclr/tests/src/Regressions/common/CompEx.csproj +++ b/src/coreclr/tests/src/Regressions/common/CompEx.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj b/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj index 090b045..55396dc 100644 --- a/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj +++ b/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/Marshal.csproj b/src/coreclr/tests/src/Regressions/common/Marshal.csproj index 5cffcaf..2ce947a 100644 --- a/src/coreclr/tests/src/Regressions/common/Marshal.csproj +++ b/src/coreclr/tests/src/Regressions/common/Marshal.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d true diff --git a/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj b/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj index 609165b..1bbfe8d 100644 --- a/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj +++ b/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/ToLower.csproj b/src/coreclr/tests/src/Regressions/common/ToLower.csproj index 49f8da0..508f842 100644 --- a/src/coreclr/tests/src/Regressions/common/ToLower.csproj +++ b/src/coreclr/tests/src/Regressions/common/ToLower.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/Unsafe.csproj b/src/coreclr/tests/src/Regressions/common/Unsafe.csproj index 71b8ef3..f38d144 100644 --- a/src/coreclr/tests/src/Regressions/common/Unsafe.csproj +++ b/src/coreclr/tests/src/Regressions/common/Unsafe.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d true diff --git a/src/coreclr/tests/src/Regressions/common/avtest.csproj b/src/coreclr/tests/src/Regressions/common/avtest.csproj index 7c80321..7d3511c 100644 --- a/src/coreclr/tests/src/Regressions/common/avtest.csproj +++ b/src/coreclr/tests/src/Regressions/common/avtest.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/date.csproj b/src/coreclr/tests/src/Regressions/common/date.csproj index 645d4ac..81738a6 100644 --- a/src/coreclr/tests/src/Regressions/common/date.csproj +++ b/src/coreclr/tests/src/Regressions/common/date.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/interlock.csproj b/src/coreclr/tests/src/Regressions/common/interlock.csproj index 2d75854..cf9d84a 100644 --- a/src/coreclr/tests/src/Regressions/common/interlock.csproj +++ b/src/coreclr/tests/src/Regressions/common/interlock.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/pow3.csproj b/src/coreclr/tests/src/Regressions/common/pow3.csproj index 4f2e5a5..f9ea76c 100644 --- a/src/coreclr/tests/src/Regressions/common/pow3.csproj +++ b/src/coreclr/tests/src/Regressions/common/pow3.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/test1307.csproj b/src/coreclr/tests/src/Regressions/common/test1307.csproj index b695cbb3..26d7a9a 100644 --- a/src/coreclr/tests/src/Regressions/common/test1307.csproj +++ b/src/coreclr/tests/src/Regressions/common/test1307.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/testClass.csproj b/src/coreclr/tests/src/Regressions/common/testClass.csproj index d752401..7504be0 100644 --- a/src/coreclr/tests/src/Regressions/common/testClass.csproj +++ b/src/coreclr/tests/src/Regressions/common/testClass.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/common/testInterface.csproj b/src/coreclr/tests/src/Regressions/common/testInterface.csproj index 58df5b4..464564d 100644 --- a/src/coreclr/tests/src/Regressions/common/testInterface.csproj +++ b/src/coreclr/tests/src/Regressions/common/testInterface.csproj @@ -7,13 +7,9 @@ 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 ..\..\ BuildAndRun - 7a9bfb7d diff --git a/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj b/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj index a1f0c05..a9d4304 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 0 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj b/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj index 65ddaa7..e01afdb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 5d211c6..c7f330c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 2462bbd..fa250f1 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj index ff8ffb2..778227d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj index 63243e6..143724a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0069/date.csproj b/src/coreclr/tests/src/Regressions/coreclr/0069/date.csproj index e18acf2..a0287f7 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0069/date.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0069/date.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj b/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj index b3695fd..a452aaf 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj b/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj index f53a3fc..ad635a6 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d307144..03e87fa 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj b/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj index ae34c21..c6aad88 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj b/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj index 9e8ec89..ec0a34f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj b/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj index 8d0282c..a6931e9 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj b/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj index cb06ed3..373730e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj b/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj index 59b56bc..4ad0876 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj index 169c51f..78260fe 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj b/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj index df357cb..5b35562 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj b/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj index 6cc6936..e4517fe 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj index b8b7b54..4d0a0f2 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj index d48769e..5ae8c0a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj b/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj index d522f62..eac2297 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj index c28b078..075bb2c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj b/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj index 5d00559..dcd69eb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj b/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj index cefd387..35d3682 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj b/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj index 07824d1..487d45a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj b/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj index 305497b..225a1b6 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj b/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj index 6a91fad..da0ea2a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 fec123d..c0bc3c1 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj b/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj index a23dfc8..b93d06b 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj b/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj index e530158..65a6eb8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj index 1f0a740..56b3d15 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj b/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj index 8b827dc..c1c1909 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj b/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj index 84e9c1c..26fa583 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj b/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj index 2c97469..ff0110f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj b/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj index 1314025..9bbb02a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj b/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj index 1faa1cd..976a2b1 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj b/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj index fb6db72..9431a46 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj b/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj index a113d78..ae73816 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj b/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj index 959d73a..70ed0d0 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj b/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj index 04361ba..63d0f0a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj b/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj index bde5376..d20a10f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj b/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj index 113a9c5..7ea920e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 29d012b..745db74 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj b/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj index e461764..deff6d0 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj b/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj index ef64ce9..baabd44 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj b/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj index 260d3eb..764205e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj b/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj index 24479d3..bd76ac9 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj b/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj index 110484c..04ec375 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj b/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj index 19c3195..891c369 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 777c8db..26b1ea2 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj @@ -7,14 +7,9 @@ 2.0 {E55A6F8B-B9E3-45CE-88F4-22AE70F606CB} 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 BuildAndRun 1 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 faa86faa..66d1078 100644 --- a/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj +++ b/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj @@ -7,13 +7,9 @@ 2.0 {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildAndRun - 7a9bfb7d $(DefineConstants);STATIC true diff --git a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj index 19a7791..1b0398c 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj @@ -7,13 +7,8 @@ 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 - true BuildAndRun true true diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj index 605d11b..1b25407 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj @@ -7,13 +7,8 @@ 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 - true BuildAndRun diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj index 4b0c5cf..98b4a35 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj @@ -7,13 +7,8 @@ 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 - true BuildAndRun diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj index 79667cc..125fb1c 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d 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 b80575f..08f9711 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj index 1283589..e4d74de 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj index 8b3e451..3b1a5f0 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj index be4c5a6..2ac88d6 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj index 9e80124..d80a78b 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj index c846e02..72084cd 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj index fff05ea..e7193b2 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj @@ -7,13 +7,8 @@ 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 - true BuildAndRun diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj index 4e71db2..f2fde61 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj index 4e71db2..f2fde61 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj index 208109a..d6ea8fa 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj index 84ad30f..33b019b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj index efaabfe..f9763e8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj index db7a774..be9c33e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj index d2c3a4f..110cae6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj index 40eb42d..8b92387 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj index 8c58ee3..8a34bc26 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj index 67206f4..dddcf84 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj index 491223c..e0c50c8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj index 744117c..ec81392 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj index 4da0221..8fd59e7 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj index 637077c..7bec888 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj index aceafc7..7a95f6a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj index af46d7c..f01cd07 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj index e47f9c6..4ad1943 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj index 7c290a3..925ff4f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj index 09b30c8..e796fbe 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj index 5aef648..4a74c4b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj index 64e7f2a..98e336a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj index bd588da..e3f78c1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj index 3497367..6ee702f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj index 030a92e..9e3d290 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj index 847a4ec..2845889 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj index 3e03e4e..8d85a43 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj index 4c1ff8c..260a53f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj index ac5fc7d..c927f7d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj index 7378354..aff9728 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj index 3510c6a..f59bdc6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj index 2018119..09dff0e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f66089a..656de81 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 b95932c..9969043 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 73353c1..cc7de5a 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 644c6e2..f48e378 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 557afdb..8d1e736 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c6995cc..7ffb234 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 01bc92d..c029549 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 da28169..763613d 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a86d05a..46745b3 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 46b9b92..795a2e7 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 b06a180..1213a93 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a8b4f61..eb7fd05 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 8e3550a..80a3630 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 55cf157..750b34a 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f72a5d7..221f2ce 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 bc9c98d..ec152be 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 0fb376b..cc11b42 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e8595c9..456dae8 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 0f2a4a0..05630a6 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 5be2c31..f3a5ad0 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 6bf77b8..1bc9f72 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 b57b69d..fb8099f 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 ce2fbf2..b54e469 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e0a740b..d35a2aa 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f7dec8f..7766afe 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 1220178..8c47fda 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d17d281..0c1ee18 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 6853ebc..0dc24be 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f12fcdb..bce1bfe 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e218067..60a94d2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 2836f09..fd082be 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 5625f63..2a1b577 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 31b4f32..e9feb78 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 ef0f5e5..1f44529 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 9720c2a..cf354c1 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 e74165e..2777951 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 9baca23..bbf4762 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 cc79ed1..d7cf77e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 ad9e01d..a21ad07 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 516967e..9c980fb 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 49bbad6..2319d7d 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 418e59b..c78728a 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 cf20a49..76299d4 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 bebcd6a..a3b0e9e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 a7fd90f..e81d35f 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 873ccbe..7ff5b1e 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 91447d9..8b80e8e 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c053746..94fffa3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c16cdfb..c7956dc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 2d04532..d45b82e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a8c40a1..138f2b0 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 2ac58fc..2729946 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 700fd91..2e89695 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 21c3b2e..175fcfe 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 33193a8..b3c3245 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 63483b9..150bd53 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 9b4caf3..57a68bc 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 9cc92f0..f7aecf0 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f5b6b4f..5161f0e 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 0f4693f..fc5ba9f 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 f51b922..b84c1c7 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 2926c27..5d2886d 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 28d4c7f..8746c46 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a785878..105941b 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c534671..9a1c51b 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c5bbae0..8e0e3aa 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a49b9ac..5a3786d 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 80c2e08..dddbb62 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 a0a5b26..aa9fd32 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 576d6e6..18828d7 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 6abe96b..640d16f 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 f1ba3e7..6cdfa78 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 3c49c3b..9254b37 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 4ad4bf0..fa26d55 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 37859e5..0d55019 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 53062b5..d5bb496 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 @@ -8,12 +8,8 @@ 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 BuildAndRun 1 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 907b705..4f80f89 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 20137e8..190f243 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 8f4a638..a632cc5 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/706099/ManagedCom.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/706099/ManagedCom.csproj index ea6eaf4..79d4516 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/706099/ManagedCom.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/706099/ManagedCom.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 1884397..f5a98d9 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 9f6b97c..d2f1776 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/366085.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/366085.csproj index 91b60f6..b8cbbeb 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/366085.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/366085.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cd4e50a..fb5675a 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 5a40aae..a26d4f1 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 6b28898..7f9c399 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 @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7c96e7e..4e1f3ce 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 d20398d9..64b0e4d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 -trustedexe diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj index 49cbf9b..41ec023 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj index 50ed947..ced4f2b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj index 7f927c1..117e027 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj index e3756d7..dfbb37a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj index 454e265..644034b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj @@ -8,12 +8,8 @@ 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj index 700fd91..2e89695 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj index f1241cc..6687bdd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj index b8a07d9..ba88857 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj index c091cbc..332e040 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj index 673def1..e268f61 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj index 097b335..5d9b0c0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj index c4c389b..ec8a42e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj index fe340da..7a8a636 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj index 5ba5274..93b4b98 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj index cfa278e..40f3f6a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj index f9e30c5..7bde1ed 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj index 357f150..4f65989 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj index 40c62b6..e4a3150 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj index 06a0950..6862403 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj index 1effe2a..b798f7b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj index 135f789..5e33504 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj index 88e342c..8c39141 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj index 2a0d134..957b5ca 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj index 7fb28cb..1d93f48 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj index 24d7e4a..9d49c9d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj b/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj index 47acdde..91c20ae 100644 --- a/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj +++ b/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj b/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj index 47acdde..91c20ae 100644 --- a/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj +++ b/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 7bd9c3a..8de828b 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 ead8fb9..4c26b05 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 0575fa9..3fb8982 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 95fb8649..6172f23 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 @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj b/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj index 3a1f467..1402a58 100644 --- a/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj +++ b/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/First.csproj b/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/First.csproj index dedbc84..069b709 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/First.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/First.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/Assembly1.csproj b/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/Assembly1.csproj index e8c7786..7757888 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/Assembly1.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/Assembly1.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/seh/vc/chain/ManagedDll.csproj b/src/coreclr/tests/src/baseservices/regression/v1/seh/vc/chain/ManagedDll.csproj index e6e569c..afc37e9 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/seh/vc/chain/ManagedDll.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/seh/vc/chain/ManagedDll.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/thread/TcultureDLL.csproj b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/thread/TcultureDLL.csproj index cc37677..ad86a925 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/thread/TcultureDLL.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/thread/TcultureDLL.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/ThreadPool_Test.csproj b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/ThreadPool_Test.csproj index e375e0e..482a038 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/ThreadPool_Test.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/ThreadPool_Test.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/CS_ThreadPoolNullChecks.csproj b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/CS_ThreadPoolNullChecks.csproj index 92dc5d3..3e1e203 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/CS_ThreadPoolNullChecks.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/CS_ThreadPoolNullChecks.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 -trustedexe diff --git a/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/MgdHelper.csproj b/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/MgdHelper.csproj index b10f9a6..cf8afb4 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/MgdHelper.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/MgdHelper.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/interoptest.csproj b/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/interoptest.csproj index 30366eb..1e09c7e 100644 --- a/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/interoptest.csproj +++ b/src/coreclr/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/interoptest.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj index f9b1274..fe21536 100644 --- a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj +++ b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj @@ -7,14 +7,9 @@ 2.0 {c485e164-f82c-4a4f-a02e-bc711827e5be} 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 BuildAndRun 1 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 be7d54f..a543a8e 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 fd2c79a..0a64b1a 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 0c78405..bd7330c 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 41d0ddd..db9b449 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 2f35888..92bd71f 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 580a83b..7c1e4d99 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 496cf06..b74fce4 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 e7cbf27..26a2083 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj b/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj index c0cf32c..95da857 100644 --- a/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj +++ b/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj index b321aac..a778c1b 100644 --- a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj +++ b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj @@ -7,14 +7,9 @@ 2.0 {c485e164-f82c-4a4f-a02e-bc711827e5be} 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 BuildAndRun 1 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 2fadb91..3afe941 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj @@ -7,14 +7,9 @@ 2.0 {1de36f31-ddef-43ff-a8e8-e09f11711c13} 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 BuildAndRun 1 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 b87f2cc..c235123 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj @@ -7,14 +7,9 @@ 2.0 {1de36f31-ddef-43ff-a8e8-e09f11711c13} 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 BuildAndRun 1 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 a09f3f2..74b8c66 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 4f9e6c6..29e46d5 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 0a5de27..374e9d7 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 3194925..e129091 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 1519cd4..8bdc989 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 56218ee..df91e9d 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 b021cbf..261d21b 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 8ed2e23..4c4c3a5 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 @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 38a3831..ebd161c 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 @@ -7,14 +7,9 @@ 2.0 {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} 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 BuildAndRun 1 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 ccbb8e1..e10f96e 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 @@ -7,14 +7,9 @@ 2.0 {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} 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 BuildAndRun 1 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 411351c..279492e 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 @@ -7,14 +7,9 @@ 2.0 {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} 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 BuildAndRun 1 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 3f17e72..6e78162 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 @@ -7,14 +7,9 @@ 2.0 {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} 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 BuildAndRun 1 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 9cfd959..b47d5af 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj @@ -7,14 +7,9 @@ 2.0 {717a283b-e0af-4ef2-b072-0378decb2d96} 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 BuildAndRun 1 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 46990bf..ad58bb2 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj @@ -7,14 +7,9 @@ 2.0 {717a283b-e0af-4ef2-b072-0378decb2d96} 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 BuildAndRun 1 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 bd17304..eb87a5b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 25068cd..22eabb7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 59be5af..4b1bc4c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 73dd371..d7e6905 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 5d51e0d..903813d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 a3cabe3..18f1b18 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 98d7775..d18e156 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 8086661..da5dc97 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 51151b1..03604bd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 6ae9143..df111ed 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 da1cd6c..f724d65 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 f2e5609..7922179 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 cd6256f..182a539 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 3988883..d500006 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 1afdd54..09b4717 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 305c707..f3dee0a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 ad2588b..d611473 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 def628b..00fb558 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 041d5be2..c123242 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 ce33640..35ceaab 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 2c4070e..0fede4d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 9efacd2..dc6641f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 c4a425f..415edd9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 038a235..a9cb26d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 369a3ab..d7a5f09 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 e8c3b4e..3b8463c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 7eee61e..83ff916 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 5af4c9d..f445eef 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 047d5dd..14fc222 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 a2b541b..0644fe1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 fa3fd88..93b2219 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 4fbaf3a..8a4d0be 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 fec7ca9..684ad69 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 186b845..983324d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 3e19a1c..0ec2fc9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 6a1044e..af836f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 137b2c9..7252b78 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 dcf2f78..f1f3f2b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 faaeece..90980b5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 1996239..10cc510 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 19e7597..0a7b420 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 64f6637..a0cf724 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 b8b24b0..c8b0ebf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 50553c6..9d3d143 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 a943885..975ad21 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 f991df6..3197a0d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 88016de..5bc87a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 4650523..f68e40e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 d458fca..9068145 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 31ce9cf..60f05b2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 ce33640..35ceaab 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 2c4070e..0fede4d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 9efacd2..dc6641f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 c4a425f..415edd9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 038a235..a9cb26d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 369a3ab..d7a5f09 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 e8c3b4e..3b8463c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 7eee61e..83ff916 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 5af4c9d..f445eef 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 047d5dd..14fc222 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 a2b541b..0644fe1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 fa3fd88..93b2219 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 4fbaf3a..8a4d0be 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 fec7ca9..684ad69 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 186b845..983324d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 3e19a1c..0ec2fc9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 6a1044e..af836f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 137b2c9..7252b78 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 dcf2f78..f1f3f2b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 faaeece..90980b5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 1996239..10cc510 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 19e7597..0a7b420 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 64f6637..a0cf724 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 b8b24b0..c8b0ebf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 50553c6..9d3d143 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 a943885..975ad21 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 f991df6..3197a0d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 88016de..5bc87a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 4650523..f68e40e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 d458fca..9068145 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj @@ -7,14 +7,9 @@ 2.0 {a1f1c234-d043-412e-bae9-36a26936dab5} 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 BuildAndRun 1 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 c698a22..8ec7b63 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d85759ed..42db040 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 4b7e397..91d6cf3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d57dadc..bdfd98c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 31d8753..4715fdc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 3cd6365..52040f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cbef961..cb6d163 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 dc56ae4..bd1bab7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 509746e..3d2a605 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cacd4c4..7c48ea6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 0ecce49..c3720f4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7a4973a..bc94c57 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a97a685..1edb34c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 18e5d74..ca14901 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 584cae6..040e0ed 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d845ee3..349bf37 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d20243a..0270612 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 6cdb760..00121f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cc22171..cebdced 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 4e11b33..5794f9d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 3763936..8971224 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 38aa2c0..2cfc8f1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 168d26b..10028eb 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 97a83d5..c629e96 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d7d9165..1add003 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e099a14..789a6c2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 294e901..1dc1515 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 69b40e9..efa8a61 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 180dfce..94ef48d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 58e4b71..0b0d77c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c698a22..8ec7b63 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d85759ed..42db040 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 4b7e397..91d6cf3 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d57dadc..bdfd98c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 31d8753..4715fdc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 3cd6365..52040f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cbef961..cb6d163 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 dc56ae4..bd1bab7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 509746e..3d2a605 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cacd4c4..7c48ea6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 0ecce49..c3720f4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7a4973a..bc94c57 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a97a685..1edb34c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 18e5d74..ca14901 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 584cae6..040e0ed 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d845ee3..349bf37 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d20243a..0270612 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 6cdb760..00121f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 cc22171..cebdced 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 4e11b33..5794f9d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 3763936..8971224 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 38aa2c0..2cfc8f1 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 168d26b..10028eb 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 97a83d5..c629e96 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 d7d9165..1add003 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e099a14..789a6c2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 294e901..1dc1515 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 69b40e9..efa8a61 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 180dfce..94ef48d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 58e4b71..0b0d77c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 28eba60..8fc44fa 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj @@ -7,14 +7,9 @@ 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 true - false /start:2147483647 /add:100 1 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 9c7c16f..6e50e76 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 5759443..fd5501b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj @@ -7,14 +7,9 @@ 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 true - false /start:922337203685477 /add:100 1 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 d76d4d5..583a38e 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 f220c42..8b75524 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj @@ -7,14 +7,9 @@ 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 true - false /loops:100 /addVal:-214748 1 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 695fe67..223af1a 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 95b231e..43826ca 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 59636a5..38e2d79 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 8420ded..14c2f1b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj @@ -7,14 +7,9 @@ 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 true - false /loops:100 /addVal:100 1 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 3248fb5..af973de 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 /loops:500000 /addVal:1 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 c65d019..bc5651d 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 28d6977..4e40eec 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 efd2947..80c619e 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj @@ -7,12 +7,8 @@ 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 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 14bb097..dbbef72 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj @@ -7,12 +7,8 @@ 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 /loops:500000 /addVal:1 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 b0a14f5..4f96c48 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj @@ -7,12 +7,8 @@ 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 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 a9918d3..0d4d53a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj @@ -7,12 +7,8 @@ 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 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 3327f83..9c9d5ca 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj @@ -7,12 +7,8 @@ 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 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 2453c40..6bdb10a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj @@ -7,12 +7,8 @@ 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 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 f8f3faa..945da86 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj @@ -7,14 +7,9 @@ 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 true - false /loops:100 /addVar:-922337203685477 1 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 b5986d4..2791b5b 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 a4d2605..9665e99 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 e97258e..7938264 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 21873cf..4b45e94 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj @@ -7,14 +7,9 @@ 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 true - false null 1 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 9af3741..daff397 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 c19ed90..8771770 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 empty 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 f7b3e9d..89108e4 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 @@ -7,12 +7,8 @@ 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 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 25125f4..9188889 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj @@ -7,12 +7,8 @@ 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 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 f792ecc..9ddd16f 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj @@ -7,12 +7,8 @@ 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 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 ef093d2..2c0af62 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj @@ -7,12 +7,8 @@ 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 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 d47f2f8..06ac8a9 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 @@ -7,12 +7,8 @@ 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 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 c7275a0..d6d462c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj @@ -7,12 +7,8 @@ 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 /loops:100 /addVal:1.79769313486232E+304 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 289cc69..b425023 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj @@ -7,12 +7,8 @@ 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 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 5d26cd3..5c0b7d9 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj @@ -7,12 +7,8 @@ 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 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 a49fafc..e6782ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj @@ -7,12 +7,8 @@ 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 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 d2e82e1..a52e8ad 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj @@ -7,12 +7,8 @@ 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 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 aa86ae9..5676feb 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj @@ -7,12 +7,8 @@ 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 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 dd24695..d41bb06 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj @@ -7,12 +7,8 @@ 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 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 44b9673..b0ffeb4 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj @@ -7,12 +7,8 @@ 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 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 a782730..1f06684 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj @@ -7,12 +7,8 @@ 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 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 b6c64d2..7f027c1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 a80019a..1601bb7 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 b1ec2cb..e4b12d4 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 fbd958f..c0b5b04 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj @@ -7,14 +7,9 @@ 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 true - false 1 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 6b68017..717ace2 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 36817a4..67935f2 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 @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 7798882..7cbcfb5 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 @@ -7,12 +7,8 @@ 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 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 11cba3d..eaeed3d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj @@ -7,12 +7,8 @@ 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 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 1f4e169..099a06c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj @@ -7,12 +7,8 @@ 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 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 0282d26..3fa98ee 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj @@ -7,12 +7,8 @@ 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 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 a8cd908..daa493b 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 @@ -7,12 +7,8 @@ 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 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 35ca50e..1df482b 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 @@ -7,12 +7,8 @@ 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 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 b3cb56c..a0c93af 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj @@ -7,12 +7,8 @@ 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 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 574ca1d..aa836cf 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj @@ -7,12 +7,8 @@ 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 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 b4b0f5a..cf4b608 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj @@ -7,12 +7,8 @@ 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 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 94e98d2..75ab376 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj @@ -7,12 +7,8 @@ 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 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 f692c97..f14bc43 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj @@ -7,12 +7,8 @@ 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 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 499700a..147c3fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj @@ -7,12 +7,8 @@ 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 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 c84b1c5..86432b1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj @@ -7,12 +7,8 @@ 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 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 133e9fc..203425b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj @@ -7,12 +7,8 @@ 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 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 dd24695..d41bb06 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj @@ -7,12 +7,8 @@ 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 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 3ce8342..33ad294 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 79bc371..294df9d 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj @@ -7,12 +7,8 @@ 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 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 cb1c447..ccaa37b 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7046b7b..80885a0 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj @@ -7,12 +7,8 @@ 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 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 d942471..b21ecc2 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 02a5706..e8d47dc 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 4f24c44..bd4e134 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj @@ -7,12 +7,8 @@ 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 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 8f07466..c15e1c3 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 61e7f62..e3f6254 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 e39e56d..4adfe12 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7ced1b7..52410e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 b5f4be7..fb17d99 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am01waitallneg.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am01waitallneg.csproj index 8b9f5b6..c504a01 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am01waitallneg.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am01waitallneg.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am02waitoneneg.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am02waitoneneg.csproj index 7cee18d..be4a01b 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am02waitoneneg.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am02waitoneneg.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj index 16e6425..1f92833 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am04waitany.csproj @@ -7,12 +7,8 @@ 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 /size:10 /pos:0 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am05waitanymutex.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am05waitanymutex.csproj index 1a2fb16..00a050f 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am05waitanymutex.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am05waitanymutex.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:63 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am06abandonall.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am06abandonall.csproj index 27f5c4c..e6f9e5a 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am06abandonall.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am06abandonall.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am07abandonmultiplemutex.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am07abandonmultiplemutex.csproj index 41e0436..8f588e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am07abandonmultiplemutex.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am07abandonmultiplemutex.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am08mixedarray.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am08mixedarray.csproj index b27f4db..13f46bd 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am08mixedarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/abandonedmutex/am08mixedarray.csproj @@ -7,12 +7,8 @@ 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 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 dc9e568..4fb5e16 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj @@ -7,12 +7,8 @@ 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 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 47f002f..1e9d488 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj @@ -7,12 +7,8 @@ 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 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 e52d672..20f9991 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj @@ -7,12 +7,8 @@ 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 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 c6210da..7b2857f 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj @@ -7,12 +7,8 @@ 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 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 b29bb89..9f8039f 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj @@ -7,12 +7,8 @@ 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 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 01e968c..c338e1d 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj @@ -7,12 +7,8 @@ 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 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 be8e495..2f4ecca 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj @@ -7,12 +7,8 @@ 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 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 3bcc066..d7251dd 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj @@ -7,12 +7,8 @@ 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 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 3cd1dc1..f2a850f 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj @@ -7,12 +7,8 @@ 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 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 2b29b76..7da0024 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj @@ -7,12 +7,8 @@ 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 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 6b4584f..c5046f0 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj @@ -7,12 +7,8 @@ 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 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 ffe7672..b7a618e 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj @@ -7,12 +7,8 @@ 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 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 4acd884..f52ba70 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj @@ -7,12 +7,8 @@ 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 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 8392fbd..bdf45dc 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj @@ -7,12 +7,8 @@ 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 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 94afd53..393de48 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj @@ -7,12 +7,8 @@ 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 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 7925a85..7c05073 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj index e0396cb..98ff352 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj @@ -7,14 +7,9 @@ 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 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 25c4235..b88974c 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly ThreadStartBool.csproj diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj index 8f472a9..4675f79 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj @@ -7,14 +7,9 @@ 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 true - false max 1 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 c06265c..6efbe71 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 31ed78a..344e482 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj index b02bcd7..a4698a1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 94b36b3..6cec4d0 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 3dc3991..c993097 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj index c0d4291..e3416d0 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj @@ -7,14 +7,9 @@ 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 true - false min 1 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 a422c77..9ecc3b7 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 28bcc4c..e3a9c58 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 5cd5a1a..73f92a0 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj index 8854c85..9a35395 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 9ccd38f..e78bbb0 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 5d85cca..89e1400 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj index 1c529d4..2928bf8d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 c20e5fe..f68b3ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 8f20029..264ccb1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj index ba3dbdf..f565cab 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj @@ -7,14 +7,9 @@ 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 true - false min 1 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 c7b4748..9528b50 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 8850e46..c5c4346 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj index 1ccd317..91020a8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj @@ -7,14 +7,9 @@ 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 true - false max 1 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 3f44019..e38e0b4 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 56ec2ac..a396bf6 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj index 725abda..e6dbfdd 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj @@ -7,14 +7,9 @@ 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 true - false min 1 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 eb3d2f7..9201466 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 40636d1..9e21526 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj index 899d192..79466a6 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 909b0e3..b6ce9d5 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 2fc1f23f..9be5efc 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj index d83fea5..99a29f9 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj @@ -7,14 +7,9 @@ 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 true - false min 1 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 71f3f64..f1ec54e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 a9a3df2..26d0c46 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj index f1c7843..66d086a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj index 7d251eb..a72d540 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj index 1c0e68d..ec8ba90 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj index 88aa57f..32d06eb 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj index a7a19f7..60059f4 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj index 06662b9..ab4e21e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj @@ -7,14 +7,9 @@ 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 true - false "" 1 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 8cad1cf..9696821 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 07c71ce..0ba7136 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj index fd0477e..bfee386 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 f656be8..fd4c16b 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 701156a..f1c9938 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj index 2b3f2b8..7b9f1f0 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj @@ -7,14 +7,9 @@ 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 true - false min 1 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 4363ea3..b8937fb 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 1fd07b5..fc25ebc 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj index 6234e2e..05a93f8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 535bf0c..d85aff8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 a538a37..a49b7a1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj index f662185..32fe403 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj @@ -7,14 +7,9 @@ 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 true - false MyStringHere 1 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 6ddbafb..7b29c98 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 29028f7..cb33f92 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 f8bfbaa..1390cf9 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj index 508831d..2de2e97 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj @@ -7,14 +7,9 @@ 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 true - false 0 1 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 6e87da1..6ef5727 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 7d90935..83982aa 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj index d07cc9c..00d3775 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj @@ -7,14 +7,9 @@ 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 true - false max 1 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 98022c5..f6e0c20 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 e68810f..2d5a496 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj index e5406ee..3417f6d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj @@ -7,14 +7,9 @@ 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 true - false max 1 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 d37195b..05e6144 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 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 db3365c..667c9f3 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj @@ -6,12 +6,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d true RunOnly 1 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj index afbf28f..9e70a3d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj index 48ca36c..4b46e89 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj index 94bb38b..0476419 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj @@ -7,12 +7,8 @@ 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 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 8e256b8..fe14768 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 @@ -7,12 +7,8 @@ 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 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 9b8820f..b739049 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 @@ -7,12 +7,8 @@ 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 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 94e44db..b7281a0 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 @@ -7,12 +7,8 @@ 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 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 8f639a4..b915cf1 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 ae7e32f..5b2b617 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj @@ -7,12 +7,8 @@ 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 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 2c5aed9..87eb20a 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj @@ -7,12 +7,8 @@ 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 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 7c8c8c8..d82edd7 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 3cace5d..e5ff250 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 1b9d480..71772b9 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj @@ -7,12 +7,8 @@ 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 240 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 cdb2952..a51eef9 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj @@ -7,12 +7,8 @@ 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 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 794e32f..2fdda70 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj @@ -7,12 +7,8 @@ 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 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 4406829..55452ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj @@ -7,12 +7,8 @@ 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 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 bef3dca..a45b526 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 @@ -7,12 +7,8 @@ 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 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 990183b..83bde86 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj @@ -7,12 +7,8 @@ 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 /iCount:2147483647 /mCount:2147483647 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 0bef007..36f444d 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj @@ -7,12 +7,8 @@ 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 /iCount:0 /mCount:1 /semName:MySemaphoreName 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 c2552e8..7994802 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj @@ -7,12 +7,8 @@ 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 /iCount:10 /mCount:10 /semname:abcdefghijklmnopqrstuvwxyz 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 9092d3c..e1b25f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj @@ -7,12 +7,8 @@ 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 /iCount:3 /mCount:5 /iRandom:260 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 14346af..d5532df 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj @@ -7,12 +7,8 @@ 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 /iCount:2147483647 /mCount:2147483647 /iRandom:220 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 11e7a4a..2043cd1 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj @@ -7,12 +7,8 @@ 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 /iCount:-2147483647 /mCount:2147483647 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 cfac4ac..6d430ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj @@ -7,12 +7,8 @@ 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 /iCount:-1 /mCount:3 /semName:" " 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 3425fec..4448137 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj @@ -7,12 +7,8 @@ 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 /iCount:-2147483647 /mCount:-2147483647 /semName:null 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 583c32f..a5ab0db 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj @@ -7,12 +7,8 @@ 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 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 09f248b..0426a70 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj @@ -7,12 +7,8 @@ 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 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 6eb196f..6207a9e 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj @@ -7,12 +7,8 @@ 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 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 b3c51ac..6fc5173 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj @@ -7,12 +7,8 @@ 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 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 334bd79..23662b2 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj @@ -7,12 +7,8 @@ 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 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 0449e31..b242562 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj @@ -7,12 +7,8 @@ 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 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 bd94570..7389c39 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj @@ -7,12 +7,8 @@ 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 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 ffcc17e..5d40bbe 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj @@ -7,12 +7,8 @@ 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 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 7172597..4e68878 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj @@ -7,12 +7,8 @@ 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 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 d73f326..d7cfa47 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 d0a6268..7115ab9 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 72a4521..6eb7fc0 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj @@ -7,12 +7,8 @@ 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 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 1d048bc..35a6dae 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj @@ -7,12 +7,8 @@ 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 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 ff9a2c1..85eca9b 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj @@ -7,12 +7,8 @@ 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 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 2829fd9..ef626e4 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj @@ -7,12 +7,8 @@ 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 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 4ec2074..2d621c8 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj @@ -7,12 +7,8 @@ 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 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 d1e9146..f72930c 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj @@ -7,12 +7,8 @@ 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 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 9442e83..561be18 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj @@ -7,12 +7,8 @@ 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 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 dd24695..d41bb06 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj @@ -7,12 +7,8 @@ 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 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 2a3690e..11b6b3e 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 @@ -7,12 +7,8 @@ 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 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 ab55a1d..c568d03 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj @@ -7,12 +7,8 @@ 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 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 8c604fd..59397bd 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj index 5c8207c..73bf99c 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj index a4463de..428170b 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj index c3e334f..82f9502 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj index 42edcbf..a2fe1ea 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj index c692c6f..4bf4168 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj index 9b14b71..e5cd5a8 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj index 0def511..62581be 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj @@ -7,12 +7,8 @@ 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 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 36889b9..77b2dff 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj @@ -7,12 +7,8 @@ 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 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 6f4decb..9198647 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj @@ -7,12 +7,8 @@ 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 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 7951b95..75f80ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj @@ -7,12 +7,8 @@ 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 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 e06d074..0ca13b7 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1.csproj index 8fb833f..e22b994 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10.csproj index 15f7b44..f58454a 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:63 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10a.csproj index c1887d3..c66ec01 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex10a.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:0 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11.csproj index d738e32..b8e509f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11a.csproj index 65281cd3..ec2a2a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex11a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1a.csproj index 22814dd..6ab908b 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex1a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2.csproj index 4102235..49071a5 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2a.csproj index 0d8cace..6d9a87f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex2a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3.csproj index 629c6f9..b00c2c6 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3a.csproj index 8e27921..17f18a2 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex3a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4.csproj index d843c88..bb4d688 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4a.csproj index c1aa02a..08e90b7 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex4a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5.csproj index 0ba5571..a29ac4b 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5a.csproj index 90cb489..9f26f9d 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex5a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6.csproj index 726085c..45c5b4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6.csproj @@ -7,12 +7,8 @@ 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 /size:2 /pos:0 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6a.csproj index 63d8625..23d7509 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex6a.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:30 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7.csproj index 72f4abc..366e885 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7a.csproj index 6da32e2..9e1c58b 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex7a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj index 31d9ced..c1146d5 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8a.csproj index 4d9ef80..ea55f9a 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex8a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9.csproj index c8526de..d6da8b9 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:63 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9a.csproj index 9d8bf22..c5884cf 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallex9a.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:0 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 b815d5f..649bea0 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj @@ -7,12 +7,8 @@ 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 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 7951b95..75f80ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj @@ -7,12 +7,8 @@ 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 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 e06d074..0ca13b7 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1.csproj index 4176b3a..7a4702d 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10.csproj index c9988d5..47b297e 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10.csproj @@ -7,12 +7,8 @@ 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 /size:2 /pos:1 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10a.csproj index f930f87..10ea289 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex10a.csproj @@ -7,12 +7,8 @@ 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 /size:2 /pos:1 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1a.csproj index 5abdc80..9c5a81f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex1a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2.csproj index ded2571..482dc1a 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2a.csproj index 9976547..44e6b99 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex2a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3.csproj index 06aaa5d..c5cba8d 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3a.csproj index c0531d8..5312002 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex3a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4.csproj index 6829a55..a041969 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4a.csproj index 3e33d56..be4fdb4 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex4a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5.csproj index 1a0bca3..7eb4511 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5a.csproj index 2592d55..fa8a8e8 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex5a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6.csproj index a24cfbd..6f908ff 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6.csproj @@ -7,12 +7,8 @@ 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 /size:2 /pos:1 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6a.csproj index af6c467..48bc041 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex6a.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:30 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7.csproj index 6d49f01..5e2931e 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7a.csproj index 9b0747f..418582f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex7a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8.csproj index 940aff5..c7e42df 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8a.csproj index 773ff5b..c59e08f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex8a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9.csproj index b3002f7..124fd7f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9.csproj @@ -7,12 +7,8 @@ 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 /size:2 /pos:1 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj index 8a1d998..445ad81 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyex9a.csproj @@ -7,12 +7,8 @@ 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 /size:64 /pos:30 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 b815d5f..649bea0 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1.csproj index 94a13fb..3344749 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1a.csproj index 1ab1479..b9338d9 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex1a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2.csproj index 0288033..4ff86af 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2a.csproj index 48a323b..0f0cf42 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex2a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3.csproj index 2af4abd..a75e702 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3a.csproj index 7eee7ec..4bb18c6 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex3a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4.csproj index e6eeaa4..f68f9d7 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4a.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4a.csproj index 78720c5..6e6d8af 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitone/waitoneex4a.csproj @@ -7,12 +7,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj b/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj index 9d22131..10b0011 100644 --- a/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj +++ b/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj b/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj index 9b724ef..574ad7b 100644 --- a/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj +++ b/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/baseservices/visibility/Target.csproj b/src/coreclr/tests/src/baseservices/visibility/Target.csproj index e246e12..2a61306 100644 --- a/src/coreclr/tests/src/baseservices/visibility/Target.csproj +++ b/src/coreclr/tests/src/baseservices/visibility/Target.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 044908e..02af378 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 5ba6fb7..18bf637 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 7f5451a..7b371b5 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 7f5451a..7b371b5 100644 --- a/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj +++ b/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 496bbfe..d3d18f7 100644 --- a/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj +++ b/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 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 fec123d..c0bc3c1 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 c79051f..b628f1a 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj b/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj index 7758809..332759d 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 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 7a750d3..5d417dc 100644 --- a/src/coreclr/tests/src/jit/opt/Devirtualization/GitHub_9945.csproj +++ b/src/coreclr/tests/src/jit/opt/Devirtualization/GitHub_9945.csproj @@ -8,12 +8,8 @@ 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 diff --git a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj index cde09aa..7a2b31b 100644 --- a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj +++ b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj @@ -8,13 +8,9 @@ 2.0 {39DD9A75-2535-4EBD-94A4-C7DF7EF12CF5} Exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC true diff --git a/src/coreclr/tests/src/performance/perflab/PerfLab.csproj b/src/coreclr/tests/src/performance/perflab/PerfLab.csproj index 38fe573..ed19726 100644 --- a/src/coreclr/tests/src/performance/perflab/PerfLab.csproj +++ b/src/coreclr/tests/src/performance/perflab/PerfLab.csproj @@ -8,12 +8,8 @@ 2.0 {507E3CC2-5D95-414D-9F01-2A106FC177DC} Library - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC .NETStandard,Version=v1.4 diff --git a/src/coreclr/tests/src/readytorun/fieldgetter.ilproj b/src/coreclr/tests/src/readytorun/fieldgetter.ilproj index deece68..b3f2aa9 100644 --- a/src/coreclr/tests/src/readytorun/fieldgetter.ilproj +++ b/src/coreclr/tests/src/readytorun/fieldgetter.ilproj @@ -7,10 +7,7 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d - true Library SharedLibrary diff --git a/src/coreclr/tests/src/readytorun/generics.csproj b/src/coreclr/tests/src/readytorun/generics.csproj index 6b00984..4ea64b3 100644 --- a/src/coreclr/tests/src/readytorun/generics.csproj +++ b/src/coreclr/tests/src/readytorun/generics.csproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - false Exe BuildAndRun 0 diff --git a/src/coreclr/tests/src/readytorun/genericsload/callgenericctor.csproj b/src/coreclr/tests/src/readytorun/genericsload/callgenericctor.csproj index 27a5e15..0f73092 100644 --- a/src/coreclr/tests/src/readytorun/genericsload/callgenericctor.csproj +++ b/src/coreclr/tests/src/readytorun/genericsload/callgenericctor.csproj @@ -7,13 +7,9 @@ 2.0 {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildAndRun - 7a9bfb7d $(DefineConstants);STATIC;CORECLR 1 diff --git a/src/coreclr/tests/src/readytorun/genericsload/genericslib.ilproj b/src/coreclr/tests/src/readytorun/genericsload/genericslib.ilproj index d68af8b..0454854 100644 --- a/src/coreclr/tests/src/readytorun/genericsload/genericslib.ilproj +++ b/src/coreclr/tests/src/readytorun/genericsload/genericslib.ilproj @@ -8,12 +8,8 @@ 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 ..\..\ - 7a9bfb7d SharedLibrary diff --git a/src/coreclr/tests/src/readytorun/genericsload/usegenericfield.csproj b/src/coreclr/tests/src/readytorun/genericsload/usegenericfield.csproj index 23b6f38..6b9e15a 100644 --- a/src/coreclr/tests/src/readytorun/genericsload/usegenericfield.csproj +++ b/src/coreclr/tests/src/readytorun/genericsload/usegenericfield.csproj @@ -7,13 +7,9 @@ 2.0 {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildAndRun - 7a9bfb7d $(DefineConstants);STATIC;CORECLR 1 diff --git a/src/coreclr/tests/src/readytorun/mainv1.csproj b/src/coreclr/tests/src/readytorun/mainv1.csproj index f5b3b7b..cca0b41 100644 --- a/src/coreclr/tests/src/readytorun/mainv1.csproj +++ b/src/coreclr/tests/src/readytorun/mainv1.csproj @@ -7,13 +7,9 @@ 2.0 {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ BuildAndRun - 7a9bfb7d $(DefineConstants);STATIC;CORECLR diff --git a/src/coreclr/tests/src/readytorun/mainv2.csproj b/src/coreclr/tests/src/readytorun/mainv2.csproj index 8417666..acf898e 100644 --- a/src/coreclr/tests/src/readytorun/mainv2.csproj +++ b/src/coreclr/tests/src/readytorun/mainv2.csproj @@ -7,12 +7,8 @@ 2.0 {840300BB-0DD2-4BD3-A3C1-51C92DD4ADAD} exe - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d $(DefineConstants);STATIC;CORECLR BuildAndRun diff --git a/src/coreclr/tests/src/readytorun/testv1/test.csproj b/src/coreclr/tests/src/readytorun/testv1/test.csproj index 7458816..c56c53c 100644 --- a/src/coreclr/tests/src/readytorun/testv1/test.csproj +++ b/src/coreclr/tests/src/readytorun/testv1/test.csproj @@ -7,12 +7,8 @@ 2.0 {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} library - Properties - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\..\ - 7a9bfb7d $(DefineConstants);STATIC;CORECLR SharedLibrary diff --git a/src/coreclr/tests/src/readytorun/testv2/test.csproj b/src/coreclr/tests/src/readytorun/testv2/test.csproj index b64c8cc..058a0d6 100644 --- a/src/coreclr/tests/src/readytorun/testv2/test.csproj +++ b/src/coreclr/tests/src/readytorun/testv2/test.csproj @@ -7,12 +7,8 @@ 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 ..\..\..\ - 7a9bfb7d $(DefineConstants);STATIC;CORECLR;V2 SharedLibrary diff --git a/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj b/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj index 3baecd4..eb813c8 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj +++ b/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Exe BuildAndRun 1 diff --git a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj index 62c50ab..bd0098d 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj +++ b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj @@ -7,11 +7,8 @@ AnyCPU 2.0 {F836E0D5-A909-4E8B-A77C-06B603BEFBD9} - 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true - true Exe BuildAndRun 0 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 4b7c84d..9dd3b79 100644 --- a/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj +++ b/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj b/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj index 10beb6c..dba0afd 100644 --- a/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj +++ b/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj @@ -7,14 +7,9 @@ 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 true - false BuildAndRun 1 diff --git a/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj index e5b5204..f6db30f 100644 --- a/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj +++ b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj @@ -7,14 +7,9 @@ 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 ..\..\ - 7a9bfb7d true - false SharedLibrary 1 -- 2.7.4