Fix dependencies.props import (#833)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 19 Dec 2019 18:57:49 +0000 (19:57 +0100)
committerJan Vorlicek <janvorli@microsoft.com>
Thu, 19 Dec 2019 18:57:49 +0000 (19:57 +0100)
commitbd27324b31954c66f7fd5f5e00d5b42307ea500f
tree91695d531e8984d1b7479ecde49be75985ad4ea5
parentbbd945ee0e57eb64d27f571e3f6259d692f44798
Fix dependencies.props import (#833)

* Fix dependencies.props import

* Fix props by sanitizing variables

* Don't use ProjectDir variable in script
203 files changed:
src/coreclr/dir.common.props
src/coreclr/tests/Directory.Build.props
src/coreclr/tests/publishdependency.targets
src/coreclr/tests/runtest.cmd
src/coreclr/tests/src/Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj
src/coreclr/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj
src/coreclr/tests/src/Common/ilasm/ilasm.ilproj
src/coreclr/tests/src/Common/test_dependencies/test_dependencies.csproj
src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj
src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToType.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj
src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj
src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj
src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj
src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj
src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals1.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals2.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetArrayRank.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetElementType.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetGenericTypeDefinition.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetHashCode.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType1.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType2.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeHasElementTypeImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeIsByRefImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeIsPointerImpl.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType1.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType2.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeByRefType.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeMakePointerType.csproj
src/coreclr/tests/src/CoreMangLib/system/type/TypeToString.csproj
src/coreclr/tests/src/Directory.Build.props
src/coreclr/tests/src/Directory.Build.targets
src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj
src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj
src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj
src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj
src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj
src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj
src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Events/NETClientEvents.csproj
src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Licensing/NETClientLicense.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitivesInALC.csproj
src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj
src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj
src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj
src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj
src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj
src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj
src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.csproj
src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.csproj
src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj
src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryTests.csproj
src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj
src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj
src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj
src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj
src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj
src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
src/coreclr/tests/src/Interop/WinRT/NETClients/Primitives/NETClientPrimitives.csproj
src/coreclr/tests/src/JIT/HardwareIntrinsics/Directory.Build.props
src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.csproj
src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj
src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj
src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.csproj
src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.csproj
src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj
src/coreclr/tests/src/Loader/binding/tracing/BinderTracingTest.csproj
src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj
src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj
src/coreclr/tests/src/Regressions/common/CompEx.csproj
src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj
src/coreclr/tests/src/Regressions/common/Marshal.csproj
src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj
src/coreclr/tests/src/Regressions/common/ToLower.csproj
src/coreclr/tests/src/Regressions/common/Unsafe.csproj
src/coreclr/tests/src/Regressions/common/avtest.csproj
src/coreclr/tests/src/Regressions/common/interlock.csproj
src/coreclr/tests/src/Regressions/common/pow3.csproj
src/coreclr/tests/src/Regressions/common/test1307.csproj
src/coreclr/tests/src/Regressions/common/testClass.csproj
src/coreclr/tests/src/Regressions/common/testInterface.csproj
src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj
src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj
src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj
src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj
src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj
src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj
src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj
src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj
src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj
src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj
src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj
src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj
src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj
src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj
src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj
src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj
src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/Test11611.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/Test16833.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_27937/Test27937.csproj
src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj
src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj
src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj
src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj
src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.csproj
src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.csproj
src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj
src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj
src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj
src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj
src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj
src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj
src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.csproj
src/coreclr/tests/src/runtest.proj
src/coreclr/tests/src/sizeondisk/Directory.Build.props